how to train sipmle perceptron learning in matlab...i'm new to neural networking please help me with an example
2 次查看(过去 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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!