Linear Regression The Normal Equation Computational Complexity 线性回归模型与MSE. the normal equation: a closed-form solution to find the value of θ that minimize the cost function. generate some linear-looking data to test this equation. inv() to compute t
SVM和LASSO是机器学习里两个非常经典的模型,每个模型都有大量的文献进行研究.其中去年出版的这本书——<Regularization, Optimization, Kernels, and Support Vector Machines>的第一章证明了某些形式的SVM和LASSO其实是等价的,这里的“等价”是指给定一个SVM/LASSO的特例,可以将它们规约成一个LASSO/SVM的特例,归约前后的两个问题拥有相同的最优值,给定规约前问题的最优解,可以得到一个对应的规约后问题的最优解.因此