Q1: assuming that we train the neural network with the same amount of training examples, how to set the optimal batch size and number of iterations? ( ...
分类:
Web程序 时间:
2018-03-14 12:43:31
阅读次数:
243
Regression: Predict a continuous response Linear regression Pros: fast, no tuning required, highly interpretable, well-understood Cons: unlikely to pr ...
分类:
其他好文 时间:
2018-02-15 21:57:07
阅读次数:
249
原文:Sql性能检测工具:Sql server profiler和优化工具:Database Engine Tuning Advisor 一、工具概要 数据库应用系统性能低下,需要对其进行优化, 如果不知道问题出在哪里,可以使用性能检测工具sql server profile... ...
分类:
数据库 时间:
2018-02-08 10:14:49
阅读次数:
197
作者:AI研习社链接:https://www.zhihu.com/question/57523080/answer/236301363来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 今天我给大家介绍一下 CVPR 2017 关于医学图像处理的一篇比较有意思的文章,用的 ...
分类:
Web程序 时间:
2018-02-01 10:44:55
阅读次数:
301
Spark中的CrossValidation Spark中采用是k折交叉验证 (k-fold cross validation)。举个例子,例如10折交叉验证(10-fold cross validation),将数据集分成10份,轮流将其中9份做训练1份做验证,10次的结果的均值作为对算法精度的估 ...
分类:
其他好文 时间:
2018-01-18 17:12:27
阅读次数:
206
假设你要处理一个新数据集,让你做图片分类,这个数据集是关于Flowers的,问题是,数据集中flower的类别很少,数据集中的数据也不多,你发现从零开始训练CNN的效果很差,很容易过拟合,怎么办呢,于是你想到了使用Transfer Learning,用别人已经训练好的Imagenet的模型来做。 做 ...
分类:
其他好文 时间:
2018-01-12 17:13:35
阅读次数:
345
原文地址:Complete Guide to Parameter Tuning in Gradient Boosting (GBM) in Python by Aarshay Jain 原文翻译与校对:@酒酒Angie(drmr_anki@qq.com) && 寒小阳(hanxiaoyang.ml@ ...
分类:
编程语言 时间:
2017-12-27 14:08:39
阅读次数:
246
Tensorflow Welcome to the Tensorflow Tutorial! In this notebook you will learn all the basics of Tensorflow. You will implement useful functions and d ...
分类:
Web程序 时间:
2017-12-22 03:27:08
阅读次数:
266
【中文翻译】 2、每个 hyperparameter, 如果设置不佳, 会对训练产生巨大的负面影响, 所以所有的参数都同样重要, 可以很好地调整。真的还是假的? 【中文翻译】 4、如果你认为β (hyperparameter 为动量) 在0.9 和0.99 之间, 以下是推荐的方法为 beta 的值 ...
分类:
Web程序 时间:
2017-12-22 00:32:25
阅读次数:
232
Master the process of hyperparameter tuning Master the process of hyperparameter tuning ...
分类:
Web程序 时间:
2017-12-21 23:09:49
阅读次数:
341