org.neuroph.samples.mnist.learn
Class CnnMNIST
- java.lang.Object
-
- org.neuroph.samples.mnist.learn.CnnMNIST
-
public class CnnMNIST extends java.lang.ObjectUtility class which can be used from command prompt to train ConvolutionalNetwork
-
-
Constructor Summary
Constructors Constructor and Description CnnMNIST()
-
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)
- Parameters:
args- Command line parameters used to initialize parameters of convolutional network [0] - maximal number of epochs during learning [1] - learning error stop condition [2] - learning rate used during learning process [3] - number of feature maps in 1st convolutional layer [4] - number of feature maps in 2nd convolutional layer [5] - number of feature maps in 3rd convolutional layer
-
-
DMelt 3.0 © DataMelt by jWork.ORG