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] : Brain Tumor Detection #693

Closed aaradhyasinghgaur closed 1 month ago

aaradhyasinghgaur commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Brain Tumor Detection
:red_circle: Aim : Accurately detecting and classifying brain tumors is crucial yet challenging. Deep learning, particularly convolutional neural networks (CNNs), can automate this process by analyzing MRI scans, reducing the time and variability associated with traditional methods.
:red_circle: Dataset : https://www.kaggle.com/datasets/denizkavi1/brain-tumor
: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. Data Augmentation Techniques:

To enhance the accuracy and robustness of the models, we will apply various data augmentation techniques such as:

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

  1. Model Performance Comparison:

I 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 tumor types, highlighting precision, recall, and F1 score for each category.
  1. 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 tumor types.
- Image quality and resolution consistency.
- Identifying any class imbalances.
- Visualizing sample images from each category.
  1. README File:

A README file will be created to document the entire process .


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! 😊