nlp-lab/Project/advanced_approach/README.md
2018-07-27 12:11:38 +02:00

988 B

Advanced Approach


Folder Overview

Filename short_description
twitter_learning.py / twitter_learning.ipynb module containing the main classes for the learning process
Learner.ipynb notebook containing a user interface to control the learn process
Evaluation_sentiment_dataset.ipynb notebook creating an evaluation on the sentiment dataset

twitter_learning.py

TODO


Learner.ipynb

This file provides all controls for the train process and feeds the classifier with data. To use it just run all cells and jump to the user interface Part. Some explanations for the options:

load datasets

1532531542185


Evaluation_sentiment_dataset.ipynb

TODO