
机器学习
文章平均质量分 75
你别说了多动脑子
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
机器学习赛事:快来一起挖掘幸福感 — 阿里云天池
概述学习地址:https://tianchi.aliyun.com/specials/promotion/aicampml?invite_channel=3&accounttraceid=baca918333cb45008b70655b544a5aeadgkm学习内容:机器学习赛事:快来一起挖掘幸福感思路:根据之前所学的内容,先用KNN聚类进行缺失值补充,然后使用logsitic回归进行分类。问题:最终的test组的y值都是5,但是我预测出来都是4。不确定是中间步骤出问题了原创 2021-01-11 22:11:43 · 913 阅读 · 1 评论 -
机器学习:K近邻(k-nearest neighbors)--阿里云天池
概述学习地址:https://tianchi.aliyun.com/specials/promotion/aicampml?invite_channel=3&accounttraceid=baca918333cb45008b70655b544a5aeadgkm学习内容:机器学习算法(三): KNN(k-nearest neighbors)问题:多种监督学习的算法如何选择的问题还没有认真研究。总结:KNN的数据填充为我处理经济数据提供了新的思路,但对面板数据缺失值处理上,KN原创 2021-01-02 10:36:19 · 640 阅读 · 0 评论 -
机器学习:朴素贝叶斯(Naive Bayes) --阿里云天池
概述学习地址:https://tianchi.aliyun.com/specials/promotion/aicampml?invite_channel=3&accounttraceid=baca918333cb45008b70655b544a5aeadgkmhttps://zhuanlan.zhihu.com/p/26262151https://zhuanlan.zhihu.com/p/26329951https://www.cnblogs.com/wj-1314/p/105608原创 2020-12-26 21:08:49 · 565 阅读 · 2 评论 -
机器学习:逻辑回归算法 --阿里云天池
概述学习地址:https://tianchi.aliyun.com/specials/promotion/aicampml?invite_channel=3&accounttraceid=baca918333cb45008b70655b544a5aeadgkm学习内容:机器学习算法(一): 基于逻辑回归的分类预测问题:逻辑回归计算中存在很多算法,单对具体的算法过程不清楚,只知道逻辑回归的使用步骤。比如:LogisticRegression中设置项有一项random_state,但我不清楚设置原创 2020-12-24 08:37:54 · 745 阅读 · 0 评论