An open API service indexing awesome lists of open source software.

https://github.com/zotroneneis/pytorch_deep_learning_models

PyTorch implementations of deep learning models
https://github.com/zotroneneis/pytorch_deep_learning_models

convolutional-neural-network convolutional-neural-networks deep-learning neural-network neural-networks pytorch pytorch-cnn pytorch-tutorial

Last synced: 5 months ago
JSON representation

PyTorch implementations of deep learning models

Awesome Lists containing this project

README

          

# PyTorch implementations of deep learning models

This repository contains jupyter notebooks implementing several deep learning models using PyTorch. Each notebook contains detailed explanations about each model, hopefully making it easy to understand all steps.

The notebooks run in Python 3.6 and the newest PyTorch version (currently 0.4.0)

Models:
- [Convolutional Neural Network](CNN_MNIST.ipynb)