Community Profile

photo

DEEPAK Chekuri


Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

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

배지 보기

Feeds

보기 기준

답변 있음
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...

대략 3년 전 | 1

| 수락됨

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변