| Package | Description |
|---|---|
| nuroko.algo | |
| nuroko.core | |
| nuroko.module | |
| nuroko.module.loss |
| Modifier and Type | Method and Description |
|---|---|
static void |
SimpleBackProp.train(IComponent comp,
mikera.vectorz.AVector input,
mikera.vectorz.AVector target,
double learnRate,
LossFunction loss) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITrainable.train(mikera.vectorz.AVector input,
mikera.vectorz.AVector target,
LossFunction loss,
double factor) |
| Modifier and Type | Method and Description |
|---|---|
void |
AComponent.train(mikera.vectorz.AVector input,
mikera.vectorz.AVector target,
LossFunction loss,
double factor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteErrorLoss |
class |
CrossEntropyLoss |
class |
SquaredErrorLoss |
Copyright © 2013. All Rights Reserved.