Category: Artificial Intelligence
A collection of my projects related to Artificial Intelligence.← View All Projects

3D AI Combat Game
Created a 3D Unity game featuring custom AI pathfinding and a dynamic combat system (melee/weapon mechanics) scripted in C#. Implemented robust collision detection and optimized game performance, showcasing advanced skills in game architecture, C# scripting, and debugging.

AI-Driven NVIDIA Robot
Designed and built a self-driving robot equipped with camera vision, leveraging computer vision and localization AI techniques to automate driving. Utilized Linux, Arduino, NVIDIA Jetson Platform, and Raspberry Pi.

Conversational NLP
Researched NLP techniques from academic publications and developed a functional AI chatbot prototype in Java capable of classifying user input and generating contextually relevant responses within conversational flows.

Predictive Imputation
Constructed a tool for data classification and imputation, predicting new data through the implementation of machine learning algorithms including K-means, basic-means, linear regression, and random forests, using Python libraries (scikit-learn, pandas).