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
319 stars 288 forks source link

[Project Addition] : Natural Diamonds Image Classification #696

Closed aaradhyasinghgaur closed 4 weeks ago

aaradhyasinghgaur commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Natural Diamonds Image Classification on the basis of shape.
:red_circle: Aim : Classification of different types of natural diamonds on the basis of shapes like round, cushion, radiant, emerald, heart, oval, etc using dl modles and comparing their preformance using different matrices such as accuracy score , confusion matrix , plotting graphs and doing EDA analysis .
:red_circle: Dataset : https://www.kaggle.com/datasets/harshitlakhani/natural-diamonds-prices-images/data
: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 :

  1. Utilizing Multiple Network Architectures:

To classify different shapes of natural diamonds (e.g., round, cushion, radiant, emerald, heart, oval, etc.), we will employ five distinct deep learning network architectures:

  1. Data Augmentation Techniques: To enhance the accuracy and robustness of the models, we will apply various data augmentation techniques such as:
    • Rotation
    • Zooming
    • Flipping (horizontal and vertical)
    • Shearing
    • Brightness adjustments

These techniques will artificially expand the dataset and help prevent overfitting.

  1. Model Performance Comparison: We will evaluate and compare the performance of each model using the following metrics and visualizations:

    • Accuracy Score: To measure the overall correctness of the models.
    • Loss Graph: To visualize the loss during training and validation phases.
    • Accuracy Graph: To track accuracy improvements over epochs.
    • Confusion Matrix: To provide a detailed breakdown of model performance across different diamond shapes, highlighting precision, recall, and F1 score for each category.
  2. Exploratory Data Analysis (EDA): Before training the models, we will perform comprehensive exploratory data analysis (EDA) on the dataset to understand its structure. This will include:

    • Distribution of images across different diamond shapes.
    • Image quality and resolution consistency.
    • Identifying any class imbalances.
    • Visualizing sample images from each category.
  3. README File: A README file will be created to document the entire process according to the READMe template.


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

One issue at a time.

abhisheks008 commented 4 weeks ago

Assigned @kyra-09

github-actions[bot] commented 4 weeks ago

Hello @kyra-09! Your issue #696 has been closed. Thank you for your contribution!