You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a CNN model to classify skin moles as benign or malignant using a balanced dataset from Kaggle, achieving a test accuracy of 81.82% and an AUC of 89.06%. Implemented data preprocessing by resizing images to 224x224 pixels and normalizing pixel values, enhancing model performance and stability.
CNN architectures Resnet-50 and InceptionV3 have been used to detect whether the CT scan images is covid affected or not and prediction is validated using explainable AI frameworks LIME and GradCAM.
This repository consists of models of CNN for classifying different types of charts. Moreover, it also includes script of fine-tuned VGG16 for this task. On top of that CradCAM implementation of fine-tuned VGG16.
Three different DNN models Xception, In- ceptionV3, and VGG19 were used for the classification of crop disease from the image dataset, and explainable AI XAI was used to evaluate their performance. InceptionV3 was achieved as the best model with the highest accuracy of 97.20% accuracy.