Skip to content

Implementation of the TED Algorithm proposed by Kai Yu et al.

License

Notifications You must be signed in to change notification settings

h-waldschmidt/transductive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transductive-experimental-design

Build Test codecov Go Report Card

Transductive experimental design (TED) by Kai Yu et. al. [1] selects the most informative points from a dataset to solve a regression problem. The data doesn't need to be labeled, meaning that TED can be used for active learning.

This library currently only supports the sequential version of TED (the alternating version is still a work in progress).

Additionally, an implementation of k-means++ is provided for comparison. In future updates, implementations of various optimal design algorithms will be provided for comparison.

Examples can be found in examples

References

[1] Yu Kai, Jinbo Bi, and Volker Tresp. "Optimized placement of charging stations for electric cars" Proceedings of the 23rd international conference on Machine learning. 2006.

About

Implementation of the TED Algorithm proposed by Kai Yu et al.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages