Overview and Summary
[Read More]
Developing a Bridge Site Visualization and Prediction Tool for the Bridges to Prosperity Organization
Or an extensive exercise in data cleaning and preparation
Currently I am going through the Labs section as a part of Lambda Schools curriculum, and for this purpose we have partnered with Bridges To Prosperity
[Read More]
k Nearest Neighbors in Python from Scratch
How to develop a k Nearest Neighbor Classification Model with base packages in Python
In this tutorial I will walk through a basic implementation of the k-Nearest Neighbors algorithm including how it works and how to implement it from scratch in Python (only using numpy). The k-Nearest Neighbors algorithm is a relatively simple but powerful approach for making predictions. At its core the principle...
[Read More]
The Risk of Injury and Death Roaming the Streets of Washington DC
Traffic related Injuries and Deaths in DC since JAN-01-2019
I’m an avid cyclist and motorcycle rider, and since I moved to the Washington DC area a couple of years back, people kept on asking me “if I’m not even a tiny bit afraid riding around in DC.” Usually, I didn’t think too much of it afterward thinking “well traffic...
[Read More]