Slide 19
Slide 19 text
SIMPLE EXAMPLE
Machine
Sensors x1, x2 and x3
Weights a, b and c
Y = Const + ax1
+ bx2
+ cx3
Const: Value when x1, x2 and x3 are 0
Training data: 100.000 Datasets.
Keep 25.000 for validation
Train with 75.000 -> Vary weights until result (Y) is ok
Verify your model with the 25.000 sets for validation