• Stars
    star
    608
  • Rank 73,234 (Top 2 %)
  • Language
    Python
  • Created almost 10 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Kaggle's competition for using Google's word2vec package for sentiment analysis

DeepLearningMovies

Kaggle's competition for using Google's word2vec package for sentiment analysis

Installation

There're some requirements for making the stuff work. Use pip to install them easily:

$> sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
$> sudo pip install -r requirements.txt