Image Classification

How To Actually Fine-Tune MobileNetV2 | Classify 9 Fish Species

How To Actually Fine-Tune MobileNetV2 | Classify 9 Fish Species

🎣 Classify Fish Images Using MobileNetV2 & TensorFlow 🧠 In this hands-on video, I’ll show you how I built a deep learning model that can classify 9 different species of fish using MobileNetV2 and TensorFlow 2.10 — all trained on a real dataset! This Tensorflow image recognition tutorial covers from dataset splitting to live predictions […]

How To Actually Fine-Tune MobileNetV2 | Classify 9 Fish Species Read More »

Self-Supervised Learning Made Easy with LightlyTrain | Image Classification tutorial

LightlyTrain Image classification

In this tutorial, we will show you how to use LightlyTrain to train a model on your own dataset for image classification. Self-Supervised Learning (SSL) is reshaping computer vision, just like LLMs reshaped text. The newly launched LightlyTrain framework empowers AI teams—no PhD required—to easily train robust, unbiased foundation models on their own datasets. Let’s

Self-Supervised Learning Made Easy with LightlyTrain | Image Classification tutorial Read More »

How to Classify Vehicles: VGG16 Feature Extraction & XGBoost

Object Classification using XGBoost and VGG16

In this tutorial, we build a vehicle classification model using VGG16 for feature extraction and XGBoost for classification! 🚗🚛🏍️ It will based on Tensorflow and Keras 🔍 What You’ll Learn 🔍:  🖼️ Part 1: We kick off by preparing our dataset, which consists of thousands of vehicle images across five categories. We demonstrate how to

How to Classify Vehicles: VGG16 Feature Extraction & XGBoost Read More »

Malaria Cell Classification CNN in TensorFlow (Keras) – Full Tutorial

CNN - Malaria

malaria cell classification CNN is a practical way to learn how convolutional neural networks recognize patterns in microscope cell images. In this tutorial, you’ll build a complete pipeline in TensorFlow and Keras: preprocessing infected vs uninfected cell images, training a compact CNN, saving the best checkpoint, and running inference on a brand-new test image. This

Malaria Cell Classification CNN in TensorFlow (Keras) – Full Tutorial Read More »

Build a CNN Model for Retinal Image Diagnosis

Tensorflow retinal eye

👁️ CNN Image Classification for Retinal Health Diagnosis with TensorFlow and Keras! 👁️ How to gather and preprocess a dataset of over 80,000 retinal images, build a CNN model , and train it that can accurately distinguish between these health categories. What You’ll Learn: 🔹 Data Collection and Preprocessing: Discover how to acquire and prepare

Build a CNN Model for Retinal Image Diagnosis Read More »

120 Dog Breeds, more than 10,000 Images: Deep Learning Tutorial for dogs classification

dog breed recognition

📽️ In our latest video tutorial, we will create a dog breed recognition model using the NasLarge pre-trained model 🚀 and a massive dataset featuring over 10,000 images of 120 unique dog breeds 📸. What You’ll Learn: 🔹 Data Preparation: We’ll begin by downloading a dataset of of more than 20K Dogs images, neatly categorized

120 Dog Breeds, more than 10,000 Images: Deep Learning Tutorial for dogs classification Read More »

Dinosaur Image Classification with a Convolutional Neural Network (Keras/TensorFlow)

Tensorflow dinosaor

Why Custom Deep Learning Pipelines Fail Without Proper Structure Building an accurate computer vision model from scratch requires more than just compiling code; it demands an optimized data pipeline and a robust network architecture. In this comprehensive dinosaur image classification cnn python tutorial, you will solve the specific challenge of classifying high-variance prehistoric species using

Dinosaur Image Classification with a Convolutional Neural Network (Keras/TensorFlow) Read More »

Eran Feit