6COM1044 Deep Learning 1
6COM1044 Deep Learning 1
University of Hertfordshire
https://www.deeplearningbook.org/
https://machinelearningmastery.com/
inspirational-applications-deep-learning/
https://d2l.ai/
https://www.deeplearningbook.org/
We shall be using Python and Tensorflow for implementation
Jupyter notebooks
https://colab.research.google.com/notebooks/
welcome.ipynb
e hi
Softmax yi = P hj .
j e
Cross entropy
p
X
E =− (ti log(yi ) − (1 − ti ) log(1 − yi ))
i=1
Activation function:
akl = f (zkl ),
where f could be σ.
X
zkl+1 = l+1 l
wmk l+1
ak + b m
k
where f 0 (ui ) = du
df
i
, is the derivative of f (ui ) with respect to ui . If
we update weights example by example,
From https://www.deeplearningbook.org/
From https://www.deeplearningbook.org/
From https://www.deeplearningbook.org/