whats this code all about?

3 visualizaciones (últimos 30 días)
computer bronze
computer bronze el 19 de Feb. de 2015
Editada: Walter Roberson el 12 de En. de 2016
hiddenLayerSize = 70;
net = patternnet(hiddenLayerSize);
net.trainFcn = 'traingdx';
net.trainParam.epochs = 100;
net.performFcn = 'mse'; % Mean squared error
net.divideParam.trainRatio = 100/100;
net.divideParam.valRatio = 0/100;
net.divideParam.testRatio = 0/100;

Respuestas (1)

Greg Heath
Greg Heath el 12 de En. de 2016
It is a PATTERNNET classifier. However, H = 70 without validation data sounds fishy. Can't tell unless input and target matrix sizes are given.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by