All Projects → xiaohan2012 → Twitter Sent Dnn

xiaohan2012 / Twitter Sent Dnn

Licence: mit
Deep Neural Network for Sentiment Analysis on Twitter

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Twitter Sent Dnn

Sarcasm Detection
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
Stars: ✭ 73 (-72.96%)
Mutual labels:  deep-neural-networks, sentiment-analysis, twitter
Deep Atrous Cnn Sentiment
Deep-Atrous-CNN-Text-Network: End-to-end word level model for sentiment analysis and other text classifications
Stars: ✭ 64 (-76.3%)
Mutual labels:  deep-neural-networks, sentiment-analysis
Theano Kaldi Rnn
THEANO-KALDI-RNNs is a project implementing various Recurrent Neural Networks (RNNs) for RNN-HMM speech recognition. The Theano Code is coupled with the Kaldi decoder.
Stars: ✭ 31 (-88.52%)
Mutual labels:  deep-neural-networks, theano
Hyperdensenet
This repository contains the code of HyperDenseNet, a hyper-densely connected CNN to segment medical images in multi-modal image scenarios.
Stars: ✭ 124 (-54.07%)
Mutual labels:  deep-neural-networks, theano
Tweetfeels
Real-time sentiment analysis in Python using twitter's streaming api
Stars: ✭ 249 (-7.78%)
Mutual labels:  sentiment-analysis, twitter
Agentnet
Deep Reinforcement Learning library for humans
Stars: ✭ 298 (+10.37%)
Mutual labels:  deep-neural-networks, theano
Deep Learning Python
Intro to Deep Learning, including recurrent, convolution, and feed forward neural networks.
Stars: ✭ 94 (-65.19%)
Mutual labels:  deep-neural-networks, theano
R
Sentiment analysis and visualization of real-time tweets using R
Stars: ✭ 127 (-52.96%)
Mutual labels:  sentiment-analysis, twitter
Mariana
The Cutest Deep Learning Framework which is also a wonderful Declarative Language
Stars: ✭ 151 (-44.07%)
Mutual labels:  deep-neural-networks, theano
Hey Jetson
Deep Learning based Automatic Speech Recognition with attention for the Nvidia Jetson.
Stars: ✭ 161 (-40.37%)
Mutual labels:  deep-neural-networks, sentiment-analysis
sentiment-thermometer
Measure the sentiment towards a word, name or sentence on social networks
Stars: ✭ 56 (-79.26%)
Mutual labels:  twitter, sentiment-analysis
Cnn Text Classification Keras
Text Classification by Convolutional Neural Network in Keras
Stars: ✭ 213 (-21.11%)
Mutual labels:  sentiment-analysis, theano
Datastories Semeval2017 Task4
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
Stars: ✭ 184 (-31.85%)
Mutual labels:  sentiment-analysis, twitter
Csc deeplearning
3-day dive into deep learning at csc
Stars: ✭ 22 (-91.85%)
Mutual labels:  deep-neural-networks, theano
Twitter Sentiment Visualisation
🌍 The R&D of a sentiment analysis module, and the implementation of it on real-time social media data, to generate a series of live visual representations of sentiment towards a specific topic or by location in order to find trends.
Stars: ✭ 132 (-51.11%)
Mutual labels:  sentiment-analysis, twitter
hashformers
Hashformers is a framework for hashtag segmentation with transformers.
Stars: ✭ 18 (-93.33%)
Mutual labels:  twitter, sentiment-analysis
Stock Market Prediction Web App Using Machine Learning And Sentiment Analysis
Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are made using three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices of the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall
Stars: ✭ 101 (-62.59%)
Mutual labels:  sentiment-analysis, twitter
Labeled Tweet Generator
Search for tweets and download the data labeled with its polarity in CSV format
Stars: ✭ 111 (-58.89%)
Mutual labels:  sentiment-analysis, twitter
Livianet
This repository contains the code of LiviaNET, a 3D fully convolutional neural network that was employed in our work: "3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study"
Stars: ✭ 143 (-47.04%)
Mutual labels:  deep-neural-networks, theano
TwEater
A Python Bot for Scraping Conversations from Twitter
Stars: ✭ 16 (-94.07%)
Mutual labels:  twitter, sentiment-analysis

Twitter Sentiment Analysis using ConvNet

A tool to

  • predict sentiment "positiveness" for tweets

How to use it?

>> from sentiment import sentiment_score
>> print sentiment_score(u"I love you")
0.9999

It returns a sentiment index ranging from 0 (negative sentiment) to 1 (positive sentiment).

Online Demo

  • predict sentiment "positiveness" for single tweets
  • gain an overview of the "positiveness" of hashtags

Click here

Algorithm

Please refer to A Convolutional Neural Network for Modelling Sentences for more information about the algorithm.

Technical choices

  • Tornado as the web framework
  • Theano as the neural network training implementation
  • Scipy as the neural network classification(online version) implementation

Training techniques

  1. Fan-in, fan-out initialization
  2. Dropout
  3. AdaDelta

Contributors

Han Xiao and Yao Lu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].