Learning-0.1.0: ChangeLog.md
# Changelog for Learning
## 0.1.0 *February 26th 2018*
* Change `winnerTakesAll` type signature so that the function can
be partially applied
## 0.0.3 *February 24th 2018*
* Fix project to build with stack
## 0.0.2 *February 15th 2018*
* Implement confusion matrices
* Write PCA tutorials
* Add `pcaVariance` function parametrizing variance to retain
* Add `accuracy` function for classification evaluation
## 0.0.1 *February 9th 2018*
* Define core data structures
* Provide linear classifiers and regressors for the supervised learning
* Provide principal components analysis (PCA) and evaluation tools