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
- Host: GitHub
- URL: https://github.com/zotroneneis/pytorch_deep_learning_models
- Owner: zotroneneis
- Created: 2018-06-28T18:28:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T19:29:40.000Z (over 7 years ago)
- Last Synced: 2025-03-30T19:41:29.997Z (6 months ago)
- Topics: convolutional-neural-network, convolutional-neural-networks, deep-learning, neural-network, neural-networks, pytorch, pytorch-cnn, pytorch-tutorial
- Language: Jupyter Notebook
- Size: 20.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)