码迷,mamicode.com
首页 >  
搜索关键字:feature selection    ( 3203个结果
Web HTML页面,内容禁止选择、复制、右键
<body leftmargin=0 topmargin=0 oncontextmenu='return false' ondragstart='return false' onselectstart ='return false' onselect='document.selection.empt ...
分类:Web程序   时间:2020-03-23 09:35:48    阅读次数:112
R-CNN
全名: Rich feature hierarchies for accurate object detection and semantic segmentation Tech report (v5) 代码地址: http://www.cs.berkeley.edu/~rbg/rcnn. Abst ...
分类:其他好文   时间:2020-03-22 16:19:15    阅读次数:111
【Python错误】日常记录(持续更新)
1、使用BeautifulSoup错误 The code that caused this warning is on line 8 of the file *.py. To get rid of this warning, pass the additional argument 'feature ...
分类:编程语言   时间:2020-03-21 21:56:31    阅读次数:105
css3选择器
1、渐进增强:(从小到大) 先保证最基本的功能 ~> 用户体验的提升 优雅降级:(从大到小) 先针对版本较高的设备进行项目构建,保证用户体验的完美 ~>牺牲一些效果,保证最基本的功能2、选择器(选择符): id class 类型(div span...) 后代选择器 伪类选择器 伪元素选择器...( ...
分类:Web程序   时间:2020-03-21 12:49:34    阅读次数:97
机器学习中的特征选择filter
来源地址:https://www.cnblogs.com/bjwu/p/9103002.html Filter-移除低均方差的特征 代码: from sklearn.feature_selection import VarianceThreshold X = [[0, 0, 1], [0, 1, 0 ...
分类:其他好文   时间:2020-03-20 13:11:21    阅读次数:74
取消a标签在移动端点击时的背景颜色
一、取消a标签在移动端点击时的蓝色 a{ -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-select: none; -moz-user-focus: none; -moz-user-select: none; } ...
分类:移动开发   时间:2020-03-19 23:17:19    阅读次数:131
k折交叉验证KFold()函数的使用
KFold(n_split, shuffle, random_state) 参数:n_splits:要划分的折数 shuffle: 每次都进行shuffle,测试集中折数的总和就是训练集的个数 random_state:随机状态 from sklearn.model_selection import ...
分类:其他好文   时间:2020-03-18 22:01:32    阅读次数:113
eclipse gitflow
使用 eclipse 的安装市场安装 git 和 gitflow。 然后右键 项目工程,选择 team,选择 init gitflow,需要等待一会,就自动创建好了。 然后选择 gitflow 中的 start feature 来创建一个新的 feature。 修改好文件后,选择 git 中的 co ...
分类:系统相关   时间:2020-03-18 18:54:44    阅读次数:103
Xldown和xlup用法
1.Worksheets("Sheet1").Range("A1").End(xlDown).Select '意思为自A1起,返回从上往下的最后一个非空单元格 此时返回的单元格是A2,写法也可以拆分: Worksheets("Sheet1").Range("A1").Select Selection ...
分类:其他好文   时间:2020-03-18 15:49:24    阅读次数:192
HTML 禁止复制文字
因为本人平时喜欢看网络小说,但是喜欢看的文通过正经网站或者app都需要收费,让人很是不爽,所以...总之,百度网盘上资源很多。但是问题来了,这些资源肯定不会是作者自己流出的,也不应该是网站或app流出的,更不可能是读者手打的。所以,最大的可能就是上网站复制的。。。所以不明白为什么网站要允许复制。下面 ...
分类:Web程序   时间:2020-03-18 13:18:03    阅读次数:91
3203条   上一页 1 ... 24 25 26 27 28 ... 321 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!