码迷,mamicode.com
首页 >  
搜索关键字:features    ( 1570个结果
jquery.nicescroll.js Unable to preventDefault inside passive event listener due to target being treated as passive.
解决办法就是:https://github.com/bestjhh/Plugin 下载替换。 参考: https://github.com/bestjhh/Plugin https://blog.csdn.net/qq_40776187/article/details/90170419 https: ...
分类:Web程序   时间:2019-07-29 00:36:17    阅读次数:208
数据挖掘 ---支持度和置信度的用法
如果客户买了 xx 物品,那么他可能买YY物品 规则常用的方法,支持度和置信度 支持度是指规则的应验次数 置信度就是应验次数所占的比例 直接上代码 结果: 通过 置信度和支持度即可 知道 当买了什么时候,客户更喜欢在买什么 ...
分类:其他好文   时间:2019-07-20 11:45:48    阅读次数:625
部署高性能PostgreSQL集群
Postgres XL is composed of three major components: the GTM (Global Transaction Manager), the Coordinator and the Datanode. Their features are given in ...
分类:数据库   时间:2019-07-19 12:44:34    阅读次数:336
Keras入门——(6)长短期记忆网络LSTM(三)
参考: https://blog.csdn.net/u012735708/article/details/82769711 https://zybuluo.com/hanbingtao/note/581764 http://blog.sina.com.cn/s/blog_afc8730e0102xu ...
分类:其他好文   时间:2019-07-15 01:03:59    阅读次数:297
Android.mk简介:
Android.mk简介: Android.mk文件用来告知NDK Build 系统关于Source的信息。 Android.mk将是GNU Makefile的一部分,且将被Build System解析一次或多次。 所以,请尽量少的在Android.mk中声明变量,也不要假定任何东西不会在解析过程中 ...
分类:移动开发   时间:2019-07-14 21:23:12    阅读次数:147
Features for Multi-Target Multi-Camera Tracking and Re-identification论文解读
解读一:Features for Multi-Target Multi-Camera Tracking and Re-identification Abstract MTMCT:从多个摄像头采集的视频中跟踪多个人。 Re-id:从一系列图片中检索与一张被查询图片相似的图片。 我们用CNN为MTMCT ...
分类:其他好文   时间:2019-07-12 15:38:47    阅读次数:141
Spring Boot 中的测试:JUnit
官方文档:https://docs.spring.io/spring boot/docs/current/reference/html/boot features testing.html ...
分类:编程语言   时间:2019-07-10 12:27:42    阅读次数:137
06-pytorch(快速搭建神经网络)
快速定义一个神经网络 Sequential( (0): Linear(in_features=2, out_features=10, bias=True) (1): ReLU() (2): Linear(in_features=10, out_features=2, bias=True) ) ...
分类:其他好文   时间:2019-07-08 19:21:19    阅读次数:85
04-pytorch
打印散点图 定义时必须要继承torch.nn.Module 继承两次 然后定义每层的结点数 然后进行向前传播的过程 Net( (hidden): Linear(in_features=1, out_features=10, bias=True) (predict): Linear(in_featur ...
分类:其他好文   时间:2019-07-07 12:21:57    阅读次数:77
基于svm和pca的人脸识别案例分析
基于svm和pca的人脸识别,采用LFW数据集
分类:其他好文   时间:2019-07-06 00:37:45    阅读次数:145
1570条   上一页 1 ... 20 21 22 23 24 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!