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

From info319
No edit summary
No edit summary
Line 14: Line 14:
'''2) Sentiment analysis with pyspark:'''
'''2) Sentiment analysis with pyspark:'''


*[https://towardsdatascience.com/sentiment-analysis-with-pyspark-bc8e83f80c35/ Sentiment Analysis with pyspark]
*[https://towardsdatascience.com/sentiment-analysis-with-pyspark-bc8e83f80c35/ Sentiment Analysis with pyspark] or [https://databricks.com/wp-content/uploads/2015/10/STEP-3-Sentiment_Analysis.html]


'''3) Real-time Analysis of different trends in COVID-19 cases with Spark'''
'''3) Real-time Analysis of different trends in COVID-19 cases with Spark'''
**[https://community.ibm.com/community/user/watsonstudio/blogs/sharyn-richard1/2020/04/15/analysis-of-johns-hopkins-covid-19-case-data/ Real-time Analysis of different trends in COVID-19 cases with Spark tutorial]
**[https://community.ibm.com/community/user/watsonstudio/blogs/sharyn-richard1/2020/04/15/analysis-of-johns-hopkins-covid-19-case-data/ Real-time Analysis of different trends in COVID-19 cases with Spark tutorial]

Revision as of 15:31, 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