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 31, 2017
1 parent 4df45c7 commit ded9056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ I write each model as a single Class with ```fit()``` and ```predict()``` method

* TensorFlow   |   Dynamic Seq2Seq + Attention     [Model](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/seq2seq_attn.py)     [Sorting Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/seq2seq_attn_test.py)     [Result](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/seq2seq_attn_test.md)   |  

* TensorFlow   |   Dynamic Seq2Seq + Beam-Search Decoder     [Model](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/seq2seq_beam.py)     [Sorting Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/seq2seq_beam_test.py)   |  

## Information Retrieval
#### Recommender System
* 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)   |  
Expand Down

0 comments on commit ded9056

Please sign in to comment.