Package | Description |
---|---|
org.neuroph.nnet |
Provides out-of-the-box neural networks
|
org.neuroph.util |
Provides various utility classes for creating neural networks,
type codes, parsing vectors, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoencoderNetwork
Auto Encoder Neural Network
|
Modifier and Type | Method and Description |
---|---|
static MultiLayerPerceptron |
NeuralNetworkFactory.createMLPerceptron(String layersStr,
TransferFunctionType transferFunctionType)
Creates and returns a new instance of Multi Layer Perceptron
|
static MultiLayerPerceptron |
NeuralNetworkFactory.createMLPerceptron(String layersStr,
TransferFunctionType transferFunctionType,
Class learningRule,
boolean useBias,
boolean connectIO)
Creates and returns a new instance of Multi Layer Perceptron
|
Copyright © 2019 Neuroph Project. All rights reserved.