Probability and Statistics @ Stanford
Neural Networks for Machine Learning @ Coursera
Deep Learning by Google @ Udacity
Deep Learning for NLP @ Stanford
Creative Applications of DL with Tensorflow
Practical Deep Learning for Coders -1
NLP with Deep Learning @ Stanford
7 Steps to Machine Learning with Python
Machine Learning is fun - Part 1
Machine Learning is fun - Part 2
Machine Learning is fun - Part 3
Machine Learning is fun - Part 4
Machine Learning is fun - Part 5
Machine Learning is fun - Part 6
Machine Learning is fun - Part 7
Machine Learning is fun - Part 8
Machine Learning for Humans - Part 1.0
Machine Learning for Humans - Part 2.1
Machine Learning for Humans - Part 2.2
Machine Learning for Humans - Part 2.3
Machine Learning for Humans - Part 3.0
Machine Learning for Humans - Part 4.0
Machine Learning for Humans - Part 5.0
Machine Learning for Humans - Appendix
How to Understand Derivatives A
How to Understand Derivatives B
%source activate <Conda-Env>
%pip install <package>
%pip list --outdated
%pip install <package> --upgrade
%source activate <Conda-Env>
%conda list # to show currently installed packages
%conda install --channel <url> <package>
# search
%conda search <package>
# Tensorflow
%conda install -c conda-forge tensorflow
# Keras
%conda install -c conda-forge keras
# update
%conda update <package>