Speech Recognition(语音识别)

  1. 语音识别:基于深度学习的中文语音识别tutorial(代码实践)在github上的链接:基于深度学习的中文语音识别系统。
  2. 基于深度学习的中文语音识别(自注意力机制的语言模型代码实践)。
  3. python+keras实现语音识别:数据及GitHub代码链接:数据和代码。

数据集:

  1. 清华大学THCHS30中文语音数据集

data_thchs30.tgz :http://cn-mirror.openslr.org/resources/18/data_thchs30.tgz

test-noise.tgz :http://cn-mirror.openslr.org/resources/18/test-noise.tgz

resource.tgz :http://cn-mirror.openslr.org/resources/18/resource.tgz

2.Free ST Chinese Mandarin Corpus

ST-CMDS-20170001_1-OS.tar.gz http://cn-mirror.openslr.org/resources/38/ST-CMDS-20170001_1-OS.tar.gz
 

你可能感兴趣的:(语音识别)