1. PCA和LDA 百面机器学习,统计学习方法(第二版), "李政轩Linear Discriminant Analysis" 2. SVM 林轩田机器学习技法,统计学习方法(第二版) 3. Kernel Trick "李政轩" 4. Adaboost 林轩田机器学习技法,统计学习方法(第二版) ...
分类:
其他好文 时间:
2019-05-14 13:31:02
阅读次数:
108
原文地址:https://www.jianshu.com/p/6bf801bdc644 特征变换 问题描述 程序实现 运行结果 Soft Margin SVM 问题描述 程序实现 运行结果 ...
分类:
其他好文 时间:
2019-05-02 17:04:45
阅读次数:
129
[TOC] 抄袭/参考资料 台湾大学《机器学习技法》视频 "使用sklearn进行集成学习——理论" "机器学习 组合算法总结" "深入浅出ML之Boosting家族" 集成学习 | 集成框架 | 特点 | 优点 | 实现 | | | | | | | Bagging | Bootstraping、均 ...
分类:
其他好文 时间:
2019-03-10 20:29:29
阅读次数:
216
参考资料 台湾大学《机器学习技法》视频 李航《统计学习方法》 深入浅出ML之Regression家族 Logistic Regression Theory [TOC] 什么是Logistic回归 回顾一下,一般化的广义线性回归形式是: $$ g(Y)=Xw^T 或者?Y=g^{?1}(Xw^T) $ ...
分类:
其他好文 时间:
2019-01-26 22:41:49
阅读次数:
211
转:https://blog.csdn.net/red_stone1/article/details/80517672 课程介绍台湾大学林轩田老师曾在coursera上开设了两门机器学习经典课程:《机器学习基石》和《机器学习技法》。《机器学习基石》课程由浅入深、内容全面,基本涵盖了机器学习领域的很多 ...
分类:
其他好文 时间:
2018-11-05 16:25:57
阅读次数:
252
Lecture 10:Random Forest 10.1 Random Forest Algorithm 10.2 Out-of-Bag Estimate 10.3 Feature Selection 10.4 Random Forest in Action 题外话: T1:Tree ! Tree ...
分类:
其他好文 时间:
2018-01-12 20:23:10
阅读次数:
162
Lecture 2. Dual Support Vector Machine 2.1 Motivation of Dual Suppor Vector Machine 将 linear support vector machine 加上 feature transformation 就能得到 non ...
分类:
系统相关 时间:
2018-01-05 20:53:17
阅读次数:
245
Roadmap Kernel Ridge Regression Support Vector Regression Primal Support Vector Regression Dual Summary of Kernel Models Map of Linear Models Map of K ...
分类:
其他好文 时间:
2017-10-30 17:05:00
阅读次数:
137
Roadmap Soft-Margin SVM as Regularized Model SVM versus Logistic Regression SVM for Soft Binary Classification Kernel Logistic Regression Summary ...
分类:
其他好文 时间:
2017-10-29 12:58:51
阅读次数:
182
Roadmap Motivation and Primal Problem Dual Problem Messages behind Soft-Margin SVM Model Selection Summary ...
分类:
系统相关 时间:
2017-10-28 23:11:48
阅读次数:
322