API Reference
If you would like to use sklvq algorithms the most relevant part to look at is the “Predictors and Transformers” section. However, the other sections provide information about accepted parameters their range and default values.
Predictors and Transformers
|
Learning Vector Quantization base class |
|
Generalized Learning Vector Quantization |
|
Generalized Matrix Learning Vector Quantization |
|
Localized Generalized Matrix Learning Vector Quantization |
Objective Functions
Generalized learning objective |
Activation Functions
Activation base class |
|
Identity function |
|
Sigmoid function |
|
Soft+ function |
|
Swish function |
Discriminant Functions
Discriminant base class |
Relative distance function |
Distance Functions
Distance base class |
Euclidean distance function |
Squared Euclidean distance |
Adaptive squared Euclidean distance |
Local adaptive squared Euclidean distance |
Solvers
|
Solver base class |
|
Steepest gradient descent (SGD) |
|
Waypoint gradient descent (WGD) |
|
Adaptive moment estimation (ADAM) |
|
Broyden Fletcher Goldfarb Shanno (BFGS) |
|
Limited memory variant of BFGS (L-BFGS) |