Reading lists for new LISA students(转)
Research in General
Basics of machine learning
Basics of deep learning
Practical recommendations for gradient-based training of deep architectures
Quick’n’dirty introduction to deep learning: Advances in Deep Learning
Contractive auto-encoders: Explicit invariance during feature extraction
An Analysis of Single Layer Networks in Unsupervised Feature Learning
The importance of Encoding Versus Training With Sparse Coding and Vector Quantization
Feedforward nets
“Improving Neural Nets with Dropout” by Nitish Srivastava
“What is the best multi-stage architecture for object recognition?”
MCMC
Radford Neal’s Review Paper (old but still very comprehensive)
Restricted Boltzmann Machines
Unsupervised learning of distributions of binary vectors using 2-layer networks
Training restricted Boltzmann machines using approximations to the likelihood gradient
Tempered Markov Chain Monte Carlo for training of Restricted Boltzmann Machine
Enhanced Gradient for Training Restricted Boltzmann Machines
Using fast weights to improve persistent contrastive divergence
Training Products of Experts by Minimizing Contrastive Divergence
Boltzmann Machines
Deep Boltzmann Machines (Salakhutdinov & Hinton)
A Two-stage Pretraining Algorithm for Deep Boltzmann Machines
Regularized Auto-Encoders
Regularization
Stochastic Nets & GSNs
Others
Slow, Decorrelated Features for Pretraining Complex Cell-like Networks
What Regularized Auto-Encoders Learn from the Data Generating Distribution
Recurrent Nets
Learning long-term dependencies with gradient descent is difficult
Learning recurrent neural networks with Hessian-free optimization
On the importance of momentum and initialization in deep learning,
Long short-term memory (Hochreiter & Schmidhuber)
Long Short-Term Memory in Echo State Networks: Details of a Simulation Study
The "echo state" approach to analysing and training recurrent neural networks
Backpropagation-Decorrelation: online recurrent learning with O(N) complexity
New results on recurrent network training:Unifying the algorithms and accelerating convergence
Convolutional Nets
ImageNet Classification with Deep Convolutional Neural Networks, Alex Krizhevsky, Ilya Sutskever, Geoffrey E Hinton, NIPS 2012.
Optimization issues with DL
Knowledge Matters: Importance of Prior Information for Optimization
Practical recommendations for gradient-based training of deep architectures
Hessian Free
Natural Gradient (TONGA)
NLP + DL
Distributed Representations of Words and Phrases and their Compositionality
Dynamic Pooling and Unfolding Recursive Autoencoders for Paraphrase Detection
CV+RBM
CV + DL
Scaling Up
DL + Reinforcement learning
Graphical Models Background
An Introduction to Graphical Models (Mike Jordan, brief course notes)
A View of the EM Algorithm that Justifies Incremental, Sparse and Other Variants (Neal & Hinton, important paper to the modern understanding of Expectation-Maximization)
A Unifying Review of Linear Gaussian Models (Roweis & Ghahramani, ties together PCA, factor analysis, hidden Markov models, Gaussian mixtures, k-means, linear dynamical systems)
An Introduction to Variational Methods for Graphical Models (Jordan et al, mean-field, etc.)
Writing
Software documentation
Python, Theano, Pylearn2, Linux (bash) (at least the 5 first sections), git (5 first sections), github/contributing to it (Theano doc), vim tutorial or emacs tutorial
Software lists of built-in commands/functions
Other Software stuff to know about:
screen
ssh
ipython
matplotlib
Reading lists for new LISA students(转)的更多相关文章
- Reading Lists
* Non-academic 1. Slowing Down to the Speed of Life, by Richard Carlson and Joseph Bailey.2. Your Mo ...
- deep learning 的综述
从13年11月初开始接触DL,奈何boss忙or 各种问题,对DL理解没有CSDN大神 比如 zouxy09等 深刻,主要是自己觉得没啥进展,感觉荒废时日(丢脸啊,这么久....)开始开文,即为记录自 ...
- 深度学习阅读列表 Deep Learning Reading List
Reading List List of reading lists and survey papers: Books Deep Learning, Yoshua Bengio, Ian Goodfe ...
- Reading With Purpose: A grand experiment
Reading With Purpose: A grand experiment This is the preface to a set of notes I'm writing for a sem ...
- Deep Learning 和 Knowledge Graph howto
领军大家: Geoffrey E. Hinton http://www.cs.toronto.edu/~hinton/ 阅读列表: reading lists and survey papers fo ...
- Courses on Turbulence
Courses on Turbulence Table of Contents 1. Lecture 1.1. UIUC Renewable energy and turbulent environm ...
- The Ph.D. Grind
The Ph.D. Grind A Ph.D. Student Memoir Summary The Ph.D. Grind, a 122-page e-book, is the first know ...
- QuantStart量化交易文集
Over the last seven years more than 200 quantitative finance articles have been written by members o ...
- Teen Readers【青少年读者】
Teen Readers Teens and younger children are reading a lot less for fun, according to a Common Sense ...
随机推荐
- 使用转义防御XSS
使用转义防御XSS 在输出的时候防御XSS即对用户输入进行转义,XSS的问题本质上还是代码注入,HTML或者javascript的代码注入,即混淆了用户输入的数据和代码.而解决这个问题,就需要根据用户 ...
- 【环境变量】Linux 下三种方式设置环境变量与获取环境变量
1.在Windows 系统下,很多软件安装都需要配置环境变量,比如 安装 jdk ,如果不配置环境变量,在非软件安装的目录下运行javac 命令,将会报告找不到文件,类似的错误. 2.那么什么是环境变 ...
- linux下补丁制作及打补丁实例【转】
转自:http://www.latelee.org/using-gnu-linux/diff-and-patch-on-linux.html 搞ARM有一段时日了,期间看了不少开发板的手册,手册的内容 ...
- p,br,hn,b,i,u,s,sup,sub标签
<!-- -->注释 <p></p>段落标签 <br />换行标签 <h1></h1> 字体标签 最大 <h6> ...
- OpenStack 监控解决方案
正如你们看到的那样,到目前为止(OpenStack Kilo),OpenStack自己的监控组件Telemetry并不是完美, 获取的监控数据以及制作出来的图表有时候让人匪夷所思,因其重点并不是监控而 ...
- linux文件管理 -> 系统目录结构
几乎所有的计算机操作系统都是用目录结构组织文件.具体来说就是在一个目录中存放子目录和文件, 而在子目录中又会进一步存放子目录和文件,以此类推形成一个树状的文件结构,由于其结构很像一棵树的分支, 所以该 ...
- JavaBean的实用工具Lombok(省去get、set等方法)
转:https://blog.csdn.net/ghsau/article/details/52334762 背景 我们在开发过程中,通常都会定义大量的JavaBean,然后通过IDE去生成其属性 ...
- poj1976
dp #include <cstdio> #include <cstring> #include <algorithm> using namespace std; ...
- Python开发环境(2):启动Eclipse时检测到PYTHONPATH发生改变
OS:Windows 10家庭中文版,Eclipse:Oxygen.1a Release (4.7.1a),PyDev:6.3.2 4月25日,在Eclipse上安装了PyDev(前面博文有记录),并 ...
- P1986 元旦晚会
一道可以用各种各样的办法做的(水)题 在这里就介绍两种做法 题意: 自己看看吧,很明显的意思,就是求前i个人最少有多少个话筒. 解法1:差分约束 设\(dis[i]\)表示前\(i\)个人最少有多少个 ...