大纲 Flynn分类法 CISC和RISC 计算机层次化存储结构 Cache 时间局部性和空间局部性 随机存储器和只读存储器 磁盘工作原理 结束语 未来公司里面有两种人,一种人是可有可无的人,随便在市场上就可以招到,可以替换。还有一种是合伙人,他的能力是公司不可或缺的。 ...
分类:
其他好文 时间:
2019-06-16 12:04:37
阅读次数:
82
Using Quilt in Your Workflow¶ Using Quilt in Your Workflow¶ Quilt is a powerful tool that allows you to capture source code changes without having a c ...
分类:
其他好文 时间:
2019-06-14 12:14:32
阅读次数:
126
#myBtn { display: none; position: fixed; bottom: 50px; right: 30px; z-index: 99; border: none; outline: none; background:url("https://www.cnblogs.com/ ...
分类:
其他好文 时间:
2019-06-11 16:24:42
阅读次数:
115
Lesson outline Lesson outline Here's an overview of what you'll learn to do in this lesson. Documentation links are for reference. Read in multiple st ...
分类:
系统相关 时间:
2019-06-04 09:47:39
阅读次数:
183
Outline 把中文汉字或者英文字母或者特殊字符转换成数字。 (实质是字符转成对应ASCII码) 转换 将中文汉字转成数字: 反转: 将英文字母转成数字: 转换 反转 将特殊符号转成数字: 转换 反转 ...
分类:
编程语言 时间:
2019-05-31 11:49:13
阅读次数:
435
前端总结·基础篇·CSS 1 常用重置+重置插件(Normalize.css,IE8+) * {box-sizing:border-box;} /* IE8+ */body {margin:0;} /* 去除边距 */ul {margin:0;padding-left:0;} /* 去除边距和左填充 ...
分类:
Web程序 时间:
2019-05-30 22:04:47
阅读次数:
170
Outline 1 GRU概述 2 前向传播 3 训练过程 1 GRU概述 GRU是LSTM网络的一种效果很好的变体,它较LSTM网络的结构更加简单,而且效果也很好,因此也是当前非常流形的一种网络。GRU既然是LSTM的变体,因此也是可以解决RNN网络中的长依赖问题。 在LSTM中引入了三个门函数: ...
分类:
其他好文 时间:
2019-05-29 11:55:21
阅读次数:
804
原文地址:https://medium.com/scisharp/slicing-in-numsharp-e56c46826630 翻译初稿(英文水平有限,请多包涵): 由于Numsharp新推出了数组切片这个牛逼的功能,所以.NET社区距离拥有强大的开源机器学习平台又近了一步。 Python之所以 ...
分类:
编程语言 时间:
2019-05-26 09:30:12
阅读次数:
203
input,button,a { outline:0 none !important; blr:expression(this.onFocus=this.blur()); } ...
分类:
Web程序 时间:
2019-05-19 11:43:49
阅读次数:
174
[TOC] Outline where scatter_nd meshgrid Where where(tensor) where获得以下表格中True的位置 1|2|3 | | True|False|False False|True|False False|False|True where(con ...
分类:
其他好文 时间:
2019-05-14 20:51:19
阅读次数:
181