photo

DEEPAK Chekuri


Last seen: oltre 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer
  • Solver
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risposto
save file and plot
save('file_name' , 'AverPr') ; % this will save your Averpr to a file_name load('file_name'); % loads back the file make s...

oltre 3 anni fa | 1

| accettato

Domanda


how to compute and plot mean square error for two vectors?
i have a dataset to classify, using perceptron learning rule . i've calculated the weight matrix but don't know how to plot MSE ...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How can i change values in matrix in random fashion?
i have this matrix p=[1 -1 -1 -1 -1 1 -1; 1 1 1 -1 -1 1 -1] how can i randomly change the values at any two positions in...

oltre 3 anni fa | 1 risposta | 0

1

risposta