| Package | Description |
|---|---|
| de.jungblut.classification.nn |
| Modifier and Type | Field and Description |
|---|---|
TrainingType |
MultilayerPerceptronCostFunction.NetworkConfiguration.trainingType |
| Modifier and Type | Method and Description |
|---|---|
static TrainingType |
TrainingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrainingType[] |
TrainingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RBM.RBMBuilder |
RBM.RBMBuilder.trainingType(TrainingType type)
Sets the training type, it defaults to CPU- so only use if you want to
use the GPU.
|
MultilayerPerceptron.MultilayerPerceptronBuilder |
MultilayerPerceptron.MultilayerPerceptronBuilder.trainingType(TrainingType type)
Sets the training type, it defaults to CPU- so only use if you want to
use the GPU.
|
| Constructor and Description |
|---|
RBMCostFunction(de.jungblut.math.DoubleVector[] currentTrainingSet,
int batchSize,
int numThreads,
int numHiddenUnits,
ActivationFunction activationFunction,
TrainingType type,
double lambda,
long seed,
boolean stochastic) |
Copyright © 2016. All rights reserved.