BriefGPT.xyz
Mar, 2013
深度循环神经网络语音识别
Speech Recognition with Deep Recurrent Neural Networks
HTML
PDF
Alex Graves, Abdel-rahman Mohamed, Geoffrey Hinton
TL;DR
本文研究了将深度网络的多层表示与强大的RNN模型相结合的模型 - 深度递归神经网络,通过合适的正则化和端到端的训练方法,该模型在TIMIT语音识别基准测试中获得了最佳记录得分17.7%。
Abstract
recurrent neural networks
(RNNs) are a powerful model for sequential data. End-to-end training methods such as
connectionist temporal classification
make it possible to train RNNs for sequence labelling problems
→