Using SVM

Using SVM




  • Not recommend to write own code of learning algorithm. almost none of scientist nowaday code its own inverse matrices, multiply, and code its own SVM
  • Read more…

Kernels II

Kernels II

Kernels I

Kernels I
  • Adapting SVM to complex non-linear complex classifier
  • Read more…

Large Margin Intuition

Large Margin Intuition
  • Sometimes SVM considered by many as Large Margin Classifier
  • Read more…

Optimization Objective

Optimization Objective
  • Supervised learning : no matter what algorithm, more importance is get lot of data, and choosing wisely which features to be incoporated, regularization etc.
  • Read more…

Data for Machine Learning

Data for Machine Learning

Trading of Precision & Recall

Trading of Precision & Recall
  • Previous: Precision & Recall as evaluation metrices to analyze learning algorithm with skew classes (data)
  • Read more…

Error metrics for Skewed Classes

Error metrics for Skewed Classes

Previous: error analysis, single row number of error metrics to tell how well its doing

  • Skewed classes: a somewhat trickier problem to handle with error analysis.
  • Read more…

Error Analysis

Error Analysis
  • Previous: problems for fitting the parameters
  • Read more…

Prioritizing What to Work On

Prioritizing What to Work On