Newly Developed Algorithm
An LSTM Sentiment Analysis Program
Building Artificial Intelligence Algorithms
4 min readNov 24, 2020
Hey everyone!
So recently, I developed my latest simple algorithm: an LSTM/RNN that could determine sentiment 🎉 🎊 🥳!!
If you don’t understand what I’m talking about, be sure to read this article:
Making AI a True Companion
Techtalks: Using Sentiment Analysis with Artificial Intelligence
medium.com
In here, I explain all sorts of things, including how you can make one yourself (or at least, what you’ll need to know to do so). Here’s my algorithm at work:
Pretty, cool, right? So you’re probably wondering what the use of this thing is.
What my algorithm does
The algorithm uses NLP, LSTM, RNN to:
- Give a numerical sentiment score based of off writing
- Recommendation building (upcoming feature)
- Emotional correlation and opinion mining thought breakdown…