Mapping the Chesapeake Bay
The Chesapeake Bay is the largest estuary in the United States. It is a massive body of water hundreds of miles long and home to a large variety of fish, bir...
The Chesapeake Bay is the largest estuary in the United States. It is a massive body of water hundreds of miles long and home to a large variety of fish, bir...
I am facinated by trees, forests, and woods. The United States is home to a vast array of forests, deserts, and plains. While the eastern US is dominated by ...
Today I am working on using satellite imagery to determine the level of tree canopy coverage in four major east coast downtowns. In particular, I am comparin...
I wanted to see if I could build a stock market agent leveraging open source models, ollama, Python, and real stock market data. The agent should accept a pe...
Home labs are essentially computers which serve applications for personal use. This can include hosting servers for video games, running AI models, serving a...
Many major publishing outlets have recently created their own visuals to explain U.S. trade. One particular visualization in the Wall Street Journal caught m...
Random number generators are at the core of many applied computer science applications. For example, stochastic simulation models, statistical sampling, and ...
The Monty Hall is a famous brain teaser in the form of a probability puzzle. For the uninitiated, the problem is as follows: Consider three doors where two o...
A Hertzsprung–Russell diagram (HR diagram) is a visualization of star data which shows the relationship between magnitude and spectral characteristics. The d...
K-nearest neighbors (KNN) is an algorithm which identifies the k nearest data points in a training sample to a new observation. Typically, nearest is defined...