May 2019
Intermediate to advanced
456 pages
11h 38m
English
In Chapter 1, Neural Networks and Gradient-Based Optimization, we saw that neural networks would only take numbers as inputs. The issue for us in our dataset is that not all of the information in our table is numbers, some of it is presented as characters.
Therefore, in this section, we're going to work on preparing the data for Keras so that we can meaningfully work with it.
Before we start, let's look at the three types of data, Nominal, Ordinal, and Numerical: