Neural Networks for Sentiment Analysis

  • Given a voabulary we attribute each words a numeric value
  • Given a sentence we transform it in a sequence of its corresponding integers
  • Given a sentence we pad it so all the inputs have the same value

Trax: Neural Network

  • Cleaner than others because it has no backward compaibility restriction