Martin Thoma 93fc9e52ed Add sarsa lambda pseudocode před 9 roky
..
Calculate-Legendre 59b3d42774 Fix Python code style před 10 roky
Cholesky-Zerlegung 59b3d42774 Fix Python code style před 10 roky
DPLL 7740f0147f Remove trailing spaces před 10 roky
Euklidischer-Algorithmus 59b3d42774 Fix Python code style před 10 roky
Gaussian-elimination 241e9ec502 more pseudocode před 12 roky
Goldberg-Tarjan-Push-Relabel 7740f0147f Remove trailing spaces před 10 roky
Horner-Schema de1ad26035 Adjust Python code to follow PEP8 před 10 roky
ID3 b36776fc27 Add ID3 algorithm před 10 roky
Policy-Iteration 0085bb50d5 Add return value před 9 roky
Resolutionsalgorithmus 7740f0147f Remove trailing spaces před 10 roky
SolveLinearCongruences de1ad26035 Adjust Python code to follow PEP8 před 10 roky
Stoer-Wagner 7740f0147f Remove trailing spaces před 10 roky
Value-Iteration ea63ce4d57 Not learning rate but discount factor před 9 roky
Vertex-coloring 7740f0147f Remove trailing spaces před 10 roky
WER-calculation de1ad26035 Adjust Python code to follow PEP8 před 10 roky
dynamic-programming b9e2162ab8 Add dynamic programming and label correction algorithm před 9 roky
label-correction 1c54ccd821 Fix error in label correction; extend for banch-and-bound před 9 roky
q-learning 001350bae4 Add q-learning and improve value iteration pseudocode před 9 roky
quotes 2de9065138 Add README.md and rendered png to all folders except for /documents před 10 roky
sarsa-lambda 93fc9e52ed Add sarsa lambda pseudocode před 9 roky
splitted-code a5da0b9a7b Readme.md -> README.md to make it easier to see Readme files před 11 roky
README.md 0d6d342867 Add README.md and rendered image to many examples před 10 roky

README.md

The examples in this folder explain algorithms using pseudo-code.