码迷,mamicode.com
首页 >  
搜索关键字:optimization    ( 513个结果
How to tune hyperparameters with Python and scikit-learn?
Hyperparameter Optimization In the context of machine learning, hyperparameter optimization or model selection is the problem of choosing a set of hyp ...
分类:编程语言   时间:2017-04-12 10:05:30    阅读次数:285
MVC使用Area:CS0234: 命名空间“System.Web”中不存在类型或命名空间名称“Optimization”(是否缺少程序集引用?)
一,如图: 解决方法是:将区域生成的的文件夹下的web.config中的using System.Web.Optimization删掉 如下,Area文件目录找到Web.config Web.config找到using System.Web.Optimization删掉删掉 即,可以正常浏览区域的页 ...
分类:Web程序   时间:2017-04-07 12:34:18    阅读次数:161
[笔记]GBDT理论知识总结
一. GBDT的经典paper:《Greedy Function Approximation:A Gradient Boosting Machine》 Abstract Function approximation是从function space方面进行numerical optimization, ...
分类:其他好文   时间:2017-04-05 21:36:22    阅读次数:306
dtrace 网站
Oracle SQL Tuning and CBO Internals: Based Optimizer with CBO Internals and SQL Tuning Optimization https://vimeo.com/ondemand/oraclemechanisms/ http: ...
分类:Web程序   时间:2017-04-03 16:23:33    阅读次数:318
移动网站性能优化:网页加载(转)
原文链接:http://caibaojian.com/mobile-optimization.html 由于移动设备存在的环境限制,如低带宽,高延迟,小内存,低处理器性能的等,迫使开发者不得不想办法通过优化前端页面的性能来满足用户的性能预期。在强调如何解决移动端性能问题上,这篇文章总结了一些前端优化 ...
分类:移动开发   时间:2017-04-01 16:49:26    阅读次数:240
SVM -支持向量机原理详解与实践之四
SVM -支持向量机原理详解与实践之四 SVM原理分析 SMO算法分析 SMO即Sequential minmal optimization, 是最快的二次规划的优化算法,特使对线性SVM和稀疏数据性能更优。在正式介绍SMO算法之前,首先要了解坐标上升法。 坐标上升法(Coordinate asce ...
分类:其他好文   时间:2017-03-14 23:53:40    阅读次数:262
ICP(IterativeClosestPoint)
含义: IterativeClosestPointNonLinear is an ICP variant that uses Levenberg-Marquardt optimization backend. The resultant transformation is optimized as ...
分类:其他好文   时间:2017-03-12 16:48:30    阅读次数:875
(转)Introduction to Gradient Descent Algorithm (along with variants) in Machine Learning
Introduction Optimization is always the ultimate goal whether you are dealing with a real life problem or building a software product. I, as a compute ...
分类:系统相关   时间:2017-03-10 20:43:24    阅读次数:292
[Octave] fminunc()
fminunc( FCN, X0); fminunc( FCN, C0, Options); [X, FVEC, INFO, OUTPUT, GRAD, HESS] = fminunc (FCN, ...); %Solve an unconstrained optimization problem ... ...
分类:其他好文   时间:2017-03-09 23:08:09    阅读次数:240
thread-local-allocation-buffers
https://www.azul.com/files/Whats-inside-a-JVM-webinar-presentation.pdf http://www.javaworld.com/article/2078645/java-se/jvm-performance-optimization-p ...
分类:其他好文   时间:2017-03-06 20:31:40    阅读次数:154
513条   上一页 1 ... 23 24 25 26 27 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!