Slide 15
Slide 15 text
Evaluating
For this simple example, we will create a training
dataset by picking randomly the examples from
the [0, 1) x [0, 1) area and assigning them a target
class depending on their position to the dotted
line. Model, in fitting phase, will get the vector as
an input and the class as the target output and
will try to adapt the parameters.
To check the output of created model, we will
simply try to execute it on four examples, for
which we know the expected output.
0 1
1
(0.1, 0.1)
(0.5, 0.5)
(0.7, 0.7)
(0.9, 0.9)