beekbin's Stars
d2l-ai/d2l-en
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
mli/paper-reading
深度学习经典、新论文逐段精读
THUDM/ComiRec
Source code and dataset for KDD 2020 paper "Controllable Multi-Interest Framework for Recommendation"
thunlp/BERT-KPE
flairNLP/flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
ufal/unilib
Embeddable C++17 Unicode library offering UTF encodings, general category info, simple and full casing, normalization forms, and combining marks stripping.
facebookresearch/XLM
PyTorch original implementation of Cross-lingual Language Model Pretraining.
NVIDIA/Megatron-LM
Ongoing research training transformer models at scale
facebookresearch/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
google-research/bert
TensorFlow code and pre-trained models for BERT
ufoym/deepo
Setup and customize deep learning environment in seconds.
sileod/Discovery
Mining Discourse Markers for Unsupervised Sentence Representation Learning
unicode-org/icu
The home of the ICU project source code.
nyu-mll/GLUE-baselines
[DEPRECATED] Repo for exploring multi-task learning approaches to learning sentence representations
adambielski/siamese-triplet
Siamese and triplet networks with online pair/triplet mining in PyTorch
openai/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
floodsung/Lifelong-Learning-Paper-List
Lifelong/Continual Learning Paper List
zihangdai/xlnet
XLNet: Generalized Autoregressive Pretraining for Language Understanding
sebastianruder/NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
namisan/mt-dnn
Multi-Task Deep Neural Networks for Natural Language Understanding
facebookresearch/pytext
A natural language modeling framework based on PyTorch
kuangliu/pytorch-groupnorm
Group Normalization in PyTorch
wiseodd/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
beekbin/simpleRNN
A simple neural networks framework with RNN layers (python + numpy)