Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhedongzheng committed Jul 27, 2017
1 parent ff4dc5a commit fe22221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ I write each model as a single Class with ```fit()``` and ```predict()``` method

## Information Retrieval
#### Recommender System
* Pandas   |   Collborative Filtering   |   MovieLens     [Function](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/ncf.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/ncf_movielens_test.py)   |   NBA 2013-14     [Function](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/nba.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/nba_test.py)
* Pandas   |   Collborative Filtering   |   MovieLens     [Function](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/ncf.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/ncf_movielens_test.py)   |   NBA 2013-14     [Function](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/nba.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/nba_test.py)   |  

* TensorFlow   |   Non-negative Matrix Factorization     [Model](https://github.com/zhedongzheng/finch/blob/master/ir-models/tensorflow/nmf.py)     [MovieLens Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/tensorflow/nmf_movielens_test.py)   |  

Expand Down

0 comments on commit fe22221

Please sign in to comment.