Hossein Amini
Followers: 0 Following: 0
Statistics
RANK
137 834
of 295 467
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
how to divide a data set randomly into training and testing data set?
[z,r] = size(X); idx = randperm(z); TrainX = (X(idx(1:round(Ptrain.*z)),:))'; TrainY = (Y(idx(1:round(Ptrain.*z)),:))'; Te...
mer än 5 år ago | 0
how to divide a data set randomly into training and testing data set?
Hi there, it worked for me but I have problem in rest of the code. In newrb doc, it has been witten how to write the code but th...
mer än 5 år ago | 0
Question
Artificial Neural Network inputs?
Dear All I'm new in ANN and Matlab, I wanted to design ANN architecture and I had a problem in term of input. My input is inclu...
mer än 5 år ago | 0 answers | 0