Package | Description |
---|---|
gov.sandia.cognition.learning.function.vector |
Provides functions that output vectors.
|
Modifier and Type | Class and Description |
---|---|
class |
DifferentiableGeneralizedLinearModel
A GradientDescenable version of a GeneralizedLinearModel, in
other words, a GeneralizedLinearModel where the squashing
function is differentiable
|
Modifier and Type | Method and Description |
---|---|
GeneralizedLinearModel |
GeneralizedLinearModel.clone() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<? extends GeneralizedLinearModel> |
FeedforwardNeuralNetwork.getLayers()
Getter for layers
|
Modifier and Type | Method and Description |
---|---|
void |
FeedforwardNeuralNetwork.setLayers(java.util.ArrayList<? extends GeneralizedLinearModel> layers)
Setter for layers
|
Constructor and Description |
---|
GeneralizedLinearModel(GeneralizedLinearModel other)
Creates a new instance of GeneralizedLinearModel
|
Constructor and Description |
---|
FeedforwardNeuralNetwork(java.util.ArrayList<? extends GeneralizedLinearModel> layers)
Creates a new instance of FeedforwardNeuralNetwork
|