This project is the beginning of my journey into the world of AI. And is an AI trained with TensorFlow in Google Colab to classify flowers from their images.
After 10 epochs, I ran into the problem of retraining. This can be verified by looking at the graph of accuracy and loss on the training and test datasets.
The following approaches were used as a solution to the problem: augmentation and regularization (Dropout). Also increased the number of learning epochs (20 epochs).
already better




