Nice site, although it does have issues with the analysis as outlined by others here. One suggestion I would have is some sort of filtering based on the content of the tweets. This tweet returned "feeling good": "New post featuring: @NewLookPRTeam @nextofficial @Matalan @hmunitedkingdom @uoeurope @Accessorize @ASOS http://t.co/nGsFj306xT #fbloggers" This one returned "feeling average": "@dannykobe17 @DanielRacheter @…
Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
31–39 of 39 posts
Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#32Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#33Very cool but before clicking on some dots I was wondering why everyone feels the same. The colors are not ideal for red/green colorblind people (is it blue and purple?) Maybe include a feature to select the colors for happy/sad/average with a button to return to defaults? Black for sad, light grey for neutral, something like a medium bright green for happy would be my picks.
cool idea - i tried to pick perceptually separate colours and thought blue and red would work, but turns it's confusing for some people. I might add "colorblind" mode and use your colour range.
Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#34All in all, though, impressive. Sure some are misclassified but it seems like a significant majority are not, including a lot of the hard ones. Good work!
Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#35Very cool but before clicking on some dots I was wondering why everyone feels the same. The colors are not ideal for red/green colorblind people (is it blue and purple?) Maybe include a feature to select the colors for happy/sad/average with a button to return to defaults? Black for sad, light grey for neutral, something like a medium bright green for happy would be my picks.
cool idea - i tried to pick perceptually separate colours and thought blue and red would work, but turns it's confusing for some people. I might add "colorblind" mode and use your colour range.
Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#36Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#37I once did a map of the UK using sentiment analysis of the text of geotagged Flickr photos, hoping to find the areas which were more happier than others. Turned out there was no geographical pattern from that data. Geographical analysis tools should be used in these types of analyses, apart from just looking at blobs on a map. I used k-means based cluster analysis to find groups of happy and sad areas but again the g…
When you're using things as short as Tweets, and as broad as "general sentiment", you're probably making accuracy even worse, to the point that simpler demographic analysis or bag-of-words clustering (i.e., cluster areas by diction rather than by sentiment) yields more reliable results, even for sentiment.
Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#38Re: Show HN: London Feels – Sentiment-analysis of Londoners Tweets on a Map
#39I once did a map of the UK using sentiment analysis of the text of geotagged Flickr photos, hoping to find the areas which were more happier than others. Turned out there was no geographical pattern from that data. Geographical analysis tools should be used in these types of analyses, apart from just looking at blobs on a map. I used k-means based cluster analysis to find groups of happy and sad areas but again the g…
What sort of accuracy did you have in your sentiment analysis algorithms? I'm curious because I find the error rate in such algorithms is typically higher than any sort of variance you are seeking, which causes significant problems in terms of any sort of pattern recognition. When you're using things as short as Tweets, and as broad as "general sentiment", you're probably making accuracy even worse, to the point that…