Skip to content

Releases: mikeizbicki/HLearn

Complete rewrite

22 Jul 15:47
Compare
Choose a tag to compare

This is a complete rewrite of HLearn from previous versions. The interface is much more stable, but still not fully developed. The main selling point of this release is the fast nearest neighbor queries provided by the cover tree data structure and hlearn-allknn executable.

1.1

27 Jul 22:54
Compare
Choose a tag to compare
1.1 Pre-release
Pre-release

This release demonstrates the first basic experiments in an algebraic interface for machine learning. Unfortunately, Haskell's standard libraries don't support what HLearn needs, so the interface is clunky and hard to use.