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 28, 2017
1 parent 31558f2 commit bcb01cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ 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)   |  
* Python   |   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)   |  

* Python   |   Apriori   |   MovieLens     [Function](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/apriori.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/apriori_movielens_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 bcb01cb

Please sign in to comment.