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

Skip to content

Commit 9f7f4df

Browse files
Jonathon Belottictjoreilly
Jonathon Belotti
authored andcommitted
Adding HITS algorithm to completed table (aimacode#277)
1 parent 4c9ef4e commit 9f7f4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Here is a table of algorithms, the figure, name of the code in the book and in t
114114
| 21.2 | Passive-ADP-Agent | `PassiveADPAgent` | [`rl.py`](../master/rl.py) |
115115
| 21.4 | Passive-TD-Agent | `PassiveTDAgent` | [`rl.py`](../master/rl.py) |
116116
| 21.8 | Q-Learning-Agent | `QLearningAgent` | [`rl.py`](../master/rl.py) |
117-
| 22.1 | HITS | | |
117+
| 22.1 | HITS | `HITS` | [`nlp.py`](../master/nlp.py) |
118118
| 23 | Chart-Parse | `Chart` | [`nlp.py`](../master/nlp.py) |
119119
| 23.5 | CYK-Parse | `CYK_parse` | [`nlp.py`](../master/nlp.py) |
120120
| 25.9 | Monte-Carlo-Localization| |

0 commit comments

Comments
 (0)