| Package | Description |
|---|---|
| org.encog.neural.networks.training.concurrent | |
| org.encog.neural.networks.training.concurrent.jobs | |
| org.encog.neural.networks.training.concurrent.performers |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentTrainingManager.addTrainingJob(TrainingJob job)
Add a training job.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BPROPJob
A training definition for BPROP training.
|
class |
RPROPJob
A training definition for RPROP training.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentTrainingPerformer.perform(TrainingJob job)
Perform the specified job.
|
void |
ConcurrentTrainingPerformerCPU.perform(TrainingJob job)
Perform the specified job.
|
Copyright © 2014. All Rights Reserved.