MachineX: Image Data Augmentation Using Keras
Reading Time: 4 minutes In this blog , we will focus on Image Data Augmentation using keras and how we can implement same. Problem When we work with image classification projects, the input which a user will give can vary in many aspects like angles, zoom and stability while clicking the picture. So we should train our model to accept and make sense of almost all types of inputs. Continue Reading