abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
342 stars 294 forks source link

Handwritten Digits Generator - DCGAN (Generative Adversarial Network) #874

Closed PradnyaGaitonde closed 1 month ago

PradnyaGaitonde commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title :
Handwritten Digits Generator - DCGAN (Generative Adversarial Network) :red_circle: Aim :
The goal of this project is to develop a Generative Adversarial Network (GAN) capable of generating realistic images of handwritten digits similar to those in the MNIST dataset. :red_circle: Dataset :
A collection of 60,000 training images and 10,000 test images of handwritten digits (0-9). :red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


πŸ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing πŸš€

All the best. Enjoy your open source journey ahead. 😎

github-actions[bot] commented 1 month ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

abhisheks008 commented 1 month ago

Similar problem statement is already present in this repo.

Closing this issue as not planned.