Interface | Description |
---|---|
Classifier |
A classifier (this is for supervised learning)
|
Layer |
Interface for a layer of a neural network.
|
LayerFactory |
Common interface for creating neural network layers.
|
Model |
A Model is meant for predicting something from data.
|
ParamInitializer |
Param initializer for a layer
|
SequenceClassifier |
Created by agibsonccc on 8/27/14.
|
Enum | Description |
---|---|
Layer.Type | |
OptimizationAlgorithm |
Optimization algorithm to use
|
Copyright © 2015. All Rights Reserved.