Machine Learning

This is my little link collection with Machine Learning related links.

Support Vector Machines

Currently the most hyped new machine learning technique. It has a good generalisation performance and is usable for many practical problems. Support Vector Machines can be applied to many problems, including classification, regression, novelty detection and page ranking. Initially only made for creating models for linearly seperable data, extensions to (almost) arbitrary models have been made by using the kernel trick. This requires prior knowledge or cross-validation to find the best kernel. SVM scale somewhat well with the number of examples and dimensions, but have difficulties dealing with very high dimensional problems or 100k's of examples. However, there are very impressive results from SVM's out there.

  • Kernel Machines - General Kernel related research
  • SVMlight - A support vector machine implementation for classification, regression and ranking
  • mySVM - A support vector machine implementation for classification, regression and distribution estimates

    Minimax Probability Machine

    A very promissing new approach for classification and regression problems.

  • Minimax Probability Machine Paper (NIPS 2001)
  • Minimax Probability Machine Regression
  • Minimax Probability Machine Regression Matlab code

    Polynomial Cascade

    A promissing new approach for regression problems. The really cool thing about this one is that it can cope really well with very high dimensional problems.

  • Polynomial Cascade Paper
  • High Dimensional Nonparametric Regression Using Two-Dimensional Polynomial Cascades

    Other sites

    A list of other sites devoted to machine learning.
  • Machine Learning
  • Machine Learning (MPM)
  • Machine Learning (MPM)
  • General Kernel related research
    Hosted by www.Geocities.ws

    1