Browse Source

Merge pull request #1 from shyamupa/master

added snli-entailment project to list
François Chollet 8 years ago
parent
commit
3517060afd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -98,4 +98,5 @@ If you have a high-quality tutorial or project to add, please open a PR.
 
 - [RocAlphaGo](https://github.com/Rochester-NRT/RocAlphaGo): An independent, student-led replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search"
 - [DeepJazz](https://github.com/jisungk/deepjazz): Deep learning driven jazz generation using Keras
-- [dataset-sts](https://github.com/brmson/dataset-sts): Semantic Text Similarity Dataset Hub
+- [dataset-sts](https://github.com/brmson/dataset-sts): Semantic Text Similarity Dataset Hub
+- [snli-entailment](https://github.com/shyamupa/snli-entailment): Independent implementation of attention model for textual entailment from the paper ["Reasoning about Entailment with Neural Attention"](http://arxiv.org/abs/1509.06664).