Sat.Dec 16, 2023

article thumbnail

Modern Data Warehousing

Towards Data Science

State-of-the-art data platform design Continue reading on Towards Data Science ยป

article thumbnail

PyTorch Introduction โ€” Building your First Linear Model

DareData

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!