Clear Filters
Clear Filters

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

2 views (last 30 days)
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

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!