add some info
This commit is contained in:
parent
9aebc0f559
commit
f4ca4f30f1
|
@ -7,6 +7,8 @@ ReadMe Language 中文版 [English](https://github.com/nl8590687/ASRT_SpeechReco
|
||||||
|
|
||||||
[查看本项目的Wiki页面](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki) (正在完善中)
|
[查看本项目的Wiki页面](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki) (正在完善中)
|
||||||
|
|
||||||
|
ASRT的原理请查看本文:[ASRT:一个中文语音识别系统](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)
|
||||||
|
|
||||||
## Introduction 简介
|
## Introduction 简介
|
||||||
|
|
||||||
本项目使用Keras、TensorFlow基于深度卷积神经网络和长短时记忆神经网络、注意力机制以及CTC实现。
|
本项目使用Keras、TensorFlow基于深度卷积神经网络和长短时记忆神经网络、注意力机制以及CTC实现。
|
||||||
|
|
|
@ -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..)
|
[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
|
## Introduction
|
||||||
|
|
||||||
This project uses Keras, TensorFlow based on deep convolutional neural network and long-short memory neural network, attention mechanism and CTC to implement.
|
This project uses Keras, TensorFlow based on deep convolutional neural network and long-short memory neural network, attention mechanism and CTC to implement.
|
||||||
|
|
Loading…
Reference in New Issue