Go to file
nl8590687 5f73fe0599 update daily 20170904 2017-09-04 22:36:11 +08:00
general_function update daily 20170831 2017-08-31 21:50:20 +08:00
neural_network add some files and codes 2017-03-19 21:07:31 +08:00
.gitignore update daily 20170829 2017-08-30 00:15:03 +08:00
LICENSE add license and gitignore.modify py code main.py 2017-08-22 17:56:05 +08:00
README.md update daily 20170829 2017-08-30 00:15:03 +08:00
log.md update daily 20170831 2017-08-31 21:50:20 +08:00
main.py update daily 20170904 2017-09-04 22:36:11 +08:00
readdata.py update daily 20170904 2017-09-04 22:36:11 +08:00

README.md

ASRT_SpeechRecognition

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

Introduction

简介

可以尝试使用Keras进行制作

本项目将使用TensorFlow基于递归神经网络和卷积神经网络进行制作。

This project will use TensorFlow based on RNN and CNN to implement.

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

Model

模型

Speech Model

语音模型

LSTM + CNN

Language Model

语言模型

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

Python Import

Python的依赖库

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

Log

日志

链接:进展日志