Blog

Data Science & ML

Back to Blog ⏎
Article featured image

Deploying Data Pipelines at Saturn Cloud with Dask and Prefect

How you can automate your complex tasks using Saturn Cloud, Dask, and Prefect

See more

Article featured image

What is Dask and How Does it Work?

The basics of what Dask is, why you'd want to use it, and how to get started.

See more

Article featured image

Dask and pandas: There’s No Such Thing as Too Much Data

Do you love pandas, but hate when you reach the limits of your memory or compute resources? Dask gives you the chance to use the pandas …

See more

Article featured image

Lazy Evaluation with Dask

Lazy evaluation is when calculations are only computed when they are needed, and Dask makes great use of the method.

See more

Article featured image

Combining Dask and PyTorch for Better, Faster Transfer Learning

PyTorch has the ability to train models across multiple machines, and thanks to the framework Dask you can easily create a GPU cluster …

See more

Article featured image

Handy Dandy Guide to Working With Timestamps in pandas

Using times in pandas can sometimes be tricky--this blog post covers the most common problems.

See more

Article featured image

Computer Vision at Scale With Dask and PyTorch

This tutorial walks through how to use PyTorch and Dask to train an image recognition model across a GPU cluster.

See more

Article featured image

Cross-Entropy Loss Function

When working on a Machine Learning or a Deep Learning Problem, loss/cost functions are used to optimize the model during training. The …

See more