Package | Description |
---|---|
org.apache.reef.examples.group.bgd |
Runs BGD on the given runtime.
|
org.apache.reef.examples.group.bgd.loss |
Loss Functions for BGD.
|
org.apache.reef.examples.group.bgd.parameters |
Parameters for BGD.
|
Constructor and Description |
---|
SlaveTask(GroupCommClient groupCommClient,
ExampleList dataSet,
LossFunction lossFunction,
double pFailure,
StepSizes ts) |
Modifier and Type | Class and Description |
---|---|
class |
LogisticLossFunction
Logistic
LossFunction . |
class |
SquaredErrorLossFunction
The Squared Error
LossFunction . |
class |
WeightedLogisticLossFunction
Weighted logistic
LossFunction . |
Modifier and Type | Method and Description |
---|---|
Class<? extends LossFunction> |
BGDLossType.getLossFunction() |
Class<? extends LossFunction> |
BGDControlParameters.getLossFunction() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.