<< ann_ADALINE_predict Neural network functions ann_COMPET >>

A Neural Network Module for Scilab >> Neural network functions > ann_ADALINE_run

ann_ADALINE_run

ANN ADALINE simulate function.

Calling Sequence

y = ann_ADALINE_run(P,w,b)

Parameters

P :

Testing input

w :

weights for the network

b :

bias for the network

y :

simulated output

Description

Adaptive Linear Neuron Simulation function

See also

Authors


Report an issue
<< ann_ADALINE_predict Neural network functions ann_COMPET >>