Neural Networks and Deep Learning

(Draft status)

Practical Implementations with Python, Theano and Tensorflow.

Prerequisite:

Content

Convolutional Neural Networks (CNNs)

Recurrent Neural Networks (RNNs)

  • Recurrent neural networks
  • LSTM: Long Short Term Memory
  • Deep transition recurrent neural networks
  • Stacked recurrent neural networks
  • Applications of RNNs

Energy based models

  • Intro RBM: Introduction to Restricted Boltzmann Machines
  • Gibbs Sampling on RBM
  • Contrastive Divergence
  • ...
  • Renormalization Group and RBMs
In [ ]: