Inspired by many of the algorithmic trading and capabilities of Machine Learning in the finance industry, I started a year ago at Udacity’s AI for Trading program. After many study sessions completed, I have finally completed the AI for Trading program 😀 I learned a lot about trading and also learned a lot in Machine […]
Category Archives: Artificial Intelligence
Uniform Cost Search (UCS) traverses nodes by the shortest cost. Here’s an example of a map with a starting point from Las Vegas to the goal point Calgary. I’ve marked up the depth levels by arrow color. To determine the order, I needed to find the shortest cost between nodes. It helped me make a […]