Skip to content
#

semi-supervised

Here are 40 public repositories matching this topic...

ECHO is a semi-supervised framework for classifying evolving data streams based on our previous approach SAND. The most expensive module of SAND is the change detection module, which has cubic time complexity. ECHO uses dynamic programming to reduce the time complexity. Moreover, ECHO has a maximum allowable sliding window size. If there is no concept drift detected within this limit, ECHO updates the classifiers and resets the sliding window. Experiment results show that ECHO achieves significant speed up over SAND while maintaining similar accuracy. Please refer to the paper (mentioned in the reference section) for further details.

  • Updated Dec 25, 2017
  • Java

Improve this page

Add a description, image, and links to the semi-supervised topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the semi-supervised topic, visit your repo's landing page and select "manage topics."

Learn more