Ben Trevett
Ben Trevett
pytorch-sentiment-analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
pytorch-pos-tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
pytorch-image-classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
pytorch-rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
a-tour-of-pytorch-optimizers
A tour of different optimization algorithms in PyTorch.
code2vec
A PyTorch implementation of `code2vec: Learning Distributed Representations of Code` (Alon et al., 2018)
pytorch-generative-models
[IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a few key architectures.
pytorch-nli
A tutorial on how to implement models for natural language inference using PyTorch and TorchText. [IN PROGRESS]