Unveiling My Technical Achievements and Creative Solutions.
EcoCar Perception System Development
Develop the perception system for autonomous vehicles, including object detection and sensor fusion.
Deep Reinforcement Learning on Atari Games
Build an AI agent to play Pong with deep Q learning network and coordinate attention mechanism to detect features.
AI Application in Connect4
Create two AI agents with mini-max and alpha-beta pruning algorithms in python to play Connect4.
Movie Recommender
Build a movie recommender system with the TMDB dataset with various features.
A* Pathfinding
Implement A* algorithm to find the optimal path between two points with a as well as Dijkstra’s algorithm for comparison.