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 Conv2D, pooling, feature maps, and image classification with Keras.
Source
Covers image loading, normalization, augmentation, model training, and validation for image classifiers.
Source
Explains frozen bases, feature extraction, fine-tuning, and low-learning-rate transfer learning workflows.
Source
Covers embeddings, recurrent layers, bidirectional RNNs, and sequence model training for text.
Source
Explains time-ordered splits, windowing, baselines, Conv1D, LSTM, and forecasting evaluation.
Source
Explains training and validation behavior, overfitting, underfitting, regularization, and dropout.
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.