Deep Learning is a new area of Machine Learning research, which has been introduced with the objective of moving Machine Learning closer to one of its original goals: Artificial Intelligence.
--主要用于NLP(自然语言处理),可用于情感分析
--算法库(Python)
--Deep Belief Networks(revolutionary work):Hinton的PPT
--Restricted Boltzmann Machine
- Greedy Layer-Wise Training of Deep Networks
- A fast learning algorithm for deep belief nets
- Efficient Learning of Sparse Representations with an Energy-Based Model
把learning hierarchy 看做一个network,三个paper都有的特征
①无监督学习用于每一层网络的pre-train;
②每次用无监督学习只训练一层,将其训练结果作为其higher一层的输入;
③用 监督 学习去调整所有层
①无监督学习用于每一层网络的pre-train;
②每次用无监督学习只训练一层,将其训练结果作为其higher一层的输入;
③用 监督 学习去调整所有层