Go to file
nl8590687 6517062b94 add ctc loss and fixed bugs 2018-03-11 21:21:12 +08:00
general_function update daily 20170831 2017-08-31 21:50:20 +08:00
neural_network add ctc loss and fixed bugs 2018-03-11 21:21:12 +08:00
.gitignore
LICENSE
README.md 基本完成除添加模型之外的其他部分,不过尚未测试 2017-09-08 20:18:46 +08:00
log.md add ctc loss and fixed bugs 2018-03-11 21:21:12 +08:00
main.py add ctc loss and fixed bugs 2018-03-11 21:21:12 +08:00
readdata.py 基本完成除添加模型之外的其他部分,不过尚未测试 2017-09-08 20:18:46 +08:00

README.md

ASRT_SpeechRecognition

基于深度学习的语音识别系统

Introduction 简介

本项目使用Keras、TensorFlow基于长短时记忆神经网络和卷积神经网络以及CTC进行制作。

This project uses keras, TensorFlow based on LSTM, CNN and CTC to implement.

本项目尚未完成想要Fork的同学请手慢。

Model 模型

Speech Mode l语音模型

CNN + LSTM + CTC

Language Model 语言模型

基于概率图的马尔可夫模型

Python Import

Python的依赖库

  • python_speech_features
  • TensorFlow
  • Keras
  • Numpy
  • wave
  • matplotlib
  • math
  • Scipy

Log

日志

链接:进展日志