Filter löschen
Filter löschen

how to train sipmle perceptron learning in matlab...i'm new to neural networking please help me with an example

1 Ansicht (letzte 30 Tage)
W(new)=W(old)+e.p^T b(new)=b(old)+e where e=t-a P = Input vector, t = target, W = Weight, b = bias % Use Hard limit as Activation Function a = hardlim(W*P'+b); % e = error

Antworten (0)

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by