how to testing single input in perceptron??
1 回表示 (過去 30 日間)
古いコメントを表示
Helloo,,
i want to know about perceptron,,
how to testing single input in matlab???
example i have sample P4 which p1 = 1, p2 = 2, t = 1, w1 = 1, w2 = 0,5
how to test that sample in perceptron???
0 件のコメント
回答 (1 件)
Greg Heath
2012 年 5 月 12 日
error = t - hardlim(w1*p1+w2*p2+b)
Why don't you have a bias b ??
Hope this helps.
Greg
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!