| Package | Description |
|---|---|
| nuroko.module | |
| nuroko.module.layers | |
| nuroko.testing |
| Modifier and Type | Class and Description |
|---|---|
class |
ACompoundComponent
Abstract base class for components that combine other components.
|
class |
ALayerStack
Abstract base class representing a stack of AWeightLayer components
|
class |
AOperationComponent
Base class for components that perform a single operation on each element
from input to output
|
class |
AWeightLayer
Abstract base class representing a weighted linear transformation.
|
class |
Bias |
class |
CompoundLayerStack |
class |
Dropout
Component that performs dropout on activation values.
|
class |
GradientAmplifier |
class |
Identity |
class |
Join
Class representing a side-by-side joining of components
|
class |
NeuralNet |
class |
Normaliser |
class |
Operator |
class |
Sparsifier |
class |
Stack
A stack of connected components, with the output of each feeding into the
input of the next
|
class |
ThinkingOp |
class |
TrainingOp |
| Modifier and Type | Method and Description |
|---|---|
AComponent |
AComponent.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
FullWeightLayer
Fully connected weight layer
|
class |
SparseWeightLayer
Fully connected weight layer
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DerivativeTest.testDerivative(AComponent c) |
Copyright © 2014. All rights reserved.