Neural Networks: From Fundamentals to Modern AI · Your First End-to-End Training — From Data to Prediction
Data: features, labels, dataset, batch, epoch
Your First End-to-End Training — From Data to Prediction
Introduction
Before a network can learn, you must know exactly what enters it. This lesson lays out the basic vocabulary: what features (input) and labels (the expected answer) are, how they combine into a dataset, and what we mean by batch and epoch. Without this terminology, the rest of the chapter (loss, training loop, evaluation) is impossible to grasp.