Ben Trevett

Results 10 repositories owned by Ben Trevett

pytorch-sentiment-analysis

4.3k
Stars
1.2k
Forks
Watchers

Tutorials on getting started with PyTorch and TorchText for sentiment analysis.

pytorch-pos-tagging

177
Stars
27
Forks
Watchers

A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.

pytorch-seq2seq

5.2k
Stars
1.3k
Forks
Watchers

Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.

pytorch-image-classification

932
Stars
235
Forks
Watchers

Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.

pytorch-rl

256
Stars
74
Forks
Watchers

Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]

a-tour-of-pytorch-optimizers

78
Stars
25
Forks
Watchers

A tour of different optimization algorithms in PyTorch.

code2vec

33
Stars
10
Forks
Watchers

A PyTorch implementation of `code2vec: Learning Distributed Representations of Code` (Alon et al., 2018)

machine-learning-courses

36
Stars
11
Forks
Watchers

A collection of machine learning courses.

pytorch-generative-models

29
Stars
6
Forks
Watchers

[IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a few key architectures.

pytorch-nli

25
Stars
4
Forks
Watchers

A tutorial on how to implement models for natural language inference using PyTorch and TorchText. [IN PROGRESS]