一 编程与编程语言 python是一门编程语言,作为学习python的开始,需要事先搞明白:编程的目的是什么?什么是编程语言?什么是编程? 编程的目的: 什么是编程语言? 什么是编程? 所以我有话对大家说 二 编程语言分类 编程的语言的发展经历了 高级语言更贴近人类语言,因而造成了:它必须被翻译成计 ...
分类:
编程语言 时间:
2019-07-09 13:29:08
阅读次数:
119
React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolat ...
分类:
其他好文 时间:
2019-06-18 12:06:49
阅读次数:
157
this lesson => Buffet said two things => (1) investor skill => (2) breadth / the number of investments Grinold's Fundamental Law breadth => more oppor ...
分类:
系统相关 时间:
2019-06-05 09:39:21
阅读次数:
148
简介 受人类视觉注意力系统的启发,文章提出了一个叫Patchwork的模型,利用了记忆和注意力之间的微妙的相互作用来进行高效的视频处理。 图1:a) 视频流中的每个时间步,我们的方法仅仅处理当前帧的一个小的局部窗,但由于一系列有状态的Patchwork cells,仍然能解释整张输入帧。 b) 状态 ...
分类:
Web程序 时间:
2019-04-10 11:46:30
阅读次数:
248
teacher student net 顾名思义:就是老师和学生的网络,也就是老师训练好,然后教学生去怎么训练 这里着重介绍两篇论文, 第一篇是hinton的paper:Distilling the Knowledge in a Neural Network 第二篇是阿里的一个paper:Rocke ...
分类:
Web程序 时间:
2019-04-03 20:45:40
阅读次数:
317
收入囊中 这里的非常多内容事实上在我的Computer Vision: Algorithms and ApplicationsのImage processing中都有讲过 相关和卷积工作原理边界处理滤波器的工作原理会使用均值滤波,高斯滤波使用自己创造的核函数进行双线性滤波可分离的滤波(加速) 葵花宝 ...
分类:
其他好文 时间:
2019-03-30 20:21:59
阅读次数:
234
Survey Recent Advances in Efficient Computation of Deep Convolutional Neural Networks, [arxiv '18] A Survey of Model Compression and Acceleration for ...
分类:
其他好文 时间:
2019-03-26 19:38:27
阅读次数:
469
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted i ...
分类:
其他好文 时间:
2019-03-25 01:26:51
阅读次数:
219
摘要 神经网络既是计算密集型又是内存密集型,使得它们难以在嵌入式系统上部署。此外,传统网络在训练开始之前固定架构;因此,训练无法改善架构。为了解决这些限制,我们描述了一种方法,通过仅学习重要连接,将神经网络所需的存储和计算减少一个数量级而不影响其准确性。我们的方法使用三步法修剪冗余连接。首先,我们训 ...
分类:
Web程序 时间:
2019-03-22 18:44:45
阅读次数:
222
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted f ...
分类:
其他好文 时间:
2019-02-13 20:58:04
阅读次数:
119