Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 631 Bytes

ChangeLog.md

File metadata and controls

19 lines (15 loc) · 631 Bytes

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