Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martindevans/basic-sentiment

A project for learning machine learning with Keras
https://github.com/martindevans/basic-sentiment

Last synced: 5 days ago
JSON representation

A project for learning machine learning with Keras

Awesome Lists containing this project

README

        

## Projects

### sentiment

This is a basic LSTM sentiment analyser, train on an ad-hoc dataset of movie reviews, yelp reviews and manually classified tweets. Data should be in files with each line being a single entry:

`Sentenceclassification`

`Classification` should be a number. `0` indicates negative, `1` indicates positive and `2` indicates neutral.

### w2v

This is an attempt at training a word2vec model. Using three datasets:

- The ad-hoc sentiment dataset in the previous project
- `Gutenbergdammit` dataset from
- `Wikipedia` dataset from polyglot project

### pretrained-w2v