Interface | Description |
---|---|
Classifier |
A classifier (this is for supervised learning)
|
Layer |
Interface for a layer of a neural network.
|
Model |
A Model is meant for predicting something from data.
|
NeuralNetwork |
Single layer neural network, this is typically one that has
the objective function of reconstruction the input: also called feature detectors
|
Persistable | |
SequenceClassifier |
Created by agibsonccc on 8/27/14.
|
Enum | Description |
---|---|
NeuralNetwork.OptimizationAlgorithm |
Optimization algorithm to use
|
Copyright © 2014. All rights reserved.