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

Defining loss functions and evaluation metrics for classification

In the previous recipe, we defined our input features, described our model, and initialized it. At that point, we passed a features vector of a flower to predict its iris species, calculated the output, and compared it against the expected class.

We also showed how those preliminary results did not represent a proper evaluation. In this recipe, we will explore the topic of evaluating our classification models.

Furthermore, we will also understand which loss functions fit best for the binary and multi-label classification problem.

Getting ready

Loss functions and evaluation functions need to satisfy the same properties that are described in Chapter 3, Solving Regression Problems, in the second recipe, Defining Loss functions and evaluation metrics for regression; therefore, I recommend reading that chapter first for a more thorough understanding.

We will start developing our topics by analyzing the binary...

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