commit 1bf3985b3db97221b126f3e9a070232ef3a138f3
Author: Étienne Simon <esimon@esimon.eu>
Date:   Mon,  7 Apr 2014 15:39:03 +0200
Add README
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -0,0 +1,10 @@
+Reimplementation of Neural Tensor Networks (NTN) with Theano.
+
+NTN were introduced in:
+	@incollection{SocherChenManningNg2013,
+		title={Reasoning With Neural Tensor Networks for Knowledge Base Completion},
+		author={Richard Socher and Danqi Chen and Christopher D. Manning and Andrew Y. Ng},
+		booktitle={Advances in Neural Information Processing Systems 26},
+		pages={926--934},
+		year={2013}
+	}