Skip to content

Commit

Permalink
Add pointer to third-party reimplementations
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishengtai committed Jul 30, 2017
1 parent b02ad49 commit 6ab39ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ th sentiment/main.lua -m constituency -b
Predictions are written to the `predictions` directory and trained model parameters are saved to the `trained_models` directory.

See the [paper](http://arxiv.org/abs/1503.00075) for more details on these experiments.

## Third-party Implementations

- A Tensorflow Fold [re-implementation](https://github.com/tensorflow/fold/blob/master/tensorflow_fold/g3doc/sentiment.ipynb) of the Tree-LSTM for sentiment classification

0 comments on commit 6ab39ea

Please sign in to comment.