The brain behind AI
Matteo Di Paolantonio
“machine learning algorithm inspired by the structure and function of the human brain.”
28 x 28 = 784 pixels
784 greyscale values (0.0 - 1.0)
6
7 8 9w0,0 | w0,1 | ... | w0,n |
w1,0 | w1,1 | ... | w1,n |
⋮ | ⋱ | ⋱ | ⋮ |
wk,0 | wk,1 | ... | wk,n |
a(0)0 |
a(0)1 |
⋮ |
a(0)n |
b0(1) |
b1(1) |
⋮ |
bn(1) |
13.002
Neural Network Function
Input: 784 numbers (pixels values) Parameters: 13.002 numbers (weights and biases) Output: 10 numbers (digits)Cost Function
Input: 13.002 numbers (weights and biases) Parameters: tens of thousands of training samples (pixels values) Output: 1 number (cost)