how to train sipmle perceptron learning in matlab...i'm new to neural networking please help me with an example
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!