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
Kernels II
- Kernels video to define new features
Kernels I
- Adapting SVM to complex non-linear complex classifier
Large Margin Intuition
- Sometimes SVM considered by many as Large Margin Classifier
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.
Data for Machine Learning
- Previous : Evaluation matrix
Trading of Precision & Recall
- Previous: Precision & Recall as evaluation metrices to analyze learning algorithm with skew classes (data)
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.
Error Analysis
- Previous: problems for fitting the parameters
Prioritizing What to Work On
- Spam Classification Example