How to classify weather scenes using TensorFlow, Keras, and Transfer learning – Vgg19 ?

·

1 min read

Hi,

This is a transfer learning (Vgg19( Convolutional neural network tutorial that demonstrates how to classify weather scenes based on in dataset of weather images.

We will use the Vgg19 pre-trained model , and adjust it to our classification request.

We will use most of the model , and change only the last layers, and train it for Weather image classification.

Moreover, I recommend This graphics card: NVIDIA GeForce RTX 3060 Ti . I am using it to train my Tensorflow models.

Perfect results and performance: https://amzn.to/3mTa7HX

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

I also shared the Python code in the video description.

Enjoy

Eran

#Python #TransferLearning #TensorFlow #Deeplearning