| Package | Description |
|---|---|
| org.nd4j.parameterserver.distributed.training.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
CbowTrainer |
class |
SkipGramTrainer
Distributed SkipGram trainer
TrainingDriver idea is simple:
1) We get request from Client
2) We initiate training by issuing DotRequest
3) Each Shard does Dot accumulation
4) As soon as Dot aggregated, we calculate gradients independently
5) As soon as they are ready - we just apply them to appropriate
|
Copyright © 2017. All rights reserved.