Look inside
In this liveProject, you’ll build a VGG16 deep learning model from scratch to analyze medical imagery. A VGG16 is a deep convolutional network model which has shown to achieve high accuracy in image based pattern recognition tasks. You’ll then train your model on X-ray and CT datasets, and plot validation loss, and accuracies vs. epochs. You’ll build an important familiarity with the functional blocks of a DL model, how data must be formatted, and which layers to use to solve your problems.
This project is designed for learning purposes and is not a complete, production-ready application or solution.