From fe319249d71f3a113c25b02eb9f04e8e90b838ea Mon Sep 17 00:00:00 2001 From: Jono Belotti Date: Tue, 6 Dec 2016 17:37:24 +1100 Subject: [PATCH] Adding HITS algorithm to completed table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23f32e851..ef56f3655 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Here is a table of algorithms, the figure, name of the code in the book and in t | 21.2 | Passive-ADP-Agent | `PassiveADPAgent` | [`rl.py`](../master/rl.py) | | 21.4 | Passive-TD-Agent | `PassiveTDAgent` | [`rl.py`](../master/rl.py) | | 21.8 | Q-Learning-Agent | `QLearningAgent` | [`rl.py`](../master/rl.py) | -| 22.1 | HITS | | | +| 22.1 | HITS | `HITS` | [`nlp.py`](../master/nlp.py) | | 23 | Chart-Parse | `Chart` | [`nlp.py`](../master/nlp.py) | | 23.5 | CYK-Parse | `CYK_parse` | [`nlp.py`](../master/nlp.py) | | 25.9 | Monte-Carlo-Localization| |