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 embeddings, recurrent layers, bidirectional RNNs, and sequence model training for text.
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.
Source
Explains serving trained TensorFlow models for production inference.
Source
Describes running and training machine learning models in JavaScript environments.