My #99 course certificate from Coursera
Customising Your Models with TensorFlow 2Imperial College London I highly recommend this course to everyone who is willing...
Customizing Models, Layers and Training Loops
Subclassing Models The model subclassing and custom layers give you even more control over how the model is...
Sequential Data and Recurrent Neural Networks
Sequential data is data that has a natural sequential structure built into it, like text data or audio...
Keras and Tensorflow Datasets
Data pipelines are for loading, transforming, and filtering a wide range of different data for use in your...
The Keras Functional API
The reason you might want to use the Functional API (instead of the Sequential API) is if you...