Multiclass Image Classification — Hands-On with Keras and TensorFlow
Last Updated on July 20, 2023 by Editorial Team
Author(s): Carla Martins
Originally published on Towards AI.
Part 1 — Xception
Image classification or computer vision is a branch of artificial intelligence where the task is to design systems that can recognize or classify objects based on digital images. It is a popular field due to the sheer breadth of applications — image classification can be used for applications as diverse as recognizing a particular flower from a photograph or classifying medical images as normal or disease.
In this article, I will cover the use of Keras for creating a Convolutional Neural Network to classify images in a dataset. Keras is a simple framework for constructing models using high-level… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.
Published via Towards AI