Lectures
You can download the lectures here. We will try to upload lectures prior to their corresponding classes.
-
-
(dl-01) Artificial Neuron Models (MP neuron and Perceptron)
tl;dr: The Basic building block of ANNs.
[perceptron-learning-code] [slides]
Suggested Readings:
-
(dl-02) Network of perceptrons
tl;dr: If not one, can multiple (network) of Perceptrons do the job?.
[slides]
Suggested Readings:
-
(dl-03) Representational Power of an MLP
tl;dr: Multi Layered Network of Neurons can represent any artbirary function!
[ReLU-activation-code] [sigmoid-activation-codes] [slides]