Created a custom Canny Edge Detector that, given an input image, a value for sigma, and values for high and low thresholds, outputs the edges of the image.
Created and experimented with several Reinforcement Learning Agents including DQN, A3C, and PPO to play in Lockheed Martin’s OpenAI Gym environment: “Everglades”
Built a cache simulator to simulate the operations of a simple CPU cache using Java.