https://github.com/saranshmanu/sentiment-analysis
This project tells about creating sentiment analysis using different algorithms and differentiating the performance by different algorithms to tell which one is a better and a more accurate way to predict sentiments from the text
https://github.com/saranshmanu/sentiment-analysis
deep-learning lstm machine-learning sentiment-analysis
Last synced: about 2 months ago
JSON representation
This project tells about creating sentiment analysis using different algorithms and differentiating the performance by different algorithms to tell which one is a better and a more accurate way to predict sentiments from the text
- Host: GitHub
- URL: https://github.com/saranshmanu/sentiment-analysis
- Owner: saranshmanu
- Created: 2018-06-06T04:12:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T13:06:08.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T07:19:00.900Z (4 months ago)
- Topics: deep-learning, lstm, machine-learning, sentiment-analysis
- Language: Python
- Homepage:
- Size: 44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentiment-Analysis
## Natural Language Processing
Let’s back up a bit. As any programmer knows, there is a big difference between the way humans communicate with one another, and the way we “talk” with computers. When writing programs, we have to use very careful syntax and structure, but when talking with other people, we take a lot of liberties. We make short sentences. We make longer sentences, we layer in extra meaning. We make multiple sentences with the same meaning. We find multiple ways to say the same thing. You get the idea. It’s complicated!As artificial intelligence finds its way into more and more of our devices and tasks, it becomes critically important for us to be able to communicate with computers in the language we’re familiar with. We can always ask programmers to write more programs, but we can’t ask consumers to learn to write code just to ask Siri for the weather. Consumers have to be able to speak to computers in their “natural” language.
## Sentiment Analysis
Natural language processing is only half the battle though. Human communication isn’t just words and their explicit meanings. Human communication is nuanced and complex. You can tell based on the way a friend asks you a question whether they’re bored, angry, or curious. You can tell based on word choice and punctuation whether a customer is getting exasperated, even in a completely text-based chat. You can read a review for a book and understand whether the reviewer liked or disliked it even if they never directly say so.That’s because as humans, we’re very good at gauging sentiment. Sentiment is like a combination of tone of voice, word choice, and writing style all rolled into one. For computers to truly understand the way humans communicate every day, they need to understand more than just the objective definitions of the words; they need to understand our sentiments. They need to understand what we really mean.
## Applications of Sentiment Analysis
There are so many applications of this technology. Imagine you work in media, and you write an agent that can learn what people like and dislike about movies by crawling the thousands of reviews already posted online. Imagine you work in investing, and you write an agent to assist with predicting the stock market that can evaluate the optimism of thousands of people talking about the stock in forums. Imagine you work in politics, and you write an agent to gauge the sentiment of people reacting to a speech on Twitter to gauge exactly what they like and don’t like. The implications are incredible!With deep learning, this is all possible, and what’s more, it can even be done in real-time. You could build an interface where a speaker could see live analysis of their speech as they give it, and tailor it to those messages that are resonating most heavily. You could build an autonomous investing agent that makes its own investments based on a constant incoming stream of attitudes towards different stocks. You could build a classroom assistant that alerts a teacher in real time when the class has grown curious or discouraged.
I could go on forever, and that’s the most amazing thing about deep learning. Sure the technology is incredible, but it’s when you start thinking about the applications of this technology that things get really crazy. Once you master deep learning, it’s up to you to decide how you’re going to change the world with it. So, what are you waiting for? Join the revolution.
Source = https://medium.com/udacity/natural-language-processing-and-sentiment-analysis-43111c33c27e