Resource

Programming Tutorial:

Python

A Crash Course in Python for Scientistsarrow-up-right (nbviewer.jupyter.org)

Python Numpy Tutorialarrow-up-right (Stanford CS231n)

Others

Learn X in Y Minutes (X = Python)arrow-up-right (brief course for 30 min)

Google Developers Python Coursearrow-up-right (highly recommended for visual learners)

Awesome Machine Learningarrow-up-right (github.com/josephmisiti)

7 Steps to Mastering Machine Learning With Pythonarrow-up-right (kdnuggets.com)

An example machine learning notebookarrow-up-right (nbviewer.jupyter.org)

Machine Learning with Pythonarrow-up-right (tutorialspoint.com)

Scipy and numpy

Python Numpy Tutorialarrow-up-right (Stanford CS231n)

Others

Scipy Lecture Notesarrow-up-right (scipy-lectures.org)

Python Numpy Tutorialarrow-up-right (Stanford CS231n)

An introduction to Numpy and Scipyarrow-up-right (UCSB CHE210D)

A Crash Course in Python for Scientistsarrow-up-right (nbviewer.jupyter.org)

PyTorch

PyTorch Tutorialsarrow-up-right (pytorch.org)

Others

A Gentle Intro to PyTorcharrow-up-right (gaurav.im)

Tutorial: Deep Learning in PyTorcharrow-up-right (iamtrask.github.io)

PyTorch Examplesarrow-up-right (github.com/jcjohnson)

PyTorch Tutorialarrow-up-right (github.com/MorvanZhou)

PyTorch Tutorial for Deep Learning Researchersarrow-up-right (github.com/yunjey)

Tensorflow

Machine Learning Crash Coursearrow-up-right (google.com)

Tensorflow Tutorialsarrow-up-right (tensorflow.org)

Others

Introduction to TensorFlow — CPU vs GPUarrow-up-right (medium.com/@erikhallstrm)

TensorFlow: A primerarrow-up-right (metaflow.fr)

RNNs in Tensorflowarrow-up-right (wildml.com)

Implementing a CNN for Text Classification in TensorFlowarrow-up-right (wildml.com)

How to Run Text Summarization with TensorFlowarrow-up-right (surmenok.com)

Tutorial of Tensorflow with Youtubearrow-up-right

Math

Math for Machine Learningarrow-up-right (ucsc.edu)

Math for Machine Learningarrow-up-right (UMIACS CMSC422)

Probability

Understanding Bayes Theorem With Ratiosarrow-up-right (betterexplained.com)

Review of Probability Theoryarrow-up-right (Stanford CS229)

Probability Theory Review for Machine Learningarrow-up-right (Stanford CS229)

Probability Theoryarrow-up-right (U. of Buffalo CSE574)

Probability Theory for Machine Learningarrow-up-right (U. of Toronto CSC411)

Linear algebra

An Intuitive Guide to Linear Algebraarrow-up-right (betterexplained.com)

A Programmer’s Intuition for Matrix Multiplicationarrow-up-right (betterexplained.com)

Understanding the Cross Productarrow-up-right (betterexplained.com)

Understanding the Dot Productarrow-up-right (betterexplained.com)

Linear Algebra for Machine Learningarrow-up-right (U. of Buffalo CSE574)

Linear algebra cheat sheet for deep learningarrow-up-right (medium.com)

Linear Algebra Review and Referencearrow-up-right (Stanford CS229)

Last updated