机器学习
文章平均质量分 66
quintus0505
人机交互方向硕士生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【Machine Learning 学习笔记】feature engineering中noisy feature的影响
通过本篇博客记录一下添加噪声对Lasso和SVM的影响,采用的数据集为sklearn的make_moons。原创 2023-01-11 03:25:42 · 275 阅读 · 0 评论 -
【Machine Learning 学习笔记】feature engineering 中不同特征处理方法比较以及sklearn中Lasso的使用
通过本篇博客记录一下使用不同方法对feature进行处理后进行监督学习的效果。特征选择(feature selection)使用sklearn的Lasso, 数据集使用sklearn的breast cancer。原创 2023-01-10 03:45:22 · 386 阅读 · 0 评论 -
【Machine Learning 学习笔记】Stochastic Dual Coordinate Ascent for SVM 代码实现
通过本篇博客记录一下Stochastic Dual Coordinate Ascent for SVM 代码实现,数据集使用sklearn的breast cancer。原创 2023-01-08 18:09:06 · 286 阅读 · 0 评论 -
【Machine Learning 学习笔记】Logistic regression 代码实现与 k-fold cross validation 应用
通过本篇博客记录一下Logistic regression的代码实现以及k-fold cross validation 的运用,数据集使用sklearn的breast cancer。原创 2023-01-08 03:09:13 · 283 阅读 · 0 评论 -
【Machine Learning 学习笔记】Rademacher complexity 和 VC dimension 代码实现
在中文博客中没有找到计算Rademacher复杂度和VC维的相关代码示例,本篇博客提供一个例子供大家参考,关于两者的解释可以参考其他文章。Rademacher复杂度和VC维参考Mohri等人2018年的"Foundations of Machine Learning"一书。原创 2023-01-03 23:20:17 · 655 阅读 · 0 评论
分享