Home

Awesome

Note: I don't provide personal support for custom changes in the code. Only for the release. For people just starting, I recommend Treehouse for online-learning.

Ensemble of Generative and Discriminative Techniques for Sentiment Analysis of Movie Reviews

This code reproduces the results of the following paper:

Grégoire Mesnil, Tomas Mikolov, Marc'Aurelio and Yoshua Bengio: Ensemble of Generative and Discriminative Techniques for Sentiment Analysis of Movie Reviews; Submitted to the workshop track of ICLR 2015. http://arxiv.org/abs/1412.5335

To reproduce the results:

git clone git@github.com:mesnilgr/iclr15.git
cd iclr15; chmod +x oh_my_go.sh
./oh_my_go.sh

This code has been tested on Ubuntu and Fedora. Compilation of word2vec on OSX seems to be an issue.

<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Ensemble of Generative and Discriminative Techniques for Sentiment Analysis of Movie Reviews</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Grégoire Mesnil</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://github.com/mesnilgr/iclr15" rel="dct:source">https://github.com/mesnilgr/iclr15</a>.