Keras
A Guide to TensorFlow Callbacks
TensorFlow callbacks are an essential part of training deep learning models, providing a high degree of control over many aspects of your model training.
Neural Architecture Search Part 2: Search Space, Architecture Design and One-Shot Training
This tutorial covers a step-by-step walkthrough of coding neural architecture search for multilayer perceptrons in Python with Keras.
Working With The Lambda Layer in Keras
In this tutorial we'll cover how to use the Lambda layer in Keras to build, save, and load models which perform custom operations on your data.
Image Compression Using Autoencoders in Keras
In this tutorial we cover a thorough introduction to autoencoders and how to use them for image compression in Keras.