1 / 11

Mastering Sentiment Analysis with PySpark

Learn how to analyze sentiments efficiently using PySpark. Explore TF-IDF, N-gram, and Count Vectorizer techniques. Implement Logistic Regression for sentiment classification. Hands-on guide with training data and helpful resources.

spatel
Download Presentation

Mastering Sentiment Analysis with PySpark

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Sentiment Analysis with PySpark Satya Katragadda March 22, 2018

  2. Goal • Perform Sentiment Analysis with spark • TF-IDF • N-gram • Count Vectorizer • Logistic Regression

  3. Import the Data

  4. Import the Data -2

  5. Training and Testing Sets

  6. Hashing TF and IDF

  7. Sentiment Analysis

  8. Another way to compute TF

  9. N-Gram Implementation

  10. N-Gram Implementation

  11. Questions: satya@Louisiana.edu Acknowledgements: https://github.com/tthustla/setiment_analysis_pyspark/blob/master/Sentiment%20Analysis%20with%20PySpark.ipynb

More Related