Look inside
In this liveProject, you’ll take pretrained VGG16 and ResNet models from the Python Keras library and train them further upon your medical image dataset of X-ray and CT scans. This transfer learning is a highly effective technique for quickly generating reliable machine learning models when you only have a small data set. You’ll experiment with the Keras loss functions to determine which are best for COVID image classification, and check your training and prediction times as a critical parameter of real-world applications.
This project is designed for learning purposes and is not a complete, production-ready application or solution.