Source
Explains Keras model-building APIs, layers, training workflows, and model composition in TensorFlow.
Source
Covers model.compile, model.fit, validation data, metrics, sample weights, evaluation, and prediction.
Source
Introduces tensors, model creation, training, evaluation, and probability outputs with TensorFlow and Keras.
Source
Explains map, cache, shuffle, batch, prefetch, AUTOTUNE, and input-pipeline performance tradeoffs.
Source
Shows text preprocessing, vectorization, model training, validation, and evaluation for text classification.
Source
Demonstrates preprocessing layers, feature preparation, and model training for structured data.
Source
Explains training and validation behavior, overfitting, underfitting, regularization, and dropout.
Source
Shows class weights, precision, recall, AUC, and evaluation choices for imbalanced classification.
Source
Documents TensorBoard as a tool for inspecting training metrics, graphs, logs, and model behavior.
Source
Explains checkpoints, full-model saves, the Keras format, SavedModel export, and loading models.
Source
Covers TensorFlow Lite/LiteRT for optimized on-device inference on mobile, embedded, and edge targets.