Go to file
nl8590687 2cdeeaa9a7 add license and gitignore.modify py code main.py 2017-08-22 17:56:05 +08:00
general_function add some files and codes 2017-03-19 21:07:31 +08:00
neural_network add some files and codes 2017-03-19 21:07:31 +08:00
.gitignore add license and gitignore.modify py code main.py 2017-08-22 17:56:05 +08:00
LICENSE add license and gitignore.modify py code main.py 2017-08-22 17:56:05 +08:00
README.md add license and gitignore.modify py code main.py 2017-08-22 17:56:05 +08:00
log.md add license and gitignore.modify py code main.py 2017-08-22 17:56:05 +08:00
main.py add license and gitignore.modify py code main.py 2017-08-22 17:56:05 +08:00
readdata.py add license and gitignore.modify py code main.py 2017-08-22 17:56:05 +08:00

README.md

ASRT_SpeechRecognition

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

Introduction

简介

可以尝试使用Keras进行制作

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

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

Model

模型

Speech Model

语音模型

LSTM + CNN

Language Model

语言模型

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