Defining losses on the fly and collecting them at the end
10
Making your layers serializable
11
Special call argument: training
12
Basic Model
13
A Model handles top-level functionality
14
Eager & graph execution for fit(), evaluate()
15
The Functional API is a way to create DAGs of layers
16
A Functional Model behaves like any other Layer/Model, but it has several methods autogenerated (call, build, get_config)
17
Anatomy of a Functional Model
18
keras history is the coordinates of the tensor in a 3D construction grid
19
Static input compatibility checks
20
Whole-model saving / serialization and reinstantiation across platforms
21
Automatic masking: a first example
22
Automatic masking: details
23
In-depth: what happens when you call a layer on symbolic inputs
24
Using dynamic layers
Description:
Explore an in-depth technical overview of tf.Keras in this 54-minute video presentation by Francois Chollet, the creator of Keras. Dive into the internal architecture of Keras, understanding the role and functionality of layers, models, and the Functional API. Learn about lazy layer building, nested layers, loss collection, serialization, and the differences between eager and graph execution. Discover advanced topics such as automatic masking, symbolic inputs, and dynamic layers. Gain insider knowledge from the TensorFlow team's internal training session, offering valuable insights for both beginners and experienced developers working with TensorFlow and Keras.