# examples **Repository Path**: srwpf/examples ## Basic Information - **Project Name**: examples - **Description**: A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc. - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyTorch Examples A repository showcasing examples of using [PyTorch](https://github.com/pytorch/pytorch) - MNIST Convnets - Word level Language Modeling using LSTM RNNs - Training Imagenet Classifiers with Residual Networks - Generative Adversarial Networks (DCGAN) - Variational Auto-Encoders - Superresolution using an efficient sub-pixel convolutional neural network - Hogwild training of shared ConvNets across multiple processes on MNIST - Training a CartPole to balance in OpenAI Gym with actor-critic - Natural Language Inference (SNLI) with GloVe vectors, LSTMs, and torchtext - Time sequence prediction - create an LSTM to learn Sine waves Additionally, a list of good examples hosted in their own repositories: - [Neural Machine Translation using sequence-to-sequence RNN with attention (OpenNMT)](https://github.com/OpenNMT/OpenNMT-py)