Profile Picture

Nadir Najeeb Kassim

AI Engineer | Deep Learning Enthusiast

About Me

Hi, I’m Nadir Najeeb Kassim šŸ‘‹

Welcome to my personal website! I’m a AI Engineer, currently pursuing my M.Sc. in Artificial Intelligence at Nanyang Technological University. I began my academic journey with a B.Tech in Electrical & Electronics Engineering from Vellore Institute of Technology.

As a Research Intern at the Neuronics Lab (Indian Institute of Science), I specialized in embedding machine-learning models on resource-constrained hardware and architecting low-power wireless communication frameworks. With rigorous training in deep learning, computer vision, and embedded systems, I thrive on turning theoretical insights into practical solutions.

Take a look at my projects, explore my interests, or connect with me — I’m always open to collaboration and learning.

šŸ‘‰ Click here to see my resume

Projects

Agent-Driven Hybrid Recommender System

Agent

This project builds a two-stage hybrid recommender by combining content-based filtering on MovieLens-32M with an LLM agent using Program-of-Thought prompting and RAG, boosting recommendation enrichment by 38.7% and achieving Top-5 precision 0.76, recall 0.54, NDCG 0.81, and 82% relevance on follow-up queries.

View on GitHub

Revamping MobileNetV3 for Efficient Facial Segmentation

Segmentation 1 Segmentation GT

This project evaluates MobileNetV3-Large for facial segmentation under a strict 3M-parameter budget and 5,000 images. With Mish activations, LR-ASPP decoder, and cross-validation, we reached F1 = 0.875 and IoU = 0.719, outperforming the baseline by a large margin.

View on GitHub

RAG-Based Low-Level CodeGen for QP Problems

RAG Diagram

We built an AI-assisted translator that takes high-level QP problems and generates efficient C code using RAG with template retrieval. It supports OSQP & SCS and achieved 93% accuracy across 30+ test cases.

View on GitHub