Lectures
You can download the lectures here. We will try to upload lectures prior to their corresponding classes.
-
-
Machine Learning Refresher
tl;dr: Image Classificationa and Data Driven algorithms
[notes] [students_notes]
Suggested Readings:
-
-
-
-
Convolutional neural networks.
tl;dr: Convolution
[notes]
Suggested Readings:
- Soumith benchmarks for CONV performance
- ConvNetJS CIFAR-10 demo allows you to play with ConvNet architectures and see the results and computations in real time, in the browser.
- Caffe, one of the popular ConvNet libraries.
- State of the art ResNets in Torch7
-