29.09.2014 Views

Casestudie Breakdown prediction Contell PILOT - Transumo

Casestudie Breakdown prediction Contell PILOT - Transumo

Casestudie Breakdown prediction Contell PILOT - Transumo

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

The general idea of supervised learning is a feedback of already known results. This<br />

means that during initialization not only inputs are provided but also aimed results.<br />

Hence, the neural network is able to adapt weightings to these aimed results.<br />

Offering these results could be done in two ways. First of all, historical data could be<br />

used that already contains results (e.g. a forecast done by the network can be<br />

evaluated by comparing it to the actually occurred value). The other possibility of<br />

supervised learning is the usage of a trainer. This trainer evaluates the results of<br />

training inputs and rates them. These ratings signalize the network, how weightings<br />

have to be changed. ([Heuer97], p. 16-17)<br />

Hence supervised learning is done by reacting on errors. A common learning<br />

approach is the usage of the delta rule. As described above, the neural network<br />

determines an output vector y to a given input vector x. Moreover, vector d must be<br />

given, which contains the aimed results. To be able to apply the delta rule, the<br />

magnitude of error has to be calculated by using the following Formula 5-21:<br />

([Hagen97], p. 22-23)<br />

δ = d − y<br />

i<br />

i<br />

i<br />

with<br />

δ<br />

i<br />

= Error<br />

d = Aimed result<br />

i<br />

y = Calculated Output<br />

i<br />

i =1,<br />

K,<br />

n<br />

Formula 5-21: Determination of Error<br />

As described above, this error is used to adapt the weightings between the single<br />

neurons. Formula 5-22 contains the often used delta rule that shall exemplify<br />

supervised learning.<br />

77

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!