-
Sep 13, 2017
从零开始搭建简易远程服务器(三)-- SSH端口转发
用本地端口转发的方法连接只开放了SSH服务端口的远程机器。
-
Aug 29, 2017
Data Annotation Instruction
Data annotation instruction for single image haze removal project.
-
Aug 22, 2017
GAN入门实践(二)--Pytorch实现
用Pytorch实现一个基于生成对抗模型的高斯分布生成器。
-
Aug 22, 2017
GAN入门实践(一)--Tensorflow实现
用Tensorflow实现一个基于生成对抗模型的高斯分布生成器。
-
Aug 20, 2017
论文摘趣 (2) -- 图像去雾算法专题
论文摘趣第二期,我们来对图像去雾算法做一个简短的综述
-
Jul 28, 2017
论文摘趣 (1) -- CVPR专题
论文摘趣的第一期,我们来关注一下计算机视觉的“春晚” – CVPR
-
Apr 14, 2017
Understanding the Variational Lower Bound
In this note, we aim to introduce the basic ideas of variational lower bound, which can help to understand the derivations of the learning rules in the papers related to “hard attention” mechanism.
-
Feb 2, 2016
七小时 Theano 入门(2)
第二天里,我们会尝试用Theano从头实现几个常见的神经网络模型,并且对其中用到的几个函数进行重点学习。
-
Jan 29, 2016
七小时 Theano 入门(1)
第一天,我们会熟悉基本的 Theano 功能,并用其实现线性回归和Logistic回归模型,总共用时大概两个小时。