Skip to content

tchopra17/Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sentiment-Analysis

Goal: Try to classify the sentiment of news articles, specifically those related to the stock market, from just the headline.

Data: TwoSigma's Kaggle competition, "Using News to Predict Stock Movements". Located in /data.

Procedure:

Depndencies:

  • Fast.ai

    pip install fastai

  • Pytorch

    pip install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp36-cp36m-linux_x86_64.whl

  • Numpy

    pip install numpy

  • Pandas

    pip install pandas

About

Classifying sentiment of stock news headlines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published