This repository contains all the supporting material for the talk made at Apache Spark and More Milano The slides are interactive and can be run during the presentation.
# please use python 3 :)
$conda create --name dl python=3.6
#activate the environment
source activate dl
- install the needed libraries
$pip install -r requirements.txt
- Install RISE from conda forge
$conda install -c conda-forge rise
- run the jupyter notebook service
$ jupyter notebook
If you want to get more information about anaconda and jupyter check the presentation + tutorials made for the School of Artificial Intelligence at PiCampus.
- Manning: Deep Learning with Python: really good for a high level introduction of arguments and ideas
- Deep Learning: very good for a deep down
- Elements of Statistical Learning
- Machine Learning: A Probabilistic Perspective
- coursera deep learning specialization
- MIT intro to deep learning
- Intro to TensorFlow for Deep Learning byTensorFlow
- Intro to Deep Learning with PyTorch byFacebook AI
In the data folder there is a dataset that you can use as exercise ;)