Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.49 KB

File metadata and controls

54 lines (34 loc) · 1.49 KB

Generative Adverserial Network Project

Table of Contents
  1. About The Project
  2. Phases
  3. Contact

About The Project

This project implements generative-adverserial neural networks with PyTorch and uses the MNIST and AnimeFace dataset for a training and testing model.

Phases

Implement Model for MNIST dataset

In this phase networks are designed for MNIST dataset. All further information about architecture of models and results are saved in the notebook.

image which is created by results of generator network every epoch.

Example Run

Implement Model for AnimeFace dataset

In this phase networks are designed for AnimeFace dataset. All further information about architecture of models and results are saved in the notebook.

video which is created by results of generator network every epoch.

Example Run

Contact

Amirreza Naziri
Email: naziriamirreza@gmail.com

(back to top)