Post
Topic
Board Project Development
Merits 1 from 1 user
Re: Made a project about cryptocurrencies sentiment
by
Joel_Jantsen
on 18/03/2018, 17:02:07 UTC
⭐ Merited by paxmao (1)
Thanks for your feedback.

I'll take your advice and we'll explain it on the website soon.
Sounds great!

Actually it's a recurrent neural network using LSTM to analyse tweets sentiment. We trained the model with 1 million classified tweets about everything. We plan to get or make a training set based only on trading, our model we'll be more accurate.
So basically you analyse tweets and categorise them as "negative/positive" ? Interesting.What are your data sources ? Random bitcoin accounts or you follow a list of people ?
 
The datapoints represents the number of tweets we analysed, it's categorized by positive, neutral and negative and it's represented on the graph.
Understood.

The try link just wait for a sentence and return the entity sentiment (if you select entity-based analysis) or the overall sentiment. It's not perfect and we are currently working on algorithm improvement, we expect some feedback in order to know if people would use that kind of information/service. One of our next goal is to cross technical and sentiment analysis in order to be even more accurate about the price prediction per coin.
Not sure about anybody else but being a programmer myself,I love tinkering with data.(and I love Data Structures/Algorithms in general)