org.neuroph.nnet.comp
Class ConvolutionalUtils
- java.lang.Object
-
- org.neuroph.nnet.comp.ConvolutionalUtils
-
public class ConvolutionalUtils extends java.lang.ObjectUtility functions for convolutional networks
-
-
Constructor Summary
Constructors Constructor and Description ConvolutionalUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidconnectFeatureMaps(FeatureMapsLayer fromLayer, FeatureMapsLayer toLayer, int fromFeatureMapIndex, int toFeatureMapIndex)Creates connections between two feature maps - not used???static voidfullConnectMapLayers(FeatureMapsLayer fromLayer, FeatureMapsLayer toLayer)Creates full connectivity between feature maps in two layers
-
-
-
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 layertoLayer- 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 maptoLayer- parent layer for to feature mapfromFeatureMapIndex- index of from feature maptoFeatureMapIndex- index of to feature map
-
-
DMelt 3.0 © DataMelt by jWork.ORG