Suppose you’re listening to a song on Spotify, watching a video on YouTube or Netflix, or shopping on Amazon; you’ll always see a list of similar songs, videos, or products recommended to you. ...
Unlock the Power of Fine-Tuning Pre-Trained Models in TensorFlow & Keras
In the previous post in this series, we showed how to use pre-trained models in Keras to perform image classification. Here we will explore additional options for leveraging pre-trained models with an ...
Convolutional Neural Network (CNN): A Complete Guide
Convolutional Neural Network (CNN) forms the basis of computer vision and image processing. In this post, we will learn about Convolutional Neural Networks in the context of an image classification ...
Training Neural Networks for Beginners
In this post, we cover the essential elements required for training Neural Networks for an image classification problem. We will still treat the internal network architecture as a black box so that we ...
CenterNet: Objects as Points – Anchor Free Object Detection Explained
Anchor free object detection is powerful because of its speed and generalizability to other computer vision tasks. "CenterNet: Object as Points" is one of the milestones in the anchor-free object ...
Autoencoder in TensorFlow 2: Beginner’s Guide
Imagine you have an image or an audio file which you would like to transfer to a friend. Sending the raw format data could be time-consuming and potentially inefficient, especially when the files' ...