add some info

This commit is contained in:
nl 2018-09-08 15:13:05 +08:00
parent 9aebc0f559
commit f4ca4f30f1
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ ReadMe Language 中文版 [English](https://github.com/nl8590687/ASRT_SpeechReco
[查看本项目的Wiki页面](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki) (正在完善中)
ASRT的原理请查看本文[ASRT一个中文语音识别系统](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)
## Introduction 简介
本项目使用Keras、TensorFlow基于深度卷积神经网络和长短时记忆神经网络、注意力机制以及CTC实现。

View File

@ -6,6 +6,8 @@ ReadMe Language [中文版](https://github.com/nl8590687/ASRT_SpeechRecognition/
[View this project's wiki page](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki) (In progress..)
A post about ASRT's introduction [ASRT: Chinese Speech Recognition System](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)
## Introduction
This project uses Keras, TensorFlow based on deep convolutional neural network and long-short memory neural network, attention mechanism and CTC to implement.