Skip to content
M. Nobinur — home

Selected Projects

Work

Research and engineering, most recent first. Every entry is a short case study: what the problem was, what I built, and where it fell short.

Researcher

Visual Saliency Evaluation for ASD and Typically Developing Groups

Research · 2025
Benchmarked three saliency models against ASD and TD fixation maps to see whether standard metrics agree on which model predicts which group.
  • PyTorch
  • MATLAB
  • Google Colab
  • NumPy

Researcher

MutOracle-RAG

Research · 2026
A stage-aware evaluation and fault-localization pipeline that attributes RAG failures to retrieval, generation, or the oracle itself.
  • Python
  • PyTorch
  • DuckDB
  • RAG Evaluation

Researcher

Version-Aware Lazy Segment Tree

Research · 2026
Combining range-add lazy propagation with partial persistence, so historical range-sum queries stay correct — built against a brute-force oracle and verified across four platforms.
  • C++17
  • CMake
  • GoogleTest
  • Sanitizers

Founder

sIndeX

Acquired · 2024
An automated SEO platform that replaced recurring manual search-performance analysis with reusable Google API workflows. Acquired in 2024.
  • Python
  • Google APIs
  • SEO Automation

Researcher

Cache Hierarchy Design-Space Exploration

Research · 2026
A trace-driven simulator coupled to HP CACTI to explore cache configurations against performance, energy, leakage, and area together.
  • Python
  • C/C++
  • CACTI
  • NumPy
  • pandas

Engineer

Markov-Chain Chatbot

Archived · 2022
A Discord bot that learned from channel history and generated messages using a queue-based Markov model over asynchronous SQLite.
  • Python
  • SQLite
  • Async I/O
  • discord.py