MLP Train network description with newff

9 ビュー (過去 30 日間)
Mohamad Hoosein Fakhravary
Mohamad Hoosein Fakhravary 2014 年 11 月 2 日
Hi. I had a few questions about some of the network components
For example
for i=1:32
mlpNet{i} = newff(TrainData, tmp(i,:), 10);
mlpNet{i}.divideParam.trainRatio = 1;
mlpNet{i}.divideParam.valRatio = 0;
mlpNet{i}.divideParam.testRatio = 0;
mlpNet{i} = train(mlpNet{i} ,TrainData , tmp(i,:)) ;
end
Description Code
  • divideParam.trainRatio
  • divideParam.valRatio
  • divideParam.testRatio
What are the functions of the job؟

回答 (0 件)

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by