Package | Description |
---|---|
com.imsl.datamining.neural |
Neural networks.
|
Class and Description |
---|
Activation
Interface implemented by perceptron activation functions.
|
FeedForwardNetwork
A representation of a feed forward neural network.
|
HiddenLayer
Hidden layer in a neural network.
|
InputLayer
Input layer in a neural network.
|
InputNode
A
Node in the InputLayer . |
Layer
The base class for
Layer s in a neural network. |
Link
A link in a neural network.
|
Network
Neural network base class.
|
Node
A
Node in a neural network. |
OutputLayer
Output layer in a neural network.
|
Perceptron
A
Perceptron node in a neural network. |
QuasiNewtonTrainer.Error
Error function to be minimized by trainer.
|
QuasiNewtonTrainer.GradObjective
The Objective class is passed to the optimizer.
|
QuasiNewtonTrainer.Objective
The Objective class is passed to the optimizer.
|
Trainer
Interface implemented by classes used to train a network.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.