Is it possible to find the weight matrix dW with limited input parameters in using learnh ( hebb learning function ),
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
dW = learnh(W,P,[],[],[],T,[],[],[],[],LP,[])
W = [ 0 0 ];
P= [ 2 2 ; 3 3];
T = [ 1 1 ]; Why am I not getting dW
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Matrix Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!