September 2017
Beginner to intermediate
270 pages
5h 53m
English
As we did in the previous example, before building and training the network, we have to run the standardization of data. In this case, we will adopt min-max standardization.
Before we begin, make a further check by using the str() function. This function provides a compact display of the internal structure of an object, a diagnostic function, and an alternative to the summary() function. Ideally, only one line for each basic structure is displayed. It is especially well suited to compactly display the (abbreviated) contents of ...