Git Product home page Git Product logo

konkyrkos / sentiment-classifier-mlp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 313 KB

Tweet Sentiment Classification using Multi Layer Perceptrons. This repository provides my solution for the 3rd Assignment for the course of Text Analytics for the MSc in Data Science at Athens University of Economics and Business.

License: MIT License

Jupyter Notebook 97.26% TeX 2.74%
sentiment-classifier recall f1-scores model-metrics-precision precision python sklearn baseline multilayer-perceptron-network mlp-classifier

sentiment-classifier-mlp's Introduction

Sentiment-Classifier-MLP

This repository provides my solution for the 3rd Assignment for the course of Text Analytics for the MSc in Data Science at Athens University of Economics and Business.

Practically it is the natural development of the Sentiment Classifier with Classic methods project. The change from last time is that this project uses Multi Layer Perceptrons (MLPs) implemented in Keras

All hyper parameters are tuned on the development subset of the dataset.

More classifiers are used, in order to use them as baseline and comparison to the model created.

Model Metrics

Precision, recall, F1 scores for each class and classifier, using a classification threshold t = 0.5 for each class, computed on the training, development, and test subsets.

Model Macro-Metrics

Macro-averaged precision, recall, F1 scores for each classifier, again using a classification threshold t = 0.5 for each class, computed on the training, development, and test subsets.

Statistical significance tests

Bootstrap statistical significance tests to check if the difference between the test macro-averaged F1 of the best (in terms of test macro-averaged F1) classifier and the test macro-averaged F1 of each other classifier (or baseline) experimented with (p-value < 0.01).

Precision-recall curves

Precision-recall curves curves using macro-averaged precision and recall, computed on the test subset.Corresponding AUC.

Statistics - Preprocessing

Statistics about the datasets (e.g., average document length, number of training/dev/test documents, vocabulary size) and preprocessing on the dataset.

sentiment-classifier-mlp's People

Contributors

konkyrkos avatar

Watchers

 avatar

Forkers

syak1r

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.