I want to implement a Recursive neural tensor network(RNTN) in java.
I've used Deeplearning4j for word2vec pipeline to vectorize a corpus of words.
for NLP pipeline I've used Opennlp.( for tokenizing, POStaging and parsing)
Now, I figured out that I need an RNTN for my purpose and I didn't find much support, any references would be helpful. Many libraries are written in R or python or even in Scala and the NLP pipeline most of the people used is stanfordnlp. But I want to do this with Opennlp and java.
After that, I would like to combine the word vectors with neural net and then do the task I want to do something like sentiment analysis.
How can I proceed? Any input will be helpful.
Thanks.
Hi you can try having a looking at Weka ?
It's a great library for Machine learning in Java.
This link here is deeplearning4j's explanation on implementing RNTNs
This is an implementation though I'm not sure how good it is.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With