| Package | Description |
|---|---|
| nuroko.core | |
| nuroko.module | |
| nuroko.module.layers |
| Modifier and Type | Method and Description |
|---|---|
static AWeightLayer |
Components.weightLayer(int inputLength,
int outputLength,
int maxLinks) |
| Modifier and Type | Method and Description |
|---|---|
abstract AWeightLayer |
AWeightLayer.clone() |
abstract AWeightLayer |
AWeightLayer.getInverse() |
AWeightLayer |
NeuralNet.getLayer(int i) |
AWeightLayer |
CompoundLayerStack.getLayer(int i) |
abstract AWeightLayer |
ALayerStack.getLayer(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<AWeightLayer> |
NeuralNet.getLayers() |
List<AWeightLayer> |
ALayerStack.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
static ALayerStack |
CompoundLayerStack.create(List<AWeightLayer> layers) |
| Constructor and Description |
|---|
NeuralNet(AWeightLayer... layers) |
NeuralNet(AWeightLayer[] layers,
mikera.vectorz.Op outputOp) |
NeuralNet(AWeightLayer[] layers,
mikera.vectorz.Op hiddenOp,
mikera.vectorz.Op outputOp) |
NeuralNet(AWeightLayer layer,
mikera.vectorz.Op outputOp) |
| Modifier and Type | Class and Description |
|---|---|
class |
FullWeightLayer
Fully connected weight layer
|
class |
SparseWeightLayer
Fully connected weight layer
|
Copyright © 2013. All Rights Reserved.