Giter Club home page Giter Club logo

kaggle-sentiment-popcorn's Introduction

What is it?

This is the source code of my submission for the Kaggle competition ["Bag of Words Meets Bags of Popcorn"] (https://www.kaggle.com/c/word2vec-nlp-tutorial). The leader board score is 0.9766.

The model is an ensemble of NBSVM, Paragraph Vector and Gated Recurrent Neural Network. It is based on the code from the paper ["Ensemble of Generative and Discriminative Techniques for Sentiment Analysis of Movie Reviews"] (http://arxiv.org/abs/1412.5335) by Grégoire Mesnil and others.

How to run

  • Data should be put into the directory data.

  • The code requires numpy, pandas, Theano and passage which can be installed by running:

sudo pip install -r requirements.txt
  • After that, run the following command to generate the submission file "ensemble-submission.csv":
chmod +x run.sh && time ./run.sh
  • The code was tested on Ubuntu 14.04. It took about 1h16' on an i7 quad-core with a GTX Titan. The submission should give the score of ~0.976 on the leader board (it can be slightly different due to data shuffling during training).

License

Since the code is based on Grégoire Mesnil's work at iclr15, all files except scripts/passage_nn.py are released under Creative Commons Attribution-NonCommercial 4.0 International License.

kaggle-sentiment-popcorn's People

Contributors

vinhkhuc avatar

Watchers

wyz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.