|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthex.Trainer
hex.Trainer.MapReduce
public static class Trainer.MapReduce
Distributed trainer. All tasks on a node update the same weights, like Threaded. Updates between nodes are synchronized at regular intervals by exchanging messages between the initiating machine and others. Requires input to be Frame.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hex.Trainer |
---|
Trainer.Base, Trainer.Direct, Trainer.MapReduce, Trainer.OpenCL, Trainer.Threaded |
Constructor Summary | |
---|---|
Trainer.MapReduce(Layer[] ls)
|
|
Trainer.MapReduce(Layer[] ls,
int epochs,
Key job)
|
Method Summary | |
---|---|
long |
items()
|
void |
join()
|
Layer[] |
layers()
|
void |
start()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Trainer.MapReduce(Layer[] ls)
public Trainer.MapReduce(Layer[] ls, int epochs, Key job)
Method Detail |
---|
public Layer[] layers()
layers
in class Trainer
public long items()
items
in class Trainer
public void start()
start
in class Trainer
public void join()
join
in class Trainer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |