|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthex.Trainer
public abstract class Trainer
Trains a neural network.
Nested Class Summary | |
---|---|
static class |
Trainer.Base
|
static class |
Trainer.Direct
Trains NN on current thread. |
static class |
Trainer.MapReduce
Distributed trainer. |
static class |
Trainer.OpenCL
GPU based trainer. |
static class |
Trainer.Threaded
Runs several trainers in parallel on the same weights, using threads. |
Constructor Summary | |
---|---|
Trainer()
|
Method Summary | |
---|---|
long |
items()
|
abstract void |
join()
|
abstract Layer[] |
layers()
|
abstract void |
start()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Trainer()
Method Detail |
---|
public abstract Layer[] layers()
public abstract void start()
public abstract void join()
public long items()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |