Projects - Yuk

Projects - Yuk

TrafficLab3D: Digital-twin with just Mp4 and Google Maps

Program: TrafficLab3D

20/02/2026

TrafficLab puts accessibility at the forefront, with just access to mp4 CCTV footage and knowing where that location is on Google Maps, anyone can create a fancy digital twin demo that demonstrates advanced computer vision, especially for students, individual investigators, and enthusiasts who might not have access to camera calibration and synchronized high quality satellite imagery.

Access

See more

Text-to-SQL SLM: Finetuning Gemma 3 with QLoRA

Program: Text-to-SQL SLM

27/06/2025

Trying out finetuning on language model with one of the easiest example and deployment on Hugging Face Spaces. Performed QLoRA on a Gemma 3 1B model using a text-to-SQL dataset. The finetuning and deployment itself is quite simple, so I focused more on the math and some of the best practices in this currently very shaky field.

Access

See more

Traffic Collision Anticipation with Continuous Sliding Window Risk Prediction

Program: Computer Vision MAT3562E

31/05/2025

My work for the MAT3562E - Computer Vision course at HUS - VNU. A Traffic Collision Anticipation Model with hybrid feature extraction using EfficientNetB0 and Farneback Optical Flow, feeding into a Temporal Convolutional Network (TCN) to achieve a continuous sliding window risk score prediction. Trained and inference on only dashcam footage, no additional sensory input.

Access

See more

Automatic Knowledge Graph Construction with LLMs for Hybrid Retrieval and Chatbot Integration

Paper: ResearchM. MAT1204

02/05/2025

My work for the MAT1204 - Research Methodology course at HUS - VNU. Throughout this project, I was able to pretty much grasp the entire LLM + integration/application field of research, from how expansive the landscape of LLMs actually is-to working with them and various integrations. I also had the chance to gauge my own capability considering I worked on this end-to-end all on my own. Nevertheless, this project also involved a lot of disillusionment and negativity.

Access

See more

Yuk's Blog: 2024-2025 Retrospective

Website: Yuk's Personal Blog

24/01/2025

My little space to share my stuff and work publicly, I hope it can help and even inspire those who come across it. The website itself is built with pure HTML, CSS and JavaScript, then uses Jekyll to generate the dynamic content and posts. Hosting is currently done using GitHub Pages.

Access

See more

Ứng dụng các phương pháp học máy trong chủ đề đánh giá sức khỏe tâm lý

Báo cáo: Học máy MAT3533

16/01/2025

Báo cáo hết môn Học máy MAT3533 tại HUS - VNU của nhóm mình: Ứng dụng các phương pháp học máy trong chủ đề đánh giá sức khỏe tâm lý. Tuy sản phẩm cuối cùng có hơi khác với mong đợi đầu của mình, đây vẫn là báo cáo học thuật chi tiết đầu tiên của mình.

Truy cập

Xem thêm

Program: MNIST Workshop

Program: MNIST Workshop

21/06/2024

This Java project implements a Feedforward Neural Network (FNN) for the MNIST dataset, providing a foundational exploration of machine learning. It allows users to create, train, test, and save FNN models, emphasizing core concepts like forward/backpropagation and gradient descent without external dependencies.

Access

See more

Program: Gomoku Bot

Program: Gomoku Bot

20/05/2024

This Java project implements a classic Gomoku (5-in-a-row) game with AI opponents. Players take turns placing stones on a 19x19 board, aiming to be the first to form a line of five. The key feature is a custom-built heuristic minimax framework for the bots, offering valuable hands-on experience with GOFAI (Good Old-Fashioned AI).

Access

See more

Program: Chess Game

Program: Chess Game

05/05/2024

This Java project is a remnant of an ambitious attempt at creating a fully-fledged Chess Game app. Though I stopped working on it back then, Its still one of my most extensive work yet and marks a pivotal point in my coding journey. The app features many functionality with a hybrid between GUI and CLI and stops at an experimental chess bot that just plays random moves.

Access

See more