码迷,mamicode.com
首页 >  
搜索关键字:features    ( 1570个结果
vue-cli3.0/4.0搭建项目
vue-cli3.0/4.0 以后项目创建的命令变成了下面这样 vue create <Project Name> //文件名 不支持驼峰(含大写字母) default 是使用默认配置 Manually select features 是自定义配置 我的自定义配置如下 选择是否使用路由 histor ...
分类:其他好文   时间:2020-07-28 16:54:36    阅读次数:89
pyspark GBTRegressor 特征重要度 及排序
训练好model 可用如下代码打印特征以及重要度排序 #打印特征索引及其重要度 features_important = model.featureImportances print(features_important) #获取各个特征在模型中的重要性并按照权重倒序打印 ks = list(fea ...
分类:编程语言   时间:2020-07-28 13:56:08    阅读次数:97
RCNN
RCNN(Regions with CNN features)是RGB在2014年提出的一种目标检测算法,RCNN是将CNN方法应用道目标检测问题上的一个里程碑,借助CNN良好的特征提取和分类性能,通过RegionProposal方法实现目标检测。 前面我们提到的滑动窗口法可以得到目标所在区域,但会 ...
分类:其他好文   时间:2020-07-27 23:46:42    阅读次数:63
Some features we need to keep in mind about the implementation of QuickSort algorithm
In this note,you will not find the concept of QS and the method of how to compute the cost of time and space of this algorithm。This page will not refe ...
分类:其他好文   时间:2020-07-26 01:23:01    阅读次数:76
如何解析简单的xml文档?
需求: xml是一种十分常用的标记性语言,可提供统一的方法来描述应用程序的结构化数据: centos_x86_6.4 #由字母和数字组成,不能包含空格 b9dcdd92-9b9b-14d6-3938-1982a9746a12 2097152 #由字母和数字组成,不能包含空格 2097152 1 hv ...
分类:其他好文   时间:2020-07-19 00:52:07    阅读次数:88
JDK8新特性
参考菜鸟教程:https://www.runoob.com/java/java8-new-features.html 1. 接口默认方法 Java 8允许我们给接口添加一个非抽象的方法实现,只需要使用 default关键字即可,这个特征又叫做扩展方法;而且允许定义static方法,使用的时候直接类名 ...
分类:其他好文   时间:2020-07-17 09:39:58    阅读次数:59
History 1 : Earliest Human migration
(1) INTRODUCTION We start our study of "World History" with the earliest human migration, almost 2 million years ago! Studies show that Africa is the ...
分类:其他好文   时间:2020-07-11 09:45:45    阅读次数:46
SURF (Speeded Up Robust Features,加速稳健特征)
本篇文章来自wikipedia,如果需要阅读英文,可以去看一下。 SURF (Speeded Up Robust Features, 加速稳健特征) 是一个稳健的图像识别和描述算法,首先于2006年发表在ECCV大会上。这个算法可被用于计算机视觉任务,如物件识别和3D重构。他部分的灵感来自于 SIF ...
分类:其他好文   时间:2020-07-09 12:37:06    阅读次数:76
RDB Journal特性研究
#1. journaling 相关的pull request librbd: integrate journaling support for IO operations #6541 (https://github.com/ceph/ceph/pull/6541) () librbd: integr ...
分类:数据库   时间:2020-07-09 12:14:39    阅读次数:69
Kaggle上的犬种识别(ImageNet Dogs)
Kaggle上的犬种识别(ImageNet Dogs) Dog Breed Identification (ImageNet Dogs) on Kaggle 在本节中,将解决在Kaggle竞赛中的犬种识别挑战。比赛的网址是 https://www.kaggle.com/c/dog-breed-ide ...
分类:Web程序   时间:2020-07-01 09:51:45    阅读次数:95
1570条   上一页 1 2 3 4 5 6 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!