From f4ca4f30f16f5ccc904b468ee5dbab22cb8f42f8 Mon Sep 17 00:00:00 2001 From: nl <3210346136@qq.com> Date: Sat, 8 Sep 2018 15:13:05 +0800 Subject: [PATCH] add some info --- README.md | 2 ++ README_EN.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 01f139d..9f5fe95 100644 --- a/README.md +++ b/README.md @@ -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实现。 diff --git a/README_EN.md b/README_EN.md index 21a3400..2353650 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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.