PyTorch Introduction — Building your First Linear Model
DareData
DECEMBER 16, 2023
In my last blog post, we’ve learned how to work with PyTorch tensors , the most important object in the PyTorch library. Tensors are the backbone of deep learning models so naturally we can use them to fit simpler machine learning models to our datasets. Although PyTorch is known for its Deep Learning capabilities, we are also able to fit simple linear models using the framework — and this is actually one of the best ways to get familiar with the torch API!
Let's personalize your content