| Package | Description |
|---|---|
| org.cognity.neural.net | |
| org.cognity.neural.train |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFeedforwardNet
This class implements a feedforward neural network.
|
class |
MlpNet
The implementation of a multilayer perceptron.
|
| Modifier and Type | Method and Description |
|---|---|
FeedforwardNet |
Backpropagation.getNetwork() |
| Constructor and Description |
|---|
Backpropagation(FeedforwardNet network)
Creates a new object using default learning rate and momentum values.
|
Backpropagation(FeedforwardNet network,
double learningRate,
double momentum)
Creates a new object using provided learning rate and momentum values.
|
Copyright © 2012. All Rights Reserved.