tntn

Theano reimplementation of Neural Tensor Networks (NTN)
git clone https://esimon.eu/repos/tntn.git
Log | Files | Refs | README

README (397B)


      1 Reimplementation of Neural Tensor Networks (NTN) with Theano.
      2 
      3 NTN were introduced in:
      4 	@incollection{SocherChenManningNg2013,
      5 		title={Reasoning With Neural Tensor Networks for Knowledge Base Completion},
      6 		author={Richard Socher and Danqi Chen and Christopher D. Manning and Andrew Y. Ng},
      7 		booktitle={Advances in Neural Information Processing Systems 26},
      8 		pages={926--934},
      9 		year={2013}
     10 	}