码迷,mamicode.com
首页 >  
搜索关键字:better    ( 1030个结果
sklearn的GridSearchCV——网格搜索超参数调优
1.基本使用 1.1参数不冲突 参数不冲突时,直接用一个字典传递参数和要对应的候选值给GridSearchCV即可 我这里的参数冲突指的是类似下面这种情况:① 参数取值受限:参数a='a'时,参数b只能取'b',参数a='A'时,参数b能取'b'或'B'② 参数互斥:参数 a 或 b 二者只能选一个 ...
分类:其他好文   时间:2020-04-28 00:10:02    阅读次数:204
vue实现刷新的第三方插件,better-scroll
better-scroll的使用 1.下载better-scroll cnpm install better-scroll --save 2.在vue中使用它,由于我们可能在很多情况下使用better-scroll,来达到监听页面滚动的位置,实现例如上拉加载,下拉刷新的操作, 所以我们需要把bett ...
分类:其他好文   时间:2020-04-26 10:48:40    阅读次数:134
仿一个马云巴巴首页排序,需求类似支付宝但比他复杂一点
撸了好几年代码了,还是不擅长解释,还好我们的社会还允许人狠话不多,直接上效果动图: 今天不想写了,改日再更 代码在github: click here or https://github.com/loberty/xDragRecycler any better way 欢迎留言指正交流 or ema ...
分类:编程语言   时间:2020-04-24 13:14:00    阅读次数:95
第2章 类模板:2.1 类模板Stack的实现
Chapter 2: Class Templates 第2章 类模板 Similar to functions, classes can also be parameterized with one or more types. Container classes, which are used t ...
分类:其他好文   时间:2020-04-14 12:23:47    阅读次数:67
Which is better, ASP.NET, Java or PHP?
Which is better, ASP.NET, Java or PHP? It depends on what you want to achieve. Each has its advantages for a particular area. Source: http://Flickr.co ...
分类:编程语言   时间:2020-04-12 16:40:34    阅读次数:71
Thinking in Java & Writing in Python
Why thinking in Java? Java means a lot for computer science. And it gives a best practice in project. Thinking in Java can make you coding with better ...
分类:编程语言   时间:2020-04-05 11:31:02    阅读次数:104
Using Dependency Injection without any DI Library
Using Dependency Injection without any DI Library 回答1 I think that it would be much better to start with Pure DI instead of using ASP.NET vNext's buil ...
分类:其他好文   时间:2020-03-27 19:58:00    阅读次数:90
YOLOv2(YOLO9000)
OLOv2相对v1版本,在继续保持处理速度的基础上,从预测更准确(Better),速度更快(Faster),识别对象更多(Stronger)这三个方面进行了改进。其中识别更多对象也就是扩展到能够检测9000种不同对象,称之为YOLO9000。 下面具体看下YOLO2都做了哪些改进。 预测更准确(Be ...
分类:其他好文   时间:2020-03-14 19:55:20    阅读次数:47
ResNeXt:Aggregated Residual Transformations for Deep Neural Networks
作者提出 ResNeXt 的主要原因在于:传统的要提高模型的准确率,都是加深或加宽网络,但是随着超参数数量的增加(比如channels数,filter size等等),网络设计的难度和计算开销也会增加。因此本文提出的 ResNeXt 结构可以在不增加参数复杂度的前提下提高准确率,同时还减少了超参数的 ...
分类:Web程序   时间:2020-03-13 01:25:26    阅读次数:92
《.NET内存管理宝典》 售后服务系列文(2) - WinDbg命令.cmdtree
此文是《.NET内存管理宝典 提高代码质量、性能和可扩展性》(英文名《Pro .NET Memory Management: For Better Code, Performance, and Scalability》)一书的售后服务系列文章之一。 在《.NET内存管理宝典 提高代码质量、性能和可扩 ...
分类:数据库   时间:2020-03-08 14:06:27    阅读次数:71
1030条   上一页 1 ... 5 6 7 8 9 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!