org.neuroph.samples.mnist.learn
Class MultiLayerMNIST
- java.lang.Object
-
- org.neuroph.samples.mnist.learn.MultiLayerMNIST
-
public class MultiLayerMNIST extends java.lang.ObjectUtility class which can be used from command prompt to train MLP
-
-
Constructor Summary
Constructors Constructor and Description MultiLayerMNIST()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException- Parameters:
args- Command line parameters used to initialize parameters of multi layer neural network optimizer [0] - maximal number of epochs during learning [1] - learning error stop condition [2] - learning rate used during learning process [3] - number of validation folds [4] - max number of layers in neural network [5] - min neuron count per layer [6] - max neuron count per layer [7] - neuron increment count- Throws:
java.io.IOException
-
-
DMelt 3.0 © DataMelt by jWork.ORG