Code Monkey home page Code Monkey logo

gan-abstract-art's Introduction

ABSTRACT ART GENERATOR


This project is developed to demonstrate **DCGAN** network architecture which generates abstract art images.

Table of Contents

Introduction

Thsi project has implemented DCGAN network architecture which contains Generator and Discriminator model to generate sample of size (512 _ 512 _ 3) based on given training data.


Architecture

It is composed of Generator and Discriminator model, To understand further..

The Generator model implements transpose convoluational layer to perform convoluation as well as upsample the output of convoluation using strides of (2,2) whicle keeping the padding same and applying leakyRelu activation to each genrated output. Graphical representation is as follows: Generator


The Discriminator model implements convoluation layer to perform convoluation and apply maxpooling of (2,2) to downsample images and afterwards uses fullyconnected layer to output prediction by applying sigmoid activation. Graphical representation is as follows:

discriminator


Training & Evaluation

Following parameter were used while training the network

 Image height : 512

 Image width : 512

 Image Channel : 3

 batch size : 16

 latent dim : 200

 number of epochs : 200

network seems to generate close to real images out of provided latent dimension which can be seen during the training.

some of the sample that were generated by network during testing,

further model can be trained for more epoches to get better result from the network.

References

dataset link

https://www.kaggle.com/datasets/greg115/abstract-art

other useful links

https://github.com/bnsreenu/python_for_microscopists/blob/master/248_keras_implementation_of_GAN/248-cifar_GAN.py

https://github.com/nikhilroxtomar/DCGAN-on-Anime-Faces/blob/master/gan.py

gan-abstract-art's People

Contributors

niraj2477 avatar

Stargazers

Prince Girgilani avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.