<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Image Classification on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/image-classification/</link><description>Recent content in Image Classification on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 17 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/image-classification/index.xml" rel="self" type="application/rss+xml"/><item><title>TensorFlow Guide: Guided Project 1 - Image Classification with CNNs</title><link>https://ai-blog.noorshomelab.dev/tensorflow-guide/guided-project-1-image-classification-with-cnns/</link><pubDate>Sun, 26 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tensorflow-guide/guided-project-1-image-classification-with-cnns/</guid><description>&lt;h2 id="7-guided-project-1-image-classification-with-cnns"&gt;7. Guided Project 1: Image Classification with CNNs&lt;/h2&gt;
&lt;p&gt;This project will guide you through building a Convolutional Neural Network (CNN) to classify images from the CIFAR-10 dataset. CIFAR-10 consists of 60,000 32x32 color images in 10 classes (e.g., airplane, automobile, bird, cat). This project will solidify your understanding of data pipelines, model building with Keras, and training strategies.&lt;/p&gt;
&lt;h3 id="project-objective"&gt;Project Objective&lt;/h3&gt;
&lt;p&gt;Build and train a CNN model capable of classifying CIFAR-10 images with reasonable accuracy.&lt;/p&gt;</description></item><item><title>Chapter 21: Project: Building a Custom Image Classifier</title><link>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/project-image-classifier/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/project-image-classifier/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 21! After exploring the theoretical foundations of deep learning, neural networks, and various architectures, it&amp;rsquo;s time to get your hands dirty with a complete, practical project. In this chapter, we&amp;rsquo;ll build a custom image classifier from scratch, leveraging the power of modern deep learning frameworks and techniques.&lt;/p&gt;
&lt;p&gt;This project will guide you through the entire lifecycle of an image classification task: from preparing your own dataset, to selecting and modifying a pre-trained model, training it, and evaluating its performance. By the end, you&amp;rsquo;ll not only have a working image classifier but also a much deeper understanding of the practical considerations involved in real-world deep learning applications. This is a foundational skill for any aspiring AI/ML engineer or researcher, opening doors to advanced computer vision tasks.&lt;/p&gt;</description></item><item><title>Visual Intelligence: Computer Vision Tasks</title><link>https://ai-blog.noorshomelab.dev/transformers-js-guide/visual-intelligence-computer-vision-tasks/</link><pubDate>Sun, 26 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/transformers-js-guide/visual-intelligence-computer-vision-tasks/</guid><description>&lt;h1 id="4-visual-intelligence-computer-vision-tasks"&gt;4. Visual Intelligence: Computer Vision Tasks&lt;/h1&gt;
&lt;p&gt;Computer Vision (CV) enables computers to &amp;ldquo;see&amp;rdquo; and interpret visual information from images and videos. Transformers.js brings powerful CV models directly to the browser, allowing for client-side image processing, analysis, and understanding. This chapter explores common CV tasks.&lt;/p&gt;
&lt;h2 id="41-image-classification"&gt;4.1. Image Classification&lt;/h2&gt;
&lt;p&gt;Image classification involves assigning a label (or class) to an entire image, determining what the main subject of the image is.&lt;/p&gt;
&lt;h3 id="411-detailed-explanation"&gt;4.1.1. Detailed Explanation&lt;/h3&gt;
&lt;p&gt;An image classification pipeline takes an image (as a URL, &lt;code&gt;File&lt;/code&gt; object, or &lt;code&gt;HTMLImageElement&lt;/code&gt;) and outputs a list of predicted labels with confidence scores. Models are trained on vast datasets like ImageNet, learning to recognize patterns associated with thousands of different categories.&lt;/p&gt;</description></item></channel></rss>