Multiclass Semantic Segmentation Using DeepLabV3+ in Keras

Multiclass Semantic Segmentation Using DeepLabV3+ in Keras

Semantic segmentation is a vital task in computer vision, where the goal is to classify each pixel in an image into a category. Over the years, DeepLab models have become a popular choice for this due to their accuracy and efficiency. In this tutorial, I’ll share my firsthand experience working with DeepLabV3+ in Keras to … Read more >>

Image Segmentation with a U-Net-Like Architecture in Keras

Image Segmentation with a U-Net-Like Architecture in Keras

Image segmentation is one of the most exciting tasks in computer vision. It involves classifying each pixel in an image to identify objects or regions of interest. I have worked on various image processing projects using Python, and one architecture that consistently stands out for segmentation tasks is the U-Net. U-Net was originally designed for … Read more >>

Image Classification with BigTransfer (BiT) Using Keras

Image Classification with BigTransfer (BiT) Keras

Image classification is a fundamental task in computer vision. Over the years, transfer learning has become a popular approach to improve model performance without needing massive datasets. One of the most powerful transfer learning methods is BigTransfer (BiT). I’ve worked extensively with Python Keras, and in this article, I’ll walk you through how to use … Read more >>

Image Classification with Perceiver in Keras

Image Classification with Perceiver in Keras

Recently, I was working on a project where I needed to classify thousands of product images into multiple categories. Being a Python Keras developer for over four years, I’ve tried several deep learning models, from CNNs to Transformers. In this tutorial, I’ll show you how to perform image classification using the Perceiver model in Keras. … Read more >>

Involutional Neural Networks in Python Using Keras

Involutional Neural Networks Keras

I was working on a deep learning project where I needed a model that could capture spatial relationships more efficiently than traditional convolutional neural networks (CNNs). After exploring various architectures, I came across Involutional Neural Networks, a fascinating concept that reverses the idea of convolution. In this article, I’ll show you how to build an … Read more >>

Image Classification Using EANet in Python Keras

Image Classification Using EANet in Python Keras

Working on a computer vision project where I needed to classify hundreds of product images into different categories. As a developer, I always look for efficient deep learning architectures that can deliver strong accuracy without excessive computation. That’s when I came across EANet (External Attention Network), a lightweight yet powerful transformer-based model. In this tutorial, … Read more >>

Image Classification with ConvMixer in Keras

Image Classification with ConvMixer in Python

Working on an image classification project for a U.S.-based retail analytics company, I explored several deep learning architectures. I wanted something lightweight yet powerful enough to classify product images accurately. That’s when I came across ConvMixer, a fascinating model that combines the simplicity of CNNs with the design philosophy of Vision Transformers. In this tutorial, … Read more >>

Compact Convolutional Transformers in Python with Keras

Compact Convolutional Transformers in Python with Keras

I was working on a deep learning project where I needed a model that could combine the power of convolutional neural networks (CNNs) and transformers, but without consuming too much memory. That’s when I came across Compact Convolutional Transformers (CCT). These models are designed to be lightweight yet powerful, perfect for mobile and edge devices. … Read more >>

Pneumonia Classification Using TPU in Keras

Pneumonia Classification Using TPU in Keras

Recently, I worked on a deep learning project to classify chest X-ray images for pneumonia detection using Python and Keras. The challenge was to make the training process faster and more efficient, especially when dealing with thousands of medical images. That’s when I decided to use TPUs (Tensor Processing Units), powerful hardware accelerators that can … Read more >>

Build a Mobile-Friendly Transformer-Based Model for Image Classification in Keras

Mobile Friendly Transformer Based Model for Image Classification in Keras 1

Working on a deep learning project where I needed to deploy an image classification model on a mobile device. The challenge was clear: I needed something lightweight yet powerful enough to handle complex image data efficiently. After exploring several architectures, I came across MobileViT, a mobile-friendly Transformer-based model that combines the strengths of Convolutional Neural … Read more >>

51 Python Programs

51 PYTHON PROGRAMS PDF FREE

Download a FREE PDF (112 Pages) Containing 51 Useful Python Programs.

pyython developer roadmap

Aspiring to be a Python developer?

Download a FREE PDF on how to become a Python developer.

Let’s be friends

Be the first to know about sales and special discounts.