Skip to content

Instantly share code, notes, and snippets.

@eliath
Created November 13, 2017 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliath/882d45844b32bc7a422cb89ce9aa37a3 to your computer and use it in GitHub Desktop.
Save eliath/882d45844b32bc7a422cb89ce9aa37a3 to your computer and use it in GitHub Desktop.
Recommended online materials for engineers looking to learn more about Deep Learning. I compiled this list from assorted recommendations from top ML engineers at Twitter, NVIDIA, Tesla, and others.

Introduction to Deep Learning - Online Materials

Linear Algebra

http://www.deeplearningbook.org/contents/linear_algebra.html

Probability Theory

http://www.deeplearningbook.org/contents/prob.html

Numeric Computation

http://www.deeplearningbook.org/contents/numerical.html

Matrix (n-dim array) math / software packages

Play around & familiarize yourself with numpy, matlab...

Basic Machine Learning

http://www.deeplearningbook.org/contents/ml.html

at the very least, understand:

  • Logistic Regression
  • Max Likelihood Estimation
  • training, validation and testing
  • basic notions of regularization

Extra Credit

General concepts of statistical pattern recognition

chapter 1: http://cs.du.edu/~mitchell/mario_books/Neural_Networks_for_Pattern_Recognition_-_Christopher_Bishop.pdf

Nice, high-level overview of modern neural nets & its application

http://neuralnetworksanddeeplearning.com/index.html

Additional Materials @ CS231n

Convolutional Neural Networks for Visual Recognition http://cs231n.stanford.edu/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment