Blog
Data Science & ML

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

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

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

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

Random Forest on GPUs: 2000x Faster than Apache Spark
This blog post compares using RAPIDS and Dask vs Apache Spark for model training
See more

Supercharging Hyperparameter Tuning with Dask
The distributed computing framework Dask is great for hyperparameter tuning, since you can train different parameter sets concurrently.
See more