An open API service indexing awesome lists of open source software.

https://github.com/dapurv5/keras-neural-tensor-layer

Neural Tensor Network Implementation as a keras layer
https://github.com/dapurv5/keras-neural-tensor-layer

deep-learning keras keras-layer machine-learning neural-tensor-network python

Last synced: about 1 month ago
JSON representation

Neural Tensor Network Implementation as a keras layer

Awesome Lists containing this project

README

        

# keras-neural-tensor-layer
--------

Neural Tensor Network Implementation as a keras layer. Based on the paper
[Reasoning with Neural Tensor Networks for Knowledge Base Completion](http://nlp.stanford.edu/pubs/SocherChenManningNg_NIPS2013.pdf)

#### Requirements
- keras === 2.0.0
- tensorflow === 1.0.1
- numpy, scipy

![alt tag](https://github.com/dapurv5/keras-neural-tensor-layer/blob/master/images/ntn.png)