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
355 stars 298 forks source link

[Project Addition]: Fashion MNIST Dataset Image Classification using DL #638

Closed deedGhost closed 1 month ago

deedGhost commented 4 months ago

Pull Request for DL-Simplified 💡

Issue Title : Fashion MNIST Dataset Image Classification using DL

Closes: #573

Describe the add-ons or changes you've made 📃

I have developed a CNN based model that uses early stopping technique and adam optimizer. I have also developed a basic web app using Gradio Python library.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Describe how it has been tested Describe how have you verified the changes made

Checklist: ☑️

github-actions[bot] commented 4 months ago

Our team will soon review your PR. Thanks @deedGhost :)

deedGhost commented 4 months ago

@abhisheks008 please review this for any changes required.

abhisheks008 commented 4 months ago

Need to implement at least 3 models for a project and conclude the best fitted model depending on the accuracy score. With the best fitted model you can create the web app.

@deedGhost