# examples **Repository Path**: hayao41/examples ## Basic Information - **Project Name**: examples - **Description**: No description available - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-15 - **Last Updated**: 2021-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyTorch Examples A repository showcasing examples of using 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 - Neural Machine Translation using sequence-to-sequence RNN with attention (OpenNMT)