Pinned Repositories
char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
deeplearning-papernotes
Summaries and notes on Deep Learning research papers
denoising-diffusion-pytorch
Implementation of Denoising Diffusion Probabilistic Model in Pytorch
lstm-char-cnn-tensorflow
LSTM language model with CNN over characters in TensorFlow
python-fp-growth
An implementation of the FP-growth algorithm in pure Python.
pytorch-seq2seq-intent-parsing
Intent parsing and slot filling in PyTorch with seq2seq + attention
tensorflow-rl
Implementations of deep RL papers and random experimentation
transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
tsf_nmt
Experiments recreating the Neural Machine Translation experiments with bidirectional encoder and attention modules.
TtT
code for ACL2021 paper "Tail-to-Tail Non-Autoregressive Sequence Prediction for Chinese Grammatical Error Correction"
carlWM's Repositories
carlWM/char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
carlWM/deeplearning-papernotes
Summaries and notes on Deep Learning research papers
carlWM/denoising-diffusion-pytorch
Implementation of Denoising Diffusion Probabilistic Model in Pytorch
carlWM/lstm-char-cnn-tensorflow
LSTM language model with CNN over characters in TensorFlow
carlWM/python-fp-growth
An implementation of the FP-growth algorithm in pure Python.
carlWM/pytorch-seq2seq-intent-parsing
Intent parsing and slot filling in PyTorch with seq2seq + attention
carlWM/tensorflow-rl
Implementations of deep RL papers and random experimentation
carlWM/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
carlWM/tsf_nmt
Experiments recreating the Neural Machine Translation experiments with bidirectional encoder and attention modules.
carlWM/TtT
code for ACL2021 paper "Tail-to-Tail Non-Autoregressive Sequence Prediction for Chinese Grammatical Error Correction"
carlWM/word-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.