# Machine Learning A Remote Data Aggregation Pipeline to Provide Machine Learning Datasets This blog explores how we aggregate datasets remotely, keep track of already generated datasets, and download datasets from a remote server using a generalizable architecture pattern. Multiple authors 16 Apr 2021 • 11 min read
# Deep Learning Smart Cropping - Automatically crop images to optimal regions with deep neural networks Many websites ask you to upload images in specific aspect ratios. Smart cropping allows you to automatically find such images for any aspect ratio. It's powered by Convolutional Neural Networks, predicting the salient areas of a picture. We describe how smart cropping works and why it's important. Vivien Drescher, Leonard Papenmeier 24 Jul 2020 • 5 min read