Pinned Repositories
AI_Challenger
AI Challenger, a platform for open datasets and programming competitions to artificial intelligence (AI) talents around the world.
attention-nmt
A simple implementation of attention based encoder-decoder for nmt.
book
Deep Learning 101 with PaddlePaddle
cdec
Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms
ChatBotCourse
自己动手做聊天机器人教程
chunk-nmt
Chunk-based neural machine translation
dgk_lost_conv
dgk_lost_conv 中文对白语料 chinese conversation corpus
dl4mt-tutorial
easy-scraping-tutorial
Simple but useful Python web scraping tutorial code.
fairseq
Facebook AI Research Sequence-to-Sequence Toolkit
littleboy96's Repositories
littleboy96/AI_Challenger
AI Challenger, a platform for open datasets and programming competitions to artificial intelligence (AI) talents around the world.
littleboy96/attention-nmt
A simple implementation of attention based encoder-decoder for nmt.
littleboy96/book
Deep Learning 101 with PaddlePaddle
littleboy96/cdec
Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms
littleboy96/ChatBotCourse
自己动手做聊天机器人教程
littleboy96/chunk-nmt
Chunk-based neural machine translation
littleboy96/dgk_lost_conv
dgk_lost_conv 中文对白语料 chinese conversation corpus
littleboy96/dl4mt-tutorial
littleboy96/easy-scraping-tutorial
Simple but useful Python web scraping tutorial code.
littleboy96/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit
littleboy96/GroundHog
Library for implementing RNNs with Theano
littleboy96/hands_on_Ml_with_Sklearn_and_TF
OReilly Hands On Machine Learning with Scikit Learn and TensorFlow (Sklearn与TensorFlow机器学习实用指南)
littleboy96/jekyll_demo
littleboy96/LSTM
以Word2Vec和LSTM为基础,实现一个语言模型
littleboy96/mosesdecoder
Moses, the machine translation system
littleboy96/NiuTrans.SMT
NiuTrans是一个开源的统计机器翻译系统,由**的 东北大学 自然语言处理实验室 开发。NiuTrans系统全部由C++开发,运行速度快,占用内存少。目前该系统支持基于(层次)短语/基于句法的模型,可供研究之用。
littleboy96/NLPIR
littleboy96/nmt
TensorFlow Neural Machine Translation Tutorial
littleboy96/nmt.matlab
Code to train state-of-the-art Neural Machine Translation systems.
littleboy96/NTM-tensorflow
"Neural Turing Machine" in Tensorflow
littleboy96/RNN-NMT
基于双向RNN,Attention机制的编解码神经机器翻译模型
littleboy96/speech_recognition
中文语音识别
littleboy96/subtitle-spider
A subtitle scrawling spider
littleboy96/tensor2tensor
A library for generalized sequence to sequence models
littleboy96/tensorflow
An Open Source Machine Learning Framework for Everyone
littleboy96/TensorFlow-Coursera
:alarm_clock: A Summary of TensorFlow Coursera. (包括:TensorFlow基本图操作、非线性回归实现、MNIST数字识别、优化器实践、CNN、RNN、LSTM、VGG实践、Inception-v3实践、NLP等)
littleboy96/transferlearning
Everything about Transfer Learning and Domain Adaptation--迁移学习
littleboy96/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need
littleboy96/tree2seq
C++ code of "Tree-to-Sequence Attentional Neural Machine Translation (tree2seq ANMT)"
littleboy96/Word2VEC_java
word2vec java版本的一个实现