Material for the workshop at Appled Machine Learning Days 2018: "Machine Learning for News: Theory, Applications and Visualisation in Python". Any content of this repository is subject to change both before and after the workshop.
- Install Anaconda (miniconda would suffice)
- Import the environment from the .yml file:
conda env create -f amld.yml
- Activate the environment
source activate amld
cd data
curl https://www.dropbox.com/s/k16jptjyccxfdkn/clean_json.json?dl=0 -L -o clean_json.json
curl https://www.dropbox.com/s/20suwbl2l287r54/fulldatastuff.json?dl=0 -L -o fulldatastuff.json
curl https://www.dropbox.com/s/8oxuk3wg8fhtt8z/train_bodies.csv?dl=0 -L -o train_bodies.csv
curl https://www.dropbox.com/s/z6fqkr2v3qydzsb/train_stances.csv?dl=0 -L -o train_stances.csv
Morning
- Crash course in Python
- Introduction to Natural Language Prcessing
- Introduction to Neural Networks and Deep Learning
Afternoon
- Wikileaks data processing
- Wikileaks data visualization
- Text to speech, Information retrieval, Text summarization, Deep Learning for fake news detection