Skip to content

Project developed in Python 3.5 making use of Keras library (using TensorFlow as backend) to make a model capable of predicting sentiment polarity associated with Spanish tweets.

Notifications You must be signed in to change notification settings

ARomoH/Sentiment-Analysis-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment-Analysis-CNN

Project developed in Python 3.5 making use of Keras library (using TensorFlow as backend) to make a model capable of predicting sentiment polarity associated with Spanish tweets.

Architecture

The architecture of the Convolutional Neuronal Network developed is the one proposed by Kim, Y. (2014)

Alt text

Problem

Model was originally developed to predict Spanish tweets. It was applied to TASS CORPUS using word2vect method developed by Cardellino

Execution instruction

Inside the code, you must replace Train1_x/Test1_x and Train1_y/Test1_y with the corresponding files. In _x files must be appear the words of all of tweets concatenated using word2vect vectors. While in _y files, it must appear polarity associated to each tweet. The version of libraries used are:

  • TensorFlow 1.2.1
  • Keras 2.0.6

About

Project developed in Python 3.5 making use of Keras library (using TensorFlow as backend) to make a model capable of predicting sentiment polarity associated with Spanish tweets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages