Practical session, Spark streaming for sentiment analysis: Difference between revisions

From info319
No edit summary
No edit summary
Line 3: Line 3:
'''Sentiment analysis with Apache Spark streaming and MLlib'''
'''Sentiment analysis with Apache Spark streaming and MLlib'''
* [https://wiki.uib.no/info319/index.php/File:GuideS6.pdf Guide to Sentiment analysis]
* [https://wiki.uib.no/info319/index.php/File:GuideS6.pdf Guide to Sentiment analysis]
* [https://stdatalabs.com/2017/09/twitter-sentiment-analysis-using-spark/ | Real-time Sentiment Analysis of Twitter data with Spark Streaming and MLlib]
* [https://github.com/tthustla/setiment_analysis_pyspark/blob/master/Sentiment%20Analysis%20with%20PySpark.ipynb Sentiment Analysis with Pyspark]




Line 10: Line 10:


'''1) Sentiment analysis with Apache Spark streaming and MLlib:'''
'''1) Sentiment analysis with Apache Spark streaming and MLlib:'''
*[https://dzone.com/articles/streaming-machine-learning-pipeline-for-sentiment Sentiment analysis with Apache Spark streaming and MLlib]]
*[https://dzone.com/articles/streaming-machine-learning-pipeline-for-sentiment Sentiment analysis with Apache Spark streaming and MLlib]] or [https://stdatalabs.com/2017/09/twitter-sentiment-analysis-using-spark/ | Real-time Sentiment Analysis of Twitter data with Spark Streaming and MLlib]


'''2) Sentiment analysis with pyspark:'''
'''2) Sentiment analysis with pyspark:'''

Revision as of 15:34, 29 October 2020

Practical Session

Sentiment analysis with Apache Spark streaming and MLlib


More useful links

1) Sentiment analysis with Apache Spark streaming and MLlib:

2) Sentiment analysis with pyspark:

3) Real-time Analysis of different trends in COVID-19 cases with Spark