Documentation of 'org.neuroph.samples.mnist.learn.CnnMNIST' Java class
CnnMNIST
org.neuroph.samples.mnist.learn

Class CnnMNIST



  • public class CnnMNIST
    extends java.lang.Object
    Utility 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 void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CnnMNIST

        public CnnMNIST()
    • 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

You see the box below because you did not login.