Skip to main content

What is the best way to demonstrate a novel Cost Sensitive Learning ?

Datasets for the experiments can be obtained from
  1. USPS datasets
  2. MNIST datasets

Reference
  1. http://www.cenparmi.concordia.ca/~jdong/HeroSvm.html
  2. http://www-i6.informatik.rwth-aachen.de/~keysers/Pubs/SPR2002/comb.html

Comments

Popular posts from this blog

Semi-supervised Learning

Ways of Doing Semi-supervised algorithm Transductive SVM ( minimize the risk directly ) Co-training and Tri-training ( using two/three different view of the same datasets) Genetic Algorithm Non-parametric approach ( modified KDE convergence algorithm ) Parametric approach ( modified EM algorithm ) Graph-based approach