Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 2.14 KB

readme.md

File metadata and controls

59 lines (31 loc) · 2.14 KB

Deep Learning and Computer Vision

series of workshops on deep learning and computer vision at Connecticut College with programming exercises.

You can find the workshop material here:

Workshop 1 (Nov 14)

Topics: Intro to computer vision, linear regression, logistic regression, loss functions, gradient descent, building classifier with MNIST

Animations

Here are the animations from the slides, since they dont work in the uploaded pdf:

Representing images as matrices

DogColor.mp4

Why we add a bias term

LineSep.mp4

Visualizing least squares (Linear Regression)

LineReg.mp4

Workshop 2 (Nov 28)

Topics: Non-linearity, Actiation functions, Convolutional Neural Networks

Resources

CNN Explainer

Animations

Here are the animations from the slides, since they dont work in the uploaded pdf:

Why we can't stack linear layers:

stackedlinear.mp4

Stacking ReLUs:

relu.mp4

All materials were created by me unless stated otherwise