stylelohan's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
rosetta-ai/rosetta_recsys2019
The 4th Place Solution to the 2019 ACM Recsys Challenge by Team RosettaAI
hojinYang/spotify_recSys_challenge_2018
2018 Spotify ACM RecSys Challenge 2'nd Place Solution
NELSONZHAO/zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
ageron/handson-ml
⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
fchollet/deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
martinarjovsky/WassersteinGAN
igul222/improved_wgan_training
Code for reproducing experiments in "Improved Training of Wasserstein GANs"
hanzhanggit/StackGAN
zsdonghao/text-to-image
Generative Adversarial Text to Image Synthesis / Please Star -->
karpathy/arxiv-sanity-preserver
Web interface for browsing, search and filtering recent arxiv submissions
hindupuravinash/the-gan-zoo
A list of all named GANs!
Leftice/AirConcierge
AirConcierge-Pytorch-Implementation
tensorflow/nmt
TensorFlow Neural Machine Translation Tutorial
nlpyang/PreSumm
code for EMNLP 2019 paper Text Summarization with Pretrained Encoders
jxhe/vae-lagging-encoder
PyTorch implementation of "Lagging Inference Networks and Posterior Collapse in Variational Autoencoders" (ICLR 2019)
stephens999/fiveMinuteStats
A repo of short "vignettes" illustrating statistical concepts
qkaren/converse_reading_cmr
code, data, and model for ACL-19 paper "Conversing by Reading: Contentful Neural Conversation with On-demand Machine Reading"
IntelLabs/nlp-architect
A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language Processing neural networks
jasonwu0731/GLMP
PyTorch code for ICLR 2019 paper: Global-to-local Memory Pointer Networks for Task-Oriented Dialogue https://arxiv.org/pdf/1901.04713
torch/nn
facebookresearch/XLM
PyTorch original implementation of Cross-lingual Language Model Pretraining.
yoonkim/lstm-char-cnn
LSTM language model with CNN over characters
tchambon/deepfrench
NLP French language model implementing ULMFiT
ofirpress/PartialShuffle
didi/ChineseNLP
Datasets, SOTA results of every fields of Chinese NLP
CLUEbenchmark/CLUE
中文语言理解测评基准 Chinese Language Understanding Evaluation Benchmark: datasets, baselines, pre-trained models, corpus and leaderboard
chagge/n2n_dialog_system
Goal oriented dialog systems for bAbI tasks!
facebookarchive/MemNN
Memory Networks implementations