2021
Dr. Rene Staritzbichler
Optimization of mathematical model by usage of data
Discrete data:
good | bad |
alive | dead |
having disease X | not having disease X |
Continuous data:
$y = f(x)$
$y = f(x,c), \qquad \text{where c are free inner parameters} $
learning is the minimization of the error between known and calculated values.
Supervised learning
Unsupervised learning
\[ y = a \cdot x + b \]
choose function with simple derivatives
follow the gradient :: backpropagation
substitution of non-linear terms
allows to use linear math
apply sigmoid 'acitivation' function
otherwise same approach as linear regression
Forward propagation
Backward propagation
can this snippet create a sentient being?