machine learning
Amateur Notes on Google Cloud Platform
Ugh. Ok, so I want to run some deep learning algorithms on a GPU. I haven’t touched Google Cloud Platform (GCP) in about two months – so I don’t remember how to create an instance, connect to my instance, or get my image files onto my instance. In order to avoid this two months from … [Read more…]
Second Guessing the Optimized Answer
One approach to problem-solving is to use a program to find the optimized solution. This applies broadly. For example, your problem might be finding the lowest cost location to build a distribution center (DC), finding the right people to add to your team/company, or determining how to get to the local Target. When systems create … [Read more…]
Notes: Setting Up OSRM & Using OSM Filter for Machine Learning
When working on my project to find the optimal running route given a starting/ending location and mileage, I needed to build a routing engine so I could make numerous calls without hitting an API limit. Below is my note os how I set that up OSRM on MacBook with python.To figure out the distance between … [Read more…]