| Package | Description |
|---|---|
| org.aika | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
static ActivationFunction |
ActivationFunction.RECTIFIED_HYPERBOLIC_TANGENT |
static ActivationFunction |
ActivationFunction.RECTIFIED_LINEAR_UNIT |
static ActivationFunction |
ActivationFunction.RECTIFIED_SCALED_LOGISTIC_SIGMOID |
| Modifier and Type | Field and Description |
|---|---|
Map<String,ActivationFunction> |
Model.activationFunctions |
| Modifier and Type | Method and Description |
|---|---|
void |
Model.registerActivationFunction(String key,
ActivationFunction af) |
| Modifier and Type | Field and Description |
|---|---|
ActivationFunction |
INeuron.activationFunction |
Copyright © 2018. All rights reserved.