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
389 stars 340 forks source link

Breast Cancer Diagnosis Prediction Using Explainable AI Algorithms #974

Closed inkerton closed 2 weeks ago

inkerton commented 3 weeks ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Breast Cancer Type Detection using Explainable AI
:red_circle: Aim : The main objective of this project is to predict whether a tumor is benign or malignant using machine learning models and explain the modelโ€™s decisions using LIME (Local Interpretable Model-Agnostic Explanations). The dataset used in this project is the Breast Cancer Dataset available from Kaggle.
:red_circle: Dataset : https://www.kaggle.com/datasets/yasserh/breast-cancer-dataset
: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 :


Happy Contributing ๐Ÿš€

All the best. Enjoy your open source journey ahead. ๐Ÿ˜Ž

github-actions[bot] commented 3 weeks ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! ๐Ÿ˜Š

abhisheks008 commented 2 weeks ago

Can you elaborate more on the approach? Didn't get the explainable AI approach!!

inkerton commented 2 weeks ago

Explainable Ai is the set of a;gorithms that explains the working behind a prediction like how did the Ai came to the conclusion that its a tumor and not just a ump or a ball of mass. The explaination of behind the process is termed as Explainable AI.

abhisheks008 commented 2 weeks ago

Already present in this repository, hence closing this issue as a duplicate entry.