Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeizbicki committed May 20, 2015
1 parent 97f0433 commit 3c4f5e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,10 @@ HLearn is under active development. At present, it is primarily a research tool
Current development is focused in two areas. First, implementing new models and their algebraic structures. Many unimplemented models have "trivial" algebraic structure. But for many successful models it is unknown whether they can have interesting structure. The second area is investigating new structures. Many models have Functor/Applicative/Monoid structure (or in some strict sense *almost* have these structures) and I'm working on how to exploit these structures.

**Any comments / questions / pull requests are greatly appreciated!**

## covertree

The code for the "Faster Cover Trees" paper at ICML2015 is contained within this repo.
It shouldn't be considered in a released state yet though.
There is still some work left to clean it up and make it easy to use.
The work should be finished before the actual conference.

0 comments on commit 3c4f5e6

Please sign in to comment.