1 / 11

Sentiment Analysis with PySpark

Sentiment Analysis with PySpark. Satya Katragadda March 22, 2018. Goal. Perform Sentiment Analysis with spark TF-IDF N-gram Count Vectorizer Logistic Regression. Import the Data. Import the Data -2. Training and Testing Sets. Hashing TF and IDF. Sentiment Analysis.

spatel
Télécharger la présentation

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