Images Powered by Shutterstock
Visualizing Rivers and Floodplains with USGS Data

Visualizing Rivers and Floodplains with USGS Data

The U.S. Geological Survey (USGS) is REALLY close to an incredible goal: by 2023 it aims to have a super detailed 3D scan of every square mile of United State territory. The USGS’ 3D Elevation Programmaintains an incredible database of this detailed

K-Means From Scratch

K-Means From Scratch

About K-Means From Scratch A deep dive on K-Means where smart initialization and the full algorithm is implemented from scratch using pytorch Clustering November 6, 2022 Setup import math, random, matplotlib.pyplot as plt, operator, torch from functools