-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
[Project Addition]: Computed Tomography Analysis Using DL project #557
[Project Addition]: Computed Tomography Analysis Using DL project #557
Conversation
Our team will soon review your PR. Thanks @Jaya-Prakash-17 :) |
Hi @Jaya-Prakash-17 the models you have implemented are overfitted. 100% accuracy for all the three models is really phishy. Try to split the dataset into 60:40 parameter. |
The dataset is too small i guess that is also one of the reasons. Anyways I'll try using data augmentation. Thanks @abhisheks008 and is there anything else that i can try? |
Accuracy scores are bit catching the eyes! I mean you understand what I mean to say. |
yeah sure! I'll definitly look into it! |
Pull Request for DL-Simplified 💡Issue Title: Computed Tomography Analysis using DL
Closes: #557 Describe the add-ons or changes you've made 📃I have developed deep learning models to analyze CT scan images of the brain and classify them into specific categories based on medical conditions detected. The project includes:
Type of change ☑️What sort of change have you made:
How Has This Been Tested? ⚙️The models have been tested using training, validation, and test datasets. Performance metrics including accuracy, precision, recall, and F1-score were used to evaluate the models. Additionally, confusion matrices were generated to assess the classification performance. Checklist: ☑️
|
Pull Request for DL-Simplified 💡
Issue Title: Computed Tomography Analysis using DL #468
Closes: #468
Describe the add-ons or changes you've made 📃
I have implemented the VGG16, ResNet50, and EfficientNetB7 models for CT image classification.
Type of change ☑️
What sort of change have you made:
How Has This Been Tested? ⚙️
I have tested the implementation using a separate test dataset and verified the classification accuracy of each model. Additionally, I have compared the results with the expected outcomes to ensure accuracy.
Checklist: ☑️