BaseMultiLayerNetwork encoder
BaseMultiLayerNetwork decoder
Object[] trainingParams
int nIns
int[] hiddenLayerSizes
int nOuts
int nLayers
LogisticRegression logLayer
org.apache.commons.math3.random.RandomGenerator rng
org.apache.commons.math3.distribution.RealDistribution dist
double momentum
MultiLayerNetworkOptimizer optimizer
ActivationFunction activation
boolean toDecode
double l2
boolean shouldInit
double fanIn
int renderWeightsEveryNEpochs
boolean useRegularization
Map<K,V> weightTransforms
boolean shouldBackProp
boolean forceNumEpochs
int cursor
int numOutcomes
int inputColumns
DataSet curr
int totalExamples
LFWLoader loader
int batch
int numExamples
DataSetFetcher fetcher
int nIns
int[] hiddenLayerSizes
int nOuts
int nLayers
HiddenLayer[] sigmoidLayers
LogisticRegression logLayer
org.apache.commons.math3.random.RandomGenerator rng
org.apache.commons.math3.distribution.RealDistribution dist
double momentum
org.jblas.DoubleMatrix input
org.jblas.DoubleMatrix labels
MultiLayerNetworkOptimizer optimizer
ActivationFunction activation
boolean toDecode
double l2
boolean shouldInit
double fanIn
int renderWeightsEveryNEpochs
boolean useRegularization
Map<K,V> weightTransforms
boolean shouldBackProp
boolean forceNumEpochs
double sparsity
org.jblas.DoubleMatrix columnSums
org.jblas.DoubleMatrix columnMeans
org.jblas.DoubleMatrix columnStds
double learningRateUpdate
NeuralNetwork[] layers
double errorTolerance
int nVisible
int nHidden
org.jblas.DoubleMatrix W
org.jblas.DoubleMatrix hBias
org.jblas.DoubleMatrix vBias
org.apache.commons.math3.random.RandomGenerator rng
org.jblas.DoubleMatrix input
double sparsity
double momentum
double l2
int renderWeightsEveryNumEpochs
double fanIn
boolean useRegularization
int nIn
int nOut
org.jblas.DoubleMatrix W
org.jblas.DoubleMatrix b
org.apache.commons.math3.random.RandomGenerator rng
org.jblas.DoubleMatrix input
ActivationFunction activationFunction
LogisticRegression logReg
double lr
BaseMultiLayerNetwork network
double lr
BaseNeuralNetwork network
double lr
Object[] extraParams
double tolerance
List<E> errors
double minLearningRate
NeuralNetworkOptimizer optimizer
Copyright © 2014. All Rights Reserved.