Hossein Amini
Followers: 0 Following: 0
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...
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...
5년 초과 전 | 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...
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...
5년 초과 전 | 0
질문
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...
5년 초과 전 | 답변 수: 0 | 0