Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 431 Bytes

DL4H

Deep learning for hackers: a hands-on approach to machine learning and deep learning.

Currently only covers "from logistic regression to adding hidden layers".

The only requirement is to fully code something from python/numpy (or C/Cython) before allowing it to be done in Theano / using other's CUDA kernels

TODO:

  • more machine learning principles (e.g. cross-validation)
  • convolutions in numpy
  • RNNs