原文地址:
Resources about deeplearning
This post is not finished. I will add more resources in future….
Restrict Boltzmann Machine
- A Practical Guide to Training Restricted Boltzmann Machines This article help you implement the RBM
- A Fast Learning Algorithm for Deep Belief Nets How to train deep network by stacked RBM
- Biasing Restricted Boltzmann Machines to Manipulate Latent Selectivity and Sparsity How to make RBM sparse so that every hidden unit can represent a simple features.
- Sparse deep belief net model for visual area V2 How to training the sparse RBM
RBM in Text Mining
- Replicated Softmax: an Undirected Topic Model This paper discuss how to use softmax activation function model multi-nominal distribution
- Training Restricted Boltzmann Machines on Word Observations Softmax have high time complexity. This paper discuss how to improve performance of softmax
- A Neural Autoregressive Topic Model This paper consider order of words in a document. Given first n – 1 words, predict the nst word. This model’s performance is good
- This paper’s idea comes from this page The Neural Autoregressive Distribution Estimator , this paper introduce how to convert RBM to bayesian network
Sparse Coding
The sparse coding algorithm is consist of two steps :
- Given basis, learning sparse representation of samples
- Given sparse representation of samples, learning basis
The first step is a quadratic optimization problem under L1 regularization. And this step is very time consuming. Following methods have been proposed to solve this problem:
- LASSO
- LARS
- Feature-Sign
Auto Encoder
Auto Encoder is a neural network which try to re-construct the input in the output layer.
本文概述了深度学习领域的核心资源,包括受限玻尔兹曼机(RBM)的实用指南、稀疏编码算法、softmax激活函数在主题建模中的应用等。详细介绍了RBM在文本挖掘、视觉区域V2模型训练以及稀疏RBM在神经自回归主题模型中的作用。

64

被折叠的 条评论
为什么被折叠?



