项目作者: harshulgupta2

项目描述 :
PyTorch Tutorial
高级语言: Jupyter Notebook
项目地址: git://github.com/harshulgupta2/Deep-Learning.git
创建时间: 2018-10-29T11:39:41Z
项目社区:https://github.com/harshulgupta2/Deep-Learning

开源协议:

下载


Deep Learning

This repository contains the implementation of MNIST digit classifier using PyTorch

FeedForward_Pytorch.ipynb Feed forward neural network implementation for an MNIST digit classifier

CNN_PyTorch.ipynb Convolution Neural Network implementation for an MNIST digit classifier

GAN_Pytorch.ipynb Image generation using Generative Adversarial Networks; trained on MNIST dataset

Some of these are adapted from ECE 285 ( Machine Learning for Image Processing ) at UCSD