PyTorch Fundamentals
From tensors to a complete image model.
Follow how data becomes a batch, how a model creates logits, how loss changes parameters, how a CNN reads images, and how validation reveals whether the result generalizes.
- tensors
- Dataset
- training
- evaluation
- CNNs
- projects