How to classify monkeys images using convolutional neural network , Keras tuner hyper parameters , and transfer learning ? (part4)

How to classify monkeys images using convolutional neural network , Keras tuner hyper parameters , and transfer learning ? (part4)

·

1 min read

Hi,

This is part no. 4 of Tensorflow tutorial for classify monkey’s species images using several methods.

In this part we will focus of classify the monkeys images using Transfer learning .
So basically , we will take the pre-trained VGG16 model , get rid of the last layer , and replace and retrain it to our images and required classes.

We will use the freeze and use the current weights, customize it to our needs, and improve the result of our CNN model

I also shared the Python code in the video description.

Oreily come up with this book . the best book for learning Deep learning based on Tensorflow-Keras. This is the link : https://amzn.to/3STWZ2N

You can find the link for the video tutorial here : https://youtu.be/p9l9AgiVsqI

Enjoy

Eran

#Python #Cnn #TensorFlow #Deeplearning #AI #Deeplearning