Dr. Tiziana Ligorio x CSCI 493.77 - Deep Learning, Hunter College of the City University of New York

Notation

Activation functions

Losses

SGD

Backpropagation

Weight Initialization

Other activation functions

Batch normalization

Gradient clipping

Other optimizers

Regularization

The Perceptron

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/e3cdcb50-816f-490a-9221-908b8c4eeca9/Screen_Shot_2021-08-01_at_12.20.19_PM.png

image by Gèron

Neural Network

Dense (Fully Connected) Layer: a layer of neurons where all neurons in one layer are connected to every neuron in the previous layer (e.g. the input neurons).

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/5944139e-2f37-4994-81f5-0e16f21209e3/Screen_Shot_2021-08-01_at_5.09.12_PM.png

image by Gèron