吴恩达老师的机器学习公开课的第二课主要讲了随机梯度下降算法,我记录了一些要点并写了一点自己的想法于此。 以上便是第二节课的核心内容。 另外的内容还有随机梯度下降法。思想是很平凡的,当数据较多的时候随机选择数据进行梯度下降,以精度换速度。 梯度下降法似乎并不能处理局部最优的问题。吴恩达老师在课上给的解 ...
分类:
其他好文 时间:
2017-11-10 21:44:20
阅读次数:
1782
公开课主题:Flask基础与Web开发实战主要内容:一、Web开发基础二、在Flask中的“HelloWorld”三、Flask的模版四、Flask的消息提示与异常处理主讲师:Nick担任某上市公司运维开发岗,在公司主导运维自动化的开发与运维前沿技术的落地,近两年也一直专注于运维开发转型和实践,..
分类:
Web程序 时间:
2017-11-10 18:45:22
阅读次数:
133
Python Basics with numpy (optional)Welcome to your first (Optional) programming exercise of the deep learning specialization. In this assignment you w ...
分类:
编程语言 时间:
2017-11-10 00:15:48
阅读次数:
229
Please note that when you are working on the programming exercise you will find comments that say "# GRADED FUNCTION: functionName". Do not edit that ...
分类:
其他好文 时间:
2017-11-09 22:28:04
阅读次数:
107
废话不多说,我们直接来介绍这次公开课的内容。主要内容:一、Web开发基础二、在Flask中的“HelloWorld”三、Flask的模版四、Flask的消息提示与异常处理一、Web开发基础本章节主要讲解Web来开发基础,首先介绍基础前端知识,以及后续项目中会用到的前端框架,然后介绍Git和Gith..
分类:
Web程序 时间:
2017-11-09 14:22:37
阅读次数:
196
Symptom This note contains frequently asked questions about buffering the document number assignment in financial accounting (number range object RF_B ...
分类:
其他好文 时间:
2017-11-08 13:10:23
阅读次数:
261
A string is like an array of char, but it also supports copying, assignment, and comparison, and its size may be set or changed at run time. '\0' has ... ...
分类:
其他好文 时间:
2017-11-04 00:26:39
阅读次数:
217
A vector is like an array of T, but supports copying, assignment, and comparison. Its size can be set and changed at run time, and it can efficiently ... ...
分类:
其他好文 时间:
2017-11-04 00:00:54
阅读次数:
331
最近听讲了博森瑞老师的mysql优化公开课,这个是我整理的笔记。 现在说一下mysql的内存和I/O方面的两个特点。 一、 mysql内存特点: 1、 也有全局内存和每个session的内存(每个session类似于oracle的sga和pga),但是针对每个session的内存,我们不要给它分配过 ...
分类:
数据库 时间:
2017-11-03 19:07:56
阅读次数:
253
本次公开课由我们非常出色的咸鱼老师来为我们分享互联网公司SQL上线那些事。公开课主题:SQL上线平台主要内容:手动VS自动InceptionSQLAdvisor构建一个更安全的IT管理平台执行流程主讲师:咸鱼运维开发一枚,见证了近几年这一行业的发展并致力于其中,热衷Python自动化运维。In..
分类:
数据库 时间:
2017-11-01 15:42:25
阅读次数:
191