Skip to content

Commit

Permalink
add some infomation for a question often asked
Browse files Browse the repository at this point in the history
  • Loading branch information
nl8590687 committed Sep 27, 2018
1 parent bc55357 commit fe928f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,8 @@ ReadMe Language 中文版 [English](https://github.com/nl8590687/ASRT_SpeechReco

ASRT的原理请查看本文:[ASRT:一个中文语音识别系统](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)

关于经常被问到的统计语言模型原理的问题,请看:[无需中文分词算法的简单词频统计](https://blog.ailemon.me/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/)

## Introduction 简介

本项目使用Keras、TensorFlow基于深度卷积神经网络和长短时记忆神经网络、注意力机制以及CTC实现。
Expand Down
2 changes: 2 additions & 0 deletions README_EN.md
Expand Up @@ -8,6 +8,8 @@ ReadMe Language [中文版](https://github.com/nl8590687/ASRT_SpeechRecognition/

A post about ASRT's introduction [ASRT: Chinese Speech Recognition System](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)

For questions about the principles of the statistical language model that are often asked, see: [Simple word frequency statistics without Chinese word segmentation algorithm] (https://blog.ailemon.me/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/)

## Introduction

This project uses Keras, TensorFlow based on deep convolutional neural network and long-short memory neural network, attention mechanism and CTC to implement.
Expand Down

0 comments on commit fe928f5

Please sign in to comment.