zichaow / semi-supervised

python implementation of Jerry Zhu's 2003 ICML paper on semi-supervised and active learning with Gaussian fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semi-supervised and active learning with Gaussian fields

python implementation of Jerry Zhu's 2003 ICML paper on semi-supervised and active learning with Gaussian fields.

Original matlab code: http://www.cs.cmu.edu/~zhuxj/pub/semisupervisedcode/active_learning/

All variables and documentation in the python file active_learning.py are kept the same as the original matlab code. I basically translated the matlab code into python.

HAVE NOT TESTED YET. Example usage to come...

About

python implementation of Jerry Zhu's 2003 ICML paper on semi-supervised and active learning with Gaussian fields


Languages

Language:Python 100.0%