Deep Learning Course Introduction
Neural Networks Basics: Data, Pre-Processing & Net Architecture, Forward Prop
Follow lecture slides of 1.2 and implement a neural network in python upto the point discussed in the slide
extra points for implementing gradient descent and cost function.
Neural Networks Basics: Cost function, Gradient Descent & BackProp
Neural Networks Basics: Numerical Gradient Check, Optimization & Training
Additional topics for session 2.1 and 2.2 (to be uploaded)
BFGS: Broyden–Fletcher–Goldfarb–Shanno Algorithm, BFGS WIKI, BFGS reference lecture slide
Follow lecture slides 2.1 - 2.2 and implement the remainder of the neural network in python: Back prop, Batch Gradient Descent, Numerical Gradient Check, Training the net, Optimisation
Convolution Neural Nets - CNN Architecture & Case Studies
Localization and Detection through CNN