STATS / DATA SCI 315
Lecture 04
Regression wrap-up
The Normal Distribution and Squared Loss
Gaussian distribution
Linear regression and Gaussian distribution
Maximum likelihood
Expression for the negative log likelihood
From Linear Regression to Deep Networks
Linear model as a beginning for deep learning
Number of output nodes = 1
Number of input nodes = d
Number of layers is 1 (we don’t count input layer)
Fully connected
Or dense layer
All inputs connect to all outputs
Cartoonish picture of a biological neuron
Dendrites = input terminals
Nucleus = computational unit
axon = output wire�Axon terminal = output terminal
Axons connect to other neurons via connections called synapses (not shown)
Neuronal computation
Neuroscience provides high level inspiration
On biological vs artificial neurons