aboutsummaryrefslogtreecommitdiff
path: root/posts/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-10-07 21:13:14 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-10-07 21:13:14 +0200
commit7f631c493d04ba96e36975365532e2172fec367e (patch)
treefc0c0f81901f77f44c572536b7388babaf2d98ee /posts/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md
parent994c67d522b413fb3184376955a43d4a4f50d716 (diff)
downloadmitjafelicijan.com-7f631c493d04ba96e36975365532e2172fec367e.tar.gz
Added dithered images
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