.. | ||
Continous_Learner.ipynb | ||
doc2VecModel.p | ||
Evaluation_sentiment_dataset.ipynb | ||
Evaluation.ipynb | ||
README.md | ||
simple_twitter_learning_old.ipynb | ||
simple_twitter_learning.ipynb | ||
test.csv | ||
twitter_learning.py |
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
Evaluation_sentiment_dataset.ipynb
TODO