Data Labels and One-hot Encodings for Deep Learning Explained
text
One-hot Encoded Categorical Labels for Deep Learning Explained
In this lesson, we'll learn about the types of labels we use for categorical data in deep learning.
One of the most popular types of labels we use for categorical data is called one-hot encoded labels. We use encode the labels of our data with one-hot encodings whenever we train a network to classify nominal categorical data.
quiz
resources
updates
Committed by on