集成学习 Ensemble learning 中文名叫做集成学习,它并不是一个单独的机器学习算法,而是将很多的机器学习算法结合在一起,我们把组成集成学习的算法叫做“个体学习器”。在集成学习器当中,个体学习器都相同,那么这些个体学习器可以叫做“基学习器”。 个体学习器组合在一起形成的集成学习,常常能够 ...
分类:
其他好文 时间:
2018-03-13 22:50:51
阅读次数:
590
http://blog.csdn.net/willduan1/article/details/73618677 集成学习主要分为 bagging, boosting 和 stacking方法。本文主要是介绍stacking方法及其应用。但是在总结之前还是先回顾一下继承学习。 这部分主要转自知乎。 1 ...
分类:
其他好文 时间:
2018-03-06 21:49:24
阅读次数:
975
We are stacking blocks to form a pyramid. Each block has a color which is a one letter string, like `'Z'`. For every block of color `C` we place not i ...
分类:
其他好文 时间:
2018-02-27 01:10:41
阅读次数:
459
Vagrant之CentOS Vagrant官网 https://www.vagrantup.com https://app.vagrantup.com/boxes/search https://app.vagrantup.com/centos/boxes/7 前提安装Vagrant,Virtual ...
分类:
其他好文 时间:
2018-02-26 11:18:01
阅读次数:
1011
定义一个简单的函数,调用函数输出不同的内容#-*-coding:utf-8-*-#因为有中文注释,为了防止脚本在运行的时候提示编码错误,在脚本中需要加入上面一行代码。#定义一个函数,使用格式化字符串输出函数中参数的值defcheese_and_crackers(cheese_count,boxes_of_crackers):print"Youhave%dcheeses!"%cheese_count
分类:
编程语言 时间:
2018-02-24 10:49:51
阅读次数:
166
题目链接:http://poj.org/problem?id=1128 题目: Description Consider the following 5 picture frames placed on an 9 x 8 array. ........ ........ ........ ..... ...
分类:
编程语言 时间:
2018-02-21 10:47:37
阅读次数:
213
Day4 习题 19: 函数和变量 习题 19: 函数和变量 结果: We can just give the function numbers directly:You have 20 cheeses!You have 30 boxes of crackers!Man that's enough ...
分类:
编程语言 时间:
2018-02-17 22:28:11
阅读次数:
222
【解释】 tree的两个bounding boxes 都要保留,因为交并比小于0.5;car 0.73保留;pedestrain 0.98保留;motorcycle 0.58保留。一共5个。 【解释】 5个anchor box, 一个anchor box 对应(1+4+20)个标签,所以output ...
分类:
Web程序 时间:
2018-02-07 22:51:18
阅读次数:
209
对于ai==0连接(i,t,1,0),对于ai 1(s,i,ai 1,0),然后对以相邻的两个点(i,j)连接(i,j,inf,1),注意这里是一个环的形式,所以1和n+1相连 ...
分类:
其他好文 时间:
2018-02-04 22:38:09
阅读次数:
141
The cows play the child's game of hopscotch in a non-traditional way. Instead of a linear set of numbered boxes into which to hop, the cows create a 5 ...
分类:
其他好文 时间:
2018-01-29 20:20:49
阅读次数:
187