Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1ea3fe

Browse files
nouman-10norvig
authored andcommitted
added min_consistent_det to knowledge.ipynb (#860)
* added min_consistent_det to knowledge.ipynb * some minor changes
1 parent 3958ae1 commit d1ea3fe

File tree

2 files changed

+1022
-43
lines changed

2 files changed

+1022
-43
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
140140
| 18.34 | AdaBoost | `AdaBoost` | [`learning.py`][learning] | Done | Included |
141141
| 19.2 | Current-Best-Learning | `current_best_learning` | [`knowledge.py`](knowledge.py) | Done | Included |
142142
| 19.3 | Version-Space-Learning | `version_space_learning` | [`knowledge.py`](knowledge.py) | Done | Included |
143-
| 19.8 | Minimal-Consistent-Det | `minimal_consistent_det` | [`knowledge.py`](knowledge.py) | Done | |
143+
| 19.8 | Minimal-Consistent-Det | `minimal_consistent_det` | [`knowledge.py`](knowledge.py) | Done | Included |
144144
| 19.12 | FOIL | `FOIL_container` | [`knowledge.py`](knowledge.py) | Done | |
145145
| 21.2 | Passive-ADP-Agent | `PassiveADPAgent` | [`rl.py`][rl] | Done | Included |
146146
| 21.4 | Passive-TD-Agent | `PassiveTDAgent` | [`rl.py`][rl] | Done | Included |

0 commit comments

Comments
 (0)