Pinned Repositories
Alibaba-MIT-Speech
Alibaba speech technology
ASR-for-Chinese-Pipeline
Google Summer of Code 2018 Project: Automatic Speech Recognition for Speech-to-Text on Chinese
ASR_Syllable
基于卷积神经网络的语音识别声学模型的研究
ASR_WORD
采用端到端方法构建声学模型,以字为建模单元,采用DCNN-CTC网络结构。
ASRFrame
An Automatic Speech Recognition Frame ,一个中文语音识别的完整框架, 提供了多个模型
ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统,使用CNN、LSTM和CTC实现
attention-is-all-you-need-keras
Implementation of the Transformer architecture described by Vaswani et al. in "Attention Is All You Need"
attention-networks-for-classification
Hierarchical Attention Networks for Document Classification in PyTorch
Automatic_Speech_Recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Chinese-novel-generation
尝试使用中文文本训练RNN来产生中文小说。
Lebron-Kun's Repositories
Lebron-Kun/OnLine-LDA
On-Line LDA: Adaptive Topic Models for Mining Text Streams with Applications to Topic Detection and Tracking.
Lebron-Kun/random_forests
This is the code for "Random Forests - The Math of Intelligence (Week 7)" By Siraj Raval on Youtube
Lebron-Kun/RandomForest
随机森林,Random Forest(RF)
Lebron-Kun/rnn_text_classification
bidirectional rnn for text classification
Lebron-Kun/seq2seq_couplet
Using seq2seq model to generate chinese couplet.
Lebron-Kun/TDT
Topic Detection and Tracking
Lebron-Kun/tensorflow-seq2seq-tutorials
Dynamic seq2seq in TensorFlow, step by step