| Copyright | (c) Alexander Ignatyev 2017-2018. |
|---|---|
| License | BSD-3 |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
MachineLearning.SoftmaxClassifier
Description
Softmax Classifier (Multiclass Logistic Regression).
- module MachineLearning.Model
- module MachineLearning.Classification.MultiClass
- data SoftmaxClassifier = Softmax Int
Documentation
module MachineLearning.Model