photo

NITISH SINGLA


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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 ...

quasi 4 anni fa | 1 risposta | 0

1

risposta