0PricingLogin
Deep Learning Academy · Lesson

Notebooks, Scripts & Reproducible Seeds

Set random seeds so results repeat.

Two Ways to Work

You will write code in notebooks for quick experiments and in plain scripts for repeatable runs. Each suits a different moment.

Notebooks for Exploring

A notebook runs code in cells, showing plots and results inline. It is perfect for poking at data and trying ideas fast. 📓

All lessons in this course

  1. Install PyTorch and Verify It Imports
  2. CPU vs GPU vs MPS: Pick a Device
  3. Notebooks, Scripts & Reproducible Seeds
  4. Your First torch.tensor
← Back to Deep Learning Academy