Skip to content

Instantly share code, notes, and snippets.

@danoneata
Last active November 28, 2017 13:28
Show Gist options
  • Select an option

  • Save danoneata/9ef49731984a61fbbb85a31145f465de to your computer and use it in GitHub Desktop.

Select an option

Save danoneata/9ef49731984a61fbbb85a31145f465de to your computer and use it in GitHub Desktop.
Deep Learning AI #1

Course info

Pre-requisites

From the FAQ

Pre-requisites:

  • Very basic programming skills (i.e. ability to work with dictionaries and for loops).
  • Familiarity with basic machine learning (how do we represent a dataset as a matrix, etc.).
  • Familiarity with the basic linear algebra (matrix multiplications, vector operations etc.).
  • Advice: Skim the following resources; don't go too much into depth; revisit as needed.
  • The recommended resources are marked with R.

Programming

Python3

Tools and libraries:

  • jupyter -- interactive computing.
  • numpy -- package for scientific computing.
  • matplotlib -- plotting library.
  • sklearn -- machine learning toolbox.
  • keras -- deep learning library.

General Python:

Scientific computing:

Exercises or projects:

Machine learning

Linear algebra


Feel free to add other recommendations.

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