Skip to content

Coursework solutions for a 3rd year Computer Science module on Deep Learning @ Durham University. Uses a conditional WGAN-GP implementation to generate images from the CIFAR-10 and STL-10 datasets.

License

Notifications You must be signed in to change notification settings

boyla950/conditional-wgan-gp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning - Image Generation

This repository contains my solutions to a 3rd year coursework assignment on Deep Learning at Durham University.

Outline

This coursework required the implementation of a Deep Learning model to synthesize images based on the CIFAR-10 and STL-10 datasets. While any method could be used, I opted to implemented a Wasserstein GAN which utilised Gradient Penalty and Auxiliary Classification as described here. The implentation was developed using PyTorch and can be found in the file ac-wgan-gp.py. The results of the model can be seen in the report included in this repository.

Feedback

The final mark received was 84%.

By boyla950.

About

Coursework solutions for a 3rd year Computer Science module on Deep Learning @ Durham University. Uses a conditional WGAN-GP implementation to generate images from the CIFAR-10 and STL-10 datasets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages