May 2025
Intermediate to advanced
584 pages
16h 49m
English
In this chapter, we’ll put Chapter 1’s advice into practice to build the datasets we’ll use throughout the remainder of the book. Some of these datasets are well suited to traditional models because they consist of feature vectors. Others are better for deep learning models that work with multidimensional inputs—in particular, images, or things that we can visualize as images.
We’ll work through acquiring raw data and preprocessing it to make it suitable for our tools. We won’t make actual training/validation/test splits until we use these datasets for specific models. Preprocessing data is often one of the most labor-intensive ...
Read now
Unlock full access