Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhedongzheng committed Aug 8, 2017
1 parent a5282e0 commit 2b6244a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ I write each model as a single Class with ```fit()``` and ```predict()``` method
#### Language Model
* Python   |   Latent Semantic Analysis     [Wiki](https://en.wikipedia.org/wiki/Latent_semantic_analysis)     [Model](https://github.com/zhedongzheng/finch/blob/master/nlp-models/python/lsa.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/python/lsa_test.py)   |  

* Python   |   Tri-Gram     [Wiki](https://en.wikipedia.org/wiki/Trigram)     [Model](https://github.com/zhedongzheng/finch/blob/master/nlp-models/python/trigram.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/python/trigram_test.py)   |  

* Python   |   TF-IDF     [Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/python/tfidf_brown_test.py)     [Result](https://github.com/zhedongzheng/finch/blob/master/nlp-models/python/tfidf_brown_test.md)   |  

* TensorFlow   |   Word2vec (Skip-Gram)     [Model](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/word2vec_skipgram.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/nlp-models/tensorflow/word2vec_skipgram_test.py)   |  
Expand Down

0 comments on commit 2b6244a

Please sign in to comment.