photo

NITISH SINGLA


Last seen: mehr als 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


I am a beginner in Matlab. My problem is to update the weights after each iteration.. but I am not able to use for loop for my weights updation
Here is my code: clc; clear all; p = [-1 1; 0 0; 1 -1; 1 0; 0 1]; t = [1; 1; 1; 0; 0]; i = 0; for i = 1:10 w(i) = [0 ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort