Giter VIP home page Giter VIP logo

sentimentanalysis's Introduction

SentimentAnalysis

Sentiment analysis is a form of Natural Language Processing (NLP) that identifies and quantifies text data emotional states and subjective information of the topics, persons and entities within it. Traditionally performed using algorithms such as Naïve Bayes or Support Vector Machines. It's also historically been a supervised task, using labeled datasets to train algorithms, requiring large datasets that are carefully selected, categorized and labeled manually by humans. Today, the consensus is clear, Deep Learning methods achieve better accuracy on most NLP tasks than other methods. And right now the undisputed Kings of NLP are large pre-trained models called Transformers. Their architecture aim to solve sequence-to-sequence tasks while handling long-range input and output dependencies with attention and recurrence.

The devil is in the details, we need lots of data and label finance data is hard to come by, thus we are going to build a large dataset based on a small sample of Financial Articles, which we will subsequently be used to build a Sentiment Analysis model that can measure 'sentiment' of financial data.

Instalation

Download the repo into your machine Install required packages in requirements.txt

pip install requirements.txt

main.py

Run main.py, this will run through the entirety of the project, generating data and training the model

python main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

sentimentanalysis's People

Contributors

cmazzoni87 avatar

Stargazers

 avatar Tudor Bumbu avatar  avatar

Watchers

 avatar

Forkers

bumbutudor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.