Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

从零开始教你训练神经网络(附公式&学习资源)

2017-12-26

从神经网络简单的数学定义开始,沿着损失函数、激活函数和反向传播等方法进一步描述基本的优化算法。在理解这些基础后,本文详细描述了动量法等当前十分流行...

从零开始教你训练神经网络(附公式&学习资源)已关闭评论
3,931 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

21条CSS高级技巧

2017-11-16

CSS高级技巧: 21个有用的CSS小技巧,来帮你把CSS技能提高到高级水平 [Github上有8000多个star]。包括Flexbox、REM、:not()选择器、负的nth-child等。 使用CSS...

21条CSS高级技巧已关闭评论
3,283 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

MySQL架构设计谈:从开发规范、选型、拆分到减压

2017-08-26

随着MySQL自身的发展与不断完善,不知不觉中整个互联网行业已离不开这个完善又小巧的关系型数据库,整个生态链也已经变得非常成熟,即便是初创企业和传统企业...

MySQL架构设计谈:从开发规范、选型、拆分到减压已关闭评论
4,177 热度


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

每一个C#开发者必须知道的13件事情

2017-05-12

1.开发流程 程序的Bug与瑕疵往往出现于开发流程当中。只要对工具善加利用,就有助于在你发布程序之前便将问题发现,或避开这些问题。 标准化代码书写 标准化...



Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

如何部署高可用的Redis集群架构

2017-03-10

Redis 是一个开源(BSD许可)的,内存中的数据结构存储系统,它可以用作数据库、缓存和消息中间件。 本文主要介绍redis在不同模式下的部署方式,并且对几种模...



Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

原子钟是怎样工作的?

2017-02-24

钟表最明显的作用就是记录时间,所有的钟表都是通过计数“谐振器”的“刻度”来做到这一点的。 在摆钟中,谐振器是钟摆,并且时钟中的齿轮通过计数钟摆的谐振(来...



Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

怎样的PPT 配色会让人觉得舒服?

2017-02-11

01. 配色的误区 错误认识一:配色越绚丽越专业 正确认识一:配色越舒服越专业 什么样的配色看着舒服? 1、颜色饱和度低——因为太亮易引起视觉疲劳 uisdc-color...



Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/stgod/wp-content/themes/akina/archive.php on line 40

协程,是一种轻量级的用户态线程

2017-01-15

简介: 协程(CoRoutine)是一种轻量级的用户态线程。简单来说,线程(thread)的调度是由操作系统负责,线程的睡眠、等待、唤醒的时机是由操作系统控制,开...