|
|||||||||
| 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,
int epochs,
Key job)
|
|
| Method Summary | |
|---|---|
void |
join()
|
Layer[] |
layers()
|
long |
samples()
|
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,
int epochs,
Key job)
| Method Detail |
|---|
public Layer[] layers()
layers in class Trainerpublic long samples()
samples in class Trainerpublic void start()
start in class Trainerpublic void join()
join in class Trainer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||