| Package | Description |
|---|---|
| nuroko.core | |
| nuroko.module | |
| nuroko.module.layers |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IComponent |
| Modifier and Type | Method and Description |
|---|---|
ISynthesiser |
ISynthesiser.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
AComponent |
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 | Class and Description |
|---|---|
class |
FullWeightLayer
Fully connected weight layer
|
class |
SparseWeightLayer
Fully connected weight layer
|
Copyright © 2014. All rights reserved.