Model Pipeline - Tensor creation (torch.tensor, zeros, ones, rand)
This pipeline shows how tensors are created using different PyTorch functions. Tensors are the basic building blocks for data in PyTorch, similar to arrays or tables in everyday life.