This document discusses support vector regression and its application in trading. It explains that support vector regression finds a hyperplane that minimizes loss, with loss defined as being zero within a small deviation from the hyperplane. A radial basis function kernel is used to map points to a higher dimensional space where data is linearly separable. Support vector regression with an RBF kernel is well-suited for trading applications because stock market data tends to be noisy, and it achieves small loss for both close and far away data points. Support vector regression can be used for outlier detection, regime prediction, classifying news, and identifying bad trading days.