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

[Model and README Enhancement] Mushroom Classification using Deep Learning #656

Closed Arihant-Bhandari closed 4 months ago

Arihant-Bhandari commented 4 months ago

Pull Request for DL-Simplified 💡

Issue Title : [Model and README Enhancement] Mushroom Classification using Deep Learning

Closes: #651 [Model and README Enhancement] Mushroom Classification using Deep Learning

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

Added 5 pre-trained models : VGG16, RESNET50, DenseNet, Xception, Inception-resnet-V2 as well as custom CNN and CNN Attention model based on Keras.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Validation Accuracy:

VGG16: 0.2222 RESNET50: 0.0963 DenseNet: 0.1654 Xception: 0.1654 Inception-Resnet-V2: 0.1383

CNN: 0.3333 (testing accuracy: 0.3407) CNN-Attention: 0.2444 (testing accuracy: 0.242)

Checklist: ☑️

github-actions[bot] commented 4 months ago

Our team will soon review your PR. Thanks @Arihant-Bhandari :)

Arihant-Bhandari commented 4 months ago

hi @abhisheks008 this is the pretrained models' work, the original author worked on similar principles hence i have followed this.

Arihant-Bhandari commented 4 months ago

this is the CNN and Attention mechanism work, the CNN is working better than previous implementation.

all of these models i have done are based on multi-class classification.

CNN attention performs worser than baseline CNN due to how probabilities work in favour of training, in this implementation probabilities of correct prediction are on lower end hence worse results.

abhisheks008 commented 4 months ago

this is the CNN and Attention mechanism work, the CNN is working better than previous implementation.

all of these models i have done are based on multi-class classification.

CNN attention performs worser than baseline CNN due to how probabilities work in favour of training, in this implementation probabilities of correct prediction are on lower end hence worse results.

Update the README file following the template, https://github.com/abhisheks008/DL-Simplified/blob/main/.github/readme_template.md

Arihant-Bhandari commented 4 months ago

hi @abhisheks008 pls review this pr, i have completed work currently, if there are chnages to be made i will be glad to do them; thank you for the oppurtunity and time.

abhisheks008 commented 4 months ago

It is README.md not Readme.md. Please update it.

Arihant-Bhandari commented 4 months ago

It is README.md not Readme.md. Please update it.

Part of the original author's work , will update 👍

Arihant-Bhandari commented 4 months ago

renamed as required @abhisheks008