Skip to content
/ RNTN Public

Python-numpy only implementation of Recursive Tensor Neural Network

Notifications You must be signed in to change notification settings

Nilabhra/RNTN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of a Recursive Neural Tensor Network using only python and numpy. This implentation follows the proposed model by Socher et al. in the paper Recursive Deep Models for Semantic Compositionality Over a Sentiment Treebank

Dependencies:

  • python v2.7.x
  • numpy v1.x

The optimizer implented to train the neural network is an AdaGrad optimizer as described in the paper.

For usage, please check the ipython notebook.

About

Python-numpy only implementation of Recursive Tensor Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published