Files
2017-06-22 19:50:21 -04:00
..
2015-10-05 21:11:37 -04:00
2017-06-22 19:50:21 -04:00
2015-10-21 02:35:23 -04:00

Sebastian Raschka, 2015

Python Machine Learning - Code Examples

Chapter 8 - Applying Machine Learning to Sentiment Analysis

  • Obtaining the IMDb movie review dataset
  • Introducing the bag-of-words model
    • Transforming words into feature vectors
    • Assessing word relevancy via term frequency-inverse document frequency
    • Cleaning text data
    • Processing documents into tokens
  • Training a logistic regression model for document classification
  • Working with bigger data online algorithms and out-of-core learning
  • Summary