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

1 次查看(过去 30 天)
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

回答(0 个)

产品

Community Treasure Hunt

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

Start Hunting!

Translated by