Skip to content

harshulgupta2/Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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