in reply to Re^2: AI Neural Networks based Prediciton
in thread AI Neural Networks based Prediciton
You need to define what output you want for a given input. You train the neural network by supplying both the input and the output, and it makes the internal adjustments to produce those results.
In the examples, they provide 0 and 1 as input, and expect 1 as output, and 1 and 1 as input, and expect 0 as output. That's what an XOR does.
You need to define a set of inputs and the output you expect in each case. That is what you will use to train your neural network.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: AI Neural Networks based Prediciton
by kulls (Hermit) on Sep 17, 2014 at 08:56 UTC | |
by Corion (Patriarch) on Sep 17, 2014 at 09:03 UTC | |
by kulls (Hermit) on Sep 17, 2014 at 09:39 UTC | |
by Corion (Patriarch) on Sep 17, 2014 at 10:17 UTC | |
by kulls (Hermit) on Sep 17, 2014 at 10:51 UTC |