TensorFlow Tutorial: From Tensors to Training

Socratica · Beginner ·🧬 Deep Learning ·1mo ago

About this lesson

Learn the foundations of TensorFlow in Python, starting with tensors and working up to building and training neural networks with Keras. We cover what tensors are, how shapes and data types work, how TensorFlow handles device placement on CPUs and GPUs, and how Keras helps you build models using the Sequential API, Functional API, and model subclassing. Then we walk through the basic training workflow: compiling a model, choosing an optimizer and loss function, training with batches and epochs, validating results, and using callbacks like early stopping and model checkpoints. This is a practical introduction for Python programmers who want to understand how TensorFlow works without skipping the core ideas. Python Merch from Socratica: https://shop.socratica.com/collections/python-merch Support Socratica on Patreon: https://www.patreon.com/socratica

Original Description

Learn the foundations of TensorFlow in Python, starting with tensors and working up to building and training neural networks with Keras. We cover what tensors are, how shapes and data types work, how TensorFlow handles device placement on CPUs and GPUs, and how Keras helps you build models using the Sequential API, Functional API, and model subclassing. Then we walk through the basic training workflow: compiling a model, choosing an optimizer and loss function, training with batches and epochs, validating results, and using callbacks like early stopping and model checkpoints. This is a practical introduction for Python programmers who want to understand how TensorFlow works without skipping the core ideas. Python Merch from Socratica: https://shop.socratica.com/collections/python-merch Support Socratica on Patreon: https://www.patreon.com/socratica
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Related Reads

Up next
RNNs Explained in 60 Seconds #ai #coding #machinelearning
Ascent
Watch →