Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mushroom Classification using Deep Neural Networks #347

Closed
wants to merge 16 commits into from

Conversation

PiyushBL45t
Copy link
Contributor

Pull Request for DL-Simplified 💡

Issue Title : To classify mushroom breeds using deep learning techniques.

  • Info about the related issue (Aim of the project) : Perform Image Classification using Deep Neural Networks on different mushroom breeds.
  • Name: Piyush Bhujbal
  • GitHub ID: https://ww.github.com/PiyushBL45t
  • Email ID: [email protected]
  • Idenitfy yourself: (Mention in which program you are contributing in. Eg. For a JWOC 2022 participant it's, JWOC Participant) Social Summer of Code 2.0

Closes: #319

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

  1. Dataset images were not properly shaped, so wrote a script for resizing the images to a reliable resolution in 256x256.
  2. Trained the CNN model using two frameworks Tensorflow, Pytorch and tested their accuracy and loss parameters.
  3. Created image data for training, testing and validation using Pytorch and tensorflows image data generators.
  4. Also used pretrained models like InceptionV3, EfficientNet50 to perform testing and predicitons,

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

  1. The models trained are tested using images that were converted to Numpy arrays using Keras API.
  2. After model training, accuracy and loss parameters were saved and plotted using Pandas.
  3. Provided the true versus predicted labels with images using Matplotlib.

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

@github-actions
Copy link

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

@abhisheks008
Copy link
Owner

Can you please rename the notebooks used here in this project.

@PiyushBL45t
Copy link
Contributor Author

Ok, I will rename them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mushroom Classification using Deep Neural Networks
2 participants