Difference between revisions of "Active Learning"

From WikiBiron
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
 
The code below applies the proposed active learning method to [http://www.cs.nyu.edu/~roweis/data.html USPS Handwritten Digit Recognition dataset]. It is written in MATLAB R2013a. It uses the [http://wiki.epfl.ch/sgwt SGWT toolbox] which is also included.  
 
The code below applies the proposed active learning method to [http://www.cs.nyu.edu/~roweis/data.html USPS Handwritten Digit Recognition dataset]. It is written in MATLAB R2013a. It uses the [http://wiki.epfl.ch/sgwt SGWT toolbox] which is also included.  
  
<ul>
+
<br>  
 +
 
 
To run the code, simply unpack the directory and run main_usps.m. If you have any questions, please email agadde at usc dot edu.
 
To run the code, simply unpack the directory and run main_usps.m. If you have any questions, please email agadde at usc dot edu.
  

Latest revision as of 08:59, 21 January 2015

  • Publications


  • Software