Documentation of 'org.neuroph.nnet.comp.ConvolutionalUtils' Java class
ConvolutionalUtils
org.neuroph.nnet.comp

Class ConvolutionalUtils



  • public class ConvolutionalUtils
    extends java.lang.Object
    Utility functions for convolutional networks
    • Constructor Detail

      • ConvolutionalUtils

        public ConvolutionalUtils()
    • Method Detail

      • fullConnectMapLayers

        public static void fullConnectMapLayers(FeatureMapsLayer fromLayer,
                                                FeatureMapsLayer toLayer)
        Creates full connectivity between feature maps in two layers
        Parameters:
        fromLayer - from feature maps layer
        toLayer - to feature maps layer
      • connectFeatureMaps

        public static void connectFeatureMaps(FeatureMapsLayer fromLayer,
                                              FeatureMapsLayer toLayer,
                                              int fromFeatureMapIndex,
                                              int toFeatureMapIndex)
        Creates connections between two feature maps - not used???
        Parameters:
        fromLayer - parent layer for from feature map
        toLayer - parent layer for to feature map
        fromFeatureMapIndex - index of from feature map
        toFeatureMapIndex - index of to feature map

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.