Eran Feit Blog posts

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

Tensorflow CNNImage Classification Tutorial

🎥 TensorFlow Image Classification Tutorial With Keras CNN: Image Classification Tutorial Series: Five Parts 🐵 Welcome to our comprehensive image classification tutorial series! In this tutorial playlist, consisting of five informative videos, we will guide you through the entire process of classifying monkey species in images. This is part of our TensorFlow image classification tutorial […]

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

ResNet50 Transfer Learning for Car Image Classification in TensorFlow and Keras.

Resnet50 Tutorial

Master Transfer Learning: ResNet50 Car Classification Tutorial with TensorFlow Are you struggling to train an accurate image classifier on a limited dataset? In this complete resnet50 car classification tutorial with tensorflow, you will solve this problem by leveraging deep learning transfer learning. Instead of spending days training complex convolutional neural networks from scratch, we will

ResNet50 Transfer Learning for Car Image Classification in TensorFlow and Keras. Read More »

MobileNet Image Classification in Python: Complete Keras & OpenCV Tutorial

MobileNet Image Classification

Introduction This tutorial shows how to build a complete image classification pipeline in Python with a pretrained MobileNet model.You will load the model, preprocess any input image to the required dimensions, run inference, decode the ImageNet labels, and render the predicted class directly on the image with OpenCV.By the end, you will have a single,

MobileNet Image Classification in Python: Complete Keras & OpenCV Tutorial Read More »

How to Classify Landmarks Using TensorFlow, TensorHub, and Python

TensorFlow Hub Landmark Classification

Understanding TensorFlow Hub (TensorHub) When building deep learning models, one of the biggest challenges is training from scratch — it’s time-consuming, requires a massive dataset, and demands significant computational power.That’s where TensorFlow Hub (often shortened to TensorHub) comes in. TensorFlow Hub is an open-source platform created by Google that allows developers and researchers to reuse,

How to Classify Landmarks Using TensorFlow, TensorHub, and Python Read More »

How to Build a CNN for Chess Piece Image Classification

Building a CNN Model

Introduction This end-to-end tutorial shows how to build a complete image classification pipeline in Python using TensorFlow Keras, focusing specifically on image classification with keras.You will prepare the dataset folders, split images into train and validation sets, build and train a convolutional neural network (CNN) with augmentation and callbacks, and finally run single-image predictions with

How to Build a CNN for Chess Piece Image Classification Read More »

How to classify weather scenes using TensorFlow, Keras, and Transfer learning – Vgg19 ?

TensorFlow Vgg19

VGG19 Transfer Learning with Keras: Weather Image Classification using Keras VGG19 transfer learning Introduction In this post, we’ll build a complete weather image classification pipeline in Python using Keras with a VGG19 backbone and explore Keras VGG19 transfer learning.You’ll see how to split raw images into train and validation sets, set up data augmentation, attach

How to classify weather scenes using TensorFlow, Keras, and Transfer learning – Vgg19 ? Read More »

How to build a Keras CNN for Weather Image Classification

tensorflow image classification

Introduction This tutorial shows a complete TensorFlow image classification pipeline using Keras CNN.You will learn how to split a weather photo dataset into train and validation sets.You will apply image data augmentation with Keras ImageDataGenerator to improve generalization.You will build and train a deep convolutional neural network for five weather classes.You will visualize accuracy and

How to build a Keras CNN for Weather Image Classification Read More »

How to build a Brain Tumor Classification using Deep learning

brain tumor classification

Brain Tumor Classification with CNN and Keras This tutorial builds a complete deep learning pipeline for brain tumor classification from brain MRI images using Python and Keras.You will organize the dataset into train, validation, and test splits to ensure reliable medical image classification results.A compact CNN architecture will be trained with image augmentation, binary cross-entropy,

How to build a Brain Tumor Classification using Deep learning Read More »

TensorFlow Image Classification Tutorial: Flower Recognition with Keras

TensorFlow Image Classification

TensorFlow Image Classification with Keras: Flower Recognition, Data Augmentation, and OpenCV Prediction In this comprehensive TensorFlow Image Classification Tutorial, we will explore how to build and deploy a robust deep learning model to recognize various flower species using Python. Image classification is a fundamental pillar of Computer Vision, and by leveraging the Keras API within

TensorFlow Image Classification Tutorial: Flower Recognition with Keras Read More »

Eran Feit