DEEPAK Chekuri
Followers: 0 Following: 0
Statistics
All
RANK
7,685
of 295,638
REPUTATION
6
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
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...
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...
4 years ago | 1
| accepted
Question
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 ...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0