This is a mirror of official site: http://jasper-net.blogspot.com/

Handwriting Recognition using Kernel Discriminant Analysis

| Tuesday, May 4, 2010
  1.  Introduction
        1. Linear Discriminant Analysis
        2. Non-linear Discriminant Analysis with Kernels
        3. Kernel trick and standard Kernel functions
  2. Source code
  3. Digit recognition
        1. UCI's Optdigits Dataset
        2. Classification by KDA
  4. Test application
        1. Analysis
        2. Results
  5. Conclusion
  6. See also
  7. References

Introduction

Linear Discriminant Analysis

Linear discriminant analysis (LDA) is a method used in statistics and machine learning to find a linear combination of features which best characterize or separates two or more classes of objects or events. The resulting combination may be used as a linear classifier, or, more commonly, for dimensionality reduction before later classification.

Read more: Codeproject

Posted via email from jasper22's posterous

0 comments: