Reader small image

You're reading from  Automated Machine Learning with AutoKeras

Product typeBook
Published inMay 2021
Reading LevelBeginner
PublisherPackt
ISBN-139781800567641
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Luis Sobrecueva
Luis Sobrecueva
author image
Luis Sobrecueva

Luis Sobrecueva is a senior software engineer and ML/DL practitioner currently working at Cabify. He has been a contributor to the OpenAI project as well as one of the contributors to the AutoKeras project.
Read more about Luis Sobrecueva

Right arrow

Visualizing your models with TensorBoard

To develop efficient and successful models, you will need to know what is happening during your experiments so that you can react as soon as possible by correcting possible anomalous or unwanted results, such as overfitting and slow learning. This is where the concept of a tactile callback comes into play.

A callback is an object (a class instance that implements specific methods) that is passed to the model on the call to fit and that is called by the model at various points during training. You have access to all available data on the status of the model and its performance and, based on this, take measures including the following:

  • Interrupt training, because you have stopped learning or are overfitting
  • Save a model; in this way, the training could be resumed from the saved point in the future
  • Record metrics, such as precision or loss
  • Alter its state, and modify its structure or hyperparameters, such as the learning...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Automated Machine Learning with AutoKeras
Published in: May 2021Publisher: PacktISBN-13: 9781800567641

Author (1)

author image
Luis Sobrecueva

Luis Sobrecueva is a senior software engineer and ML/DL practitioner currently working at Cabify. He has been a contributor to the OpenAI project as well as one of the contributors to the AutoKeras project.
Read more about Luis Sobrecueva