码迷,mamicode.com
首页 >  
搜索关键字:feature    ( 1944个结果
featureCarousel.js 3d轮播图插件
jQuery Feature Carousel 插件是国外的一比较优秀的旋转木马图片插件。 点击这里进入原文。 插件特点: 1.处理div的3d旋转木马效果。 2.支持一个中心,2个侧面的功能 3.中心区域可点击 4.显示隐藏文本功能(可以使用css显示在图片的任何位置) 5.可以修改速度,效果,等 ...
分类:Web程序   时间:2017-08-10 13:24:20    阅读次数:396
使用xmake检测编译器特性支持
如果我们要写跨平台的c/c++代码,很多时候需要处理由于不同编译器对c/c++各个标准支持力度不同导致的兼容性问题,一般通常的解决办法是:自己在代码中通过宏去判断各个编译器的版本、内置宏、标准库宏、__has_feature等来检测处理。 自己如果在代码中按上述的方式检测,会很繁琐,尤其是像c++这 ...
分类:其他好文   时间:2017-08-10 01:14:27    阅读次数:119
POJ - 2492 A Bug's Life
Background Professor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two different genders and that ...
分类:其他好文   时间:2017-08-09 12:53:29    阅读次数:175
Wide & Deep Learning Model
Generalized linear models with nonlinear feature transformations are widely used for large-scale regression and classification problems with sparse in ...
分类:其他好文   时间:2017-08-08 15:23:30    阅读次数:499
Machine Learning - week 2 - Multivariate Linear Regression
Gradient Descent in Practice - Feature Scaling Make sure features are on a similar scale. Features 的范围越小,总的可能性就越小,计算速度就能加快。 Dividing by the range 通过 f ...
分类:系统相关   时间:2017-08-08 15:12:49    阅读次数:228
实际梯度下降中的两个重要调节方面
Gradient Descent in Practice I - Feature Scaling(特征归一化) 调整处理X的范围,以提高梯度下降效果和减小迭代次数。 Note: [6:20 - The average size of a house is 1000 but 100 is accide ...
分类:其他好文   时间:2017-08-06 18:09:40    阅读次数:203
Cucumber入门之Gherkin
1.Gherkin简介: Cucumber是一个解释程序,就像ruby命令执行解释 .rb文件里的Ruby代码一样,Cucumber用来执行解释 .feature文件里的Gehrkin代码。 2. 关键字: 当你编写一个feature文件的时候,会用到很多Gherkin语言里特定的关键字,主要包括下 ...
分类:其他好文   时间:2017-08-04 18:24:34    阅读次数:142
docker swarm集群部署
dockerswarm集群构建:swarm在docker1.12版本后内置#h官方文档tps://docs.docker.com/engine/swarm/#feature-highlights系统环境:centos7.3docker17.061、初始化manager节点:dockerswarminit为实现高可用,manager节点需要有奇数个,类似zookerper选举制度。2、复制生成的命..
分类:其他好文   时间:2017-08-03 21:48:08    阅读次数:193
faster rcnn
关于anchor的问题:这里在详细解释一下:(1)首先按照尺度和长宽比生成9种anchor,这9个anchor的意思是conv5 feature map 3x3的滑窗对应原图区域的大小.这9个anchor对于任意输入的图像都是一样的,所以只需要计算一次. 既然大小对应关系有了,下一步就是中心点对应关 ...
分类:其他好文   时间:2017-08-03 00:55:55    阅读次数:219
POJ 2492 A Bug's Life (并查集)
Background Professor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two different genders and that ...
分类:其他好文   时间:2017-08-02 11:10:12    阅读次数:165
1944条   上一页 1 ... 75 76 77 78 79 ... 195 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!