Building an Image Classification Model
Using Deep Learning there is a vast amount of amazing things we can acheive. One of them being creating a model to classify images.
Using CNN (convolutional neural networks) we can analyze images and train models to understand and classify those images.
In this post I am going to go …