百度网盘 出版社: 人民邮电出版社; 第1版 (2018年5月1日) 外文书名: The LION Way: Machine Learning plus Intelligent Optimization 丛书名: 图灵程序设计丛书 平装: 272页 语种: 简体中文 开本: 16 ISBN: 711 ...
分类:
其他好文 时间:
2018-12-23 15:30:40
阅读次数:
167
1.Mini-batch 梯度下降(Mini-batch gradient descent) batch gradient descent :一次迭代同时处理整个train data Mini-batch gradient descent: 一次迭代处理单一的mini-batch (X{t} ,Y{ ...
分类:
编程语言 时间:
2018-12-14 15:37:14
阅读次数:
243
webpack 4 移除 CommonsChunkPlugin,取而代之的是两个新的配置项(optimization.splitChunks 和 optimization.runtimeChunk)。 详细介绍:https://github.com/yesvods/Blog/issues/15 ...
分类:
其他好文 时间:
2018-12-12 11:16:10
阅读次数:
195
MySQL Table of Contents 1. 安装与配置 2. 数据库与账户 3. 用户跟权限 4. 常用命令 5. 表的创建 6. 数据类型 7. 主键约束 8. 表的修改 9. 引擎(Engine) 10. 存储过程 11. 优化(Optimization) 12. UseCases 1 ...
分类:
数据库 时间:
2018-11-29 11:08:56
阅读次数:
265
从Random Walk谈到Bacterial foraging optimization algorithm(BFOA),再谈到Ramdom Walk Graph Segmentation图分割算法 ...
分类:
编程语言 时间:
2018-11-24 21:00:33
阅读次数:
188
```python #链接地址:https://help.sonatype.com/repomanager3/system-requirements#filehandles While starting Nexus I was getting following error, this was on... ...
分类:
其他好文 时间:
2018-11-21 18:37:22
阅读次数:
189
Webpack4+配置详解,旨在帮大家加深理解、新手更容易上路,都能从0到1搭建配置自定属于自己的脚手架,本文详细讲解webpack的每一个配置字段的用途,以及redux、react、react-router的结合使用,entry、output、node_modules等加深对配置的理解,还有webpack4新增的optimization、runtimeChunk、UglifyJsPlugin、HtmlWebPackPlugin、ExtractTextPlugin结合的使用,
分类:
Web程序 时间:
2018-11-20 10:25:18
阅读次数:
215
https://software.intel.com/en-us/articles/performance-analysis-and-optimization-for-pc-based-vr-applications-from-the-cpu-s 一篇讲vr优化的 gpu bubbles 应该是gp ...
分类:
其他好文 时间:
2018-11-08 20:48:35
阅读次数:
125
目前在研究Automated Machine Learning,其中有一个子领域是实现网络超参数自动化搜索,而常见的搜索方法有Grid Search、Random Search以及贝叶斯优化搜索。前两者很好理解,这里不会详细介绍。本文将主要解释什么是体统(沉迷延禧攻略2333),不对应该解释到底什么 ...
分类:
其他好文 时间:
2018-10-28 20:51:20
阅读次数:
616
Hyperparameter optimization is a big part of deep learning. The reason is that neural networks are notoriously difficult to configure and there are a ...
分类:
编程语言 时间:
2018-10-13 16:08:30
阅读次数:
199