Skip to content

Official repository of Active Nearest Neighbor Regressor (ANNR)

Notifications You must be signed in to change notification settings

dantrag/icml-annr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANNR

Official implementation of the Active Nearest Neighbor Regressor (ANNR) for active function approximation.

Structure

Repository contains two separate implementations:

  • annr-python, a lightweight Python implementation of the algorithm with two-dimensional examples. See annr-python/README.md for details.
  • annr-cpp, a complete C++/Python implementation of the algorithm, including approximate Delaunay computation for arbitrary dimensions. See annr-cpp/README.md for details.

About

Official repository of Active Nearest Neighbor Regressor (ANNR)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published