November 2019
Intermediate to advanced
296 pages
7h 52m
English
Inspecting the structure of the model is often helpful if we wish to debug models and ensure they're constructed correctly. The summary() method is a tool that we can use to print information about the model's structure, such as the following:
For example, the model that we created previously, which had one intermediate layer, provides the following summary information:

The structure of the model has a significant impact on its accuracy and performance, so we ...
Read now
Unlock full access