TensorFlow

TensorFlow

Convolutional Neural Network

Convolutional Neural Network (CNN) | TensorFlow

This deep-learning tutorial will teach you how to implement a convolutional neural network using TensorFlow. The convolutional neural network is an architecture that is used for different tasks such as image classification, image recognition, and object detection. This tutorial is focused on image classification. There are many datasets available for image classification but in this …

Convolutional Neural Network (CNN) | TensorFlow Read More »

How to update TensorFlow

How to update TensorFlow in Python

In this article, you’ll see how to update TensorFlow in Python. To update TensorFlow, you’ll need to open up your terminal and type the following code. I recommend you get this book, “Deep Learning with TensorFlow 2 and Keras”.