Reader small image

You're reading from  Deep Learning with MXNet Cookbook

Product typeBook
Published inDec 2023
Reading LevelBeginner
PublisherPackt
ISBN-139781800569607
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Andrés P. Torres
Andrés P. Torres
author image
Andrés P. Torres

Andrés P. Torres, is the Head of Perception at Oxa, a global leader in industrial autonomous vehicles, leading the design and development of State-Of The-Art algorithms for autonomous driving. Before, Andrés had a stint as an advisor and Head of AI at an early-stage content generation startup, Maekersuite, where he developed several AI-based algorithms for mobile phones and the web. Prior to this, Andrés was a Software Development Manager at Amazon Prime Air, developing software to optimize operations for autonomous drones.
Read more about Andrés P. Torres

Right arrow

Understanding image datasets – loading, managing, and visualizing the Fashion-MNIST dataset

One of the fields that has grown considerably in DL in the last years has been computer vision (CV). Since the AlexNet revolution in 2012, CV has expanded from lab research to surpassing human performance in real-world datasets (known as “in the wild”).

In this recipe, we will explore the simplest CV task: image classification. Given a set of images, our task is to correctly classify that image among a given set of labels (classes).

One of the most classic image classification datasets is the MNIST (which stands for the Modified National Institute of Standards and Technology) database. Similarly sized, but more suited for current CV analysis, is the Fashion-MNIST dataset. This dataset is a multi-label image classification dataset, with a training set of 60k examples and a test set of 10k examples, with each example belonging to 1 of these 10 categories (starting with...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Deep Learning with MXNet Cookbook
Published in: Dec 2023Publisher: PacktISBN-13: 9781800569607

Author (1)

author image
Andrés P. Torres

Andrés P. Torres, is the Head of Perception at Oxa, a global leader in industrial autonomous vehicles, leading the design and development of State-Of The-Art algorithms for autonomous driving. Before, Andrés had a stint as an advisor and Head of AI at an early-stage content generation startup, Maekersuite, where he developed several AI-based algorithms for mobile phones and the web. Prior to this, Andrés was a Software Development Manager at Amazon Prime Air, developing software to optimize operations for autonomous drones.
Read more about Andrés P. Torres