How to classify flowers using TensorFlow and convolutional neural network ?

How to classify flowers using TensorFlow and convolutional neural network ?

·

1 min read

Hi,

This is a convolutional neural network tutorial that demonstrates how to classify flowers by dataset of images.

First we will build and train a model using CNN and see the model accuracy & loss, and then we will test and predict the flower using new images

I also shared the Python code in the video description.

Moreover, I recommend this CNN Coursebook for neural network lovers . follow this link : https://amzn.to/3xKqZY1

The link for the video tutorial is here : https://youtu.be/AamKeCTRSKM

Enjoy

Eran

#Python #Cnn #TensorFlow #Deeplearning