码迷,mamicode.com
首页 >  
搜索关键字:tuning    ( 351个结果
【转】XGBoost参数调优完全指南(附Python代码)
xgboost入门非常经典的材料,虽然读起来比较吃力,但是会有很大的帮助: 英文原文链接:https://www.analyticsvidhya.com/blog/2016/03/complete-guide-parameter-tuning-xgboost-with-codes-python/ 原 ...
分类:编程语言   时间:2016-09-26 15:59:45    阅读次数:212
sql 性能优化
Using Performance Monitor BY BRAD MCGEHEE As you probably already know, SQL Server is very good at tuning itself. It has the ability to monitor itself ...
分类:数据库   时间:2016-09-24 09:14:52    阅读次数:215
Spark性能优化指南——高级篇
原文链接:http://tech.meituan.com/spark-tuning-pro.html 前言 继基础篇讲解了每个Spark开发人员都必须熟知的开发调优与资源调优之后,本文作为《Spark性能优化指南》的高级篇,将深入分析数据倾斜调优与shuffle调优,以解决更加棘手的性能问题。 数据 ...
分类:其他好文   时间:2016-09-17 16:10:58    阅读次数:126
attention 机制
参考:modeling visual attention via selective tuning attention问题定义: 具体地, 1) the need for region of interest selection 2) the need for features of interes ...
分类:其他好文   时间:2016-09-10 22:15:38    阅读次数:157
【转载】Linux下的IO监控与分析
近期要在公司内部做个Linux IO方面的培训, 整理下手头的资料给大家分享下 各种IO监视工具在Linux IO 体系结构中的位置 源自 Linux Performance and Tuning Guidelines.pdf 1 系统级IO监控 iostat iostat -xdm 1 # 个人习 ...
分类:系统相关   时间:2016-09-07 20:50:28    阅读次数:223
【CV知识学习】early stop、regularation、fine-tuning and some other trick to be known
深度学习有不少的trick,而且这些trick有时还挺管用的,所以,了解一些trick还是必要的。上篇说的normalization、initialization就是trick的一种,下面再总结一下自己看Deep Learning Summer School, Montreal 2016 总结的一些 ...
分类:其他好文   时间:2016-09-02 11:18:35    阅读次数:487
Hadoop参数汇总
linux参数 以下参数最好优化一下: JVM参数 JVM方面的优化项Hadoop Performance Tuning Guide Hadoop参数大全 主要配置文件: core hdfs yarn mapred 重要性表示如下: 重要 一般 不重要 core-default.xml hadoop ...
分类:其他好文   时间:2016-08-25 20:33:47    阅读次数:174
GC: 最佳实践
http://www.oracle.com/technetwork/java/gc-tuning-5-138395.htmlhttp://www.oracle.com/technetwork/java/javase/gc-tuning-6-140523.htmlhttp://docs.oracle. ...
分类:其他好文   时间:2016-08-05 19:31:24    阅读次数:127
理解caffe的fine-tuning
来源:知乎 https://www.zhihu.com/question/40850491 比如说,先设计出一个CNN结构。然后用一个大的数据集A,训练该CNN网络,得到网络a。可是在数据集B上,a网络预测效果并不理想(可能的原因是数据集A和B存在一些差异,比如数据来源不同导致的代表性差异)。如果直 ...
分类:其他好文   时间:2016-08-03 23:58:27    阅读次数:1501
oracle 内部机制-DTRACE
Oracle SQL Tuning and CBO Internals: Based Optimizer with CBO Internals and SQL Tuning Optimization https://vimeo.com/ondemand/oraclemechanisms/ http: ...
分类:数据库   时间:2016-08-02 11:26:03    阅读次数:301
351条   上一页 1 ... 18 19 20 21 22 ... 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!