#include <VowelClassifier.h>
Public Attributes | |
double | epsilon |
double | optimal_tolerance |
double | weight_decay |
double | momentum_term |
For now, it only contains one parameter, but we use a structure nevertheless, to make it extendable, in case further learn parameters are required.
|
Epsilon, the main weight and theta value learn parameter. |
|
Momentum term parameter. (0.5 to 0.9). |
|
Optimal tolerance value. (0.0 to 0.2). |
|
Weight decay factor. (0.00005 to 0.0001). |