aboutsummaryrefslogtreecommitdiff
path: root/posts/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md')
-rw-r--r--posts/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md b/posts/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md
index c74501a..088b431 100644
--- a/posts/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md
+++ b/posts/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md
@@ -74,7 +74,7 @@ plt.show()
742. Rule-based approach may not be the best way of doing this. By using deep learning we would be able to get better insights. 742. Rule-based approach may not be the best way of doing this. By using deep learning we would be able to get better insights.
753. **Next step would be to** periodically fetch RSS items and store them over a longer period of time and then perform analysis again and use either machine learning or deep learning on top of it. 753. **Next step would be to** periodically fetch RSS items and store them over a longer period of time and then perform analysis again and use either machine learning or deep learning on top of it.
76 76
77![Relationship between title and description](/assets/sentiment-analysis/guardian-sa-title-desc-relationship.png) 77![Relationship between title and description](/assets/sentiment-analysis/guardian-sa-title-desc-relationship.png.dith.gif)
78 78
79Figure above displays difference between title and description sentiment for specific RSS feed item. 1 means positive and -1 means negative sentiment. 79Figure above displays difference between title and description sentiment for specific RSS feed item. 1 means positive and -1 means negative sentiment.
80 80