fitcecoc函数属于statistic&machine learning toolbox,用于训练多分类ECOC(error-correcting output code)模型 参考资料: 1.matlab10行代码完成多分类功能(SVM,softmax,fitcecoc):https://bl ...
分类:
其他好文 时间:
2020-05-22 12:59:32
阅读次数:
413
有时提升一个模型的准确度很困难,尝试所有曾学习过的策略和算法,但模型的正确率并没有改善。 前面介绍的算法中,每种算法都有不同的适用范围,可以把多种机器学习算法组合在一起,这时提高算法准确度的有效方法之一。 接下来介绍如何通过scikit-learn来实现集成算法,包括: 装袋(Bagging)算法: ...
分类:
编程语言 时间:
2020-05-22 09:26:55
阅读次数:
52
#include <bits/stdc++.h> #define N 300005 #define ll long long using namespace std; int n,m,tot,opcnt,qcnt,B,now; int a[N],A[N],output[N],cnt[N],mex[N ...
分类:
系统相关 时间:
2020-05-21 13:26:37
阅读次数:
57
文章目录 4. Pipelines 管道5. Cross-Validation 交叉验证上一篇:【Kaggle】Intermediate Machine Learning(缺失值+文字特征处理) 4. Pipelines 管道 该模块可以把数据前处理+建模整合起来 好处: 更清晰的代码:在预处理的每 ...
分类:
系统相关 时间:
2020-05-13 23:37:13
阅读次数:
108
Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting 2020-05-09 15:59:40 Paper: nips-2015 Code: 1. https://github.com/ ...
分类:
移动开发 时间:
2020-05-09 17:20:31
阅读次数:
75
1. machine learning分类 supervised learning:output class is given (regression + classification) unsupervised learning 2. regression预测的结果是一个连续的值,即对x y进行拟 ...
分类:
其他好文 时间:
2020-04-30 14:00:56
阅读次数:
71
这只狗子越来越懒,大家可以直接看 notebook 版本的代码和结果 https://gitee.com/dogecheng/python/blob/master/machine_learning/%E7%89%B9%E5%BE%81%E9%80%89%E6%8B%A9.ipynb 这篇文章是“阉割 ...
分类:
其他好文 时间:
2020-04-23 18:54:56
阅读次数:
126
机器学习入门 快速版 本文地址: https://github.com/no7dw/MachineLearningTutorial background 从数据量的角度,Machine Learning (ML) 是解决传统程序在数据量大,条件多的情况下,使用代码处理复杂场景已经力不从心的情况下的一 ...
分类:
其他好文 时间:
2020-04-20 01:17:10
阅读次数:
52
课程目标 掌握python的基本操作 适用人群 适合python初学者 课程简介 深度学习(DL, Deep Learning)是机器学习(ML, Machine Learning)领域中一个新的研究方向,它被引入机器学习使其更接近于最初的目标——人工智能(AI, Artificial Intell ...
分类:
编程语言 时间:
2020-04-19 17:59:00
阅读次数:
97
Apache MADlib: big data machine learning in SQL. support PostgreSQL 11. Madlib runs in database on Postgres. It's an effort to bing machine learning i ...
分类:
Web程序 时间:
2020-04-06 17:38:55
阅读次数:
87