|
To simulate a neuron the following formulas are used:
The linear combiner
Assuming that neuron k is the one in question, the k's can be removed and it can be written as the following simple object-pascal code.
The linear combiner can also be inserted as a function for itself.
|