Skip to content
View Talha-Dmr's full-sized avatar

Highlights

  • Pro

Block or report Talha-Dmr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Talha-Dmr/README.md

Talha Demir - Systems, AI, HPC, Quant, Hardware-Aware Software

GitHub repositories LinkedIn profile Computational systems

I build computational systems where models, performance, and hardware constraints meet.

My work sits around low-level systems, AI infrastructure, high-performance computing, simulation, and quantitative software. I am usually drawn to problems that start as research questions but need to become inspectable, measurable systems.


Operating Area

models / representations  ->  systems / runtime behavior  ->  hardware / latency constraints
       AI tooling          ->       C/C++ infrastructure    ->       GPU / FPGA / HPC
       market state        ->       parsers / simulators    ->       low-latency paths
Direction What I care about Typical artifacts
Systems & performance memory behavior, concurrency, binary formats, runtime cost parsers, engines, tooling, C/C++ systems
AI systems retrieval, local models, evaluation, representation analysis RAG pipelines, model probes, experiment harnesses
HPC / hardware-aware software GPU computing, FPGA-adjacent design, simulation CUDA-oriented work, VHDL/Verilog experiments, numerical code
Quant infrastructure market data, order books, state modeling, latency ITCH parsers, order book builders, backtest/simulation tools

Selected Work

Project Technical angle Why it matters
rag-project retrieval, reranking, local LLMs, hallucination gates makes model behavior measurable instead of demo-only
nasdaq-itch-parser C++ binary protocol parsing, redundant feeds, arbitration market data is a good testbed for correctness under throughput pressure
nasdaq-order-book event-driven order book construction in C++ turns exchange-style event streams into inspectable market state
market-state-representation-learning representation learning for market regimes explores how financial state can be modeled beyond raw time series
Model-Based-RL dynamics modeling, planning, reinforcement learning connects learned models with control and simulation
cloud-computing services, queues, databases, containerized infrastructure practical distributed-system substrate for real workloads

Current Direction

  • Protein and scientific foundation models: representation spaces, probing, and model-assisted discovery.
  • Hardware-aware low-latency systems: market data, FPGA/GPU-adjacent computation, and performance paths.
  • Systems for AI: local inference, evaluation, retrieval quality, and tools that expose model behavior.

Stack Signals

C C++ Linux Python PyTorch CUDA FPGA VHDL Verilog Docker PostgreSQL

How I Tend To Work

  • Build small but complete systems that can be measured.
  • Prefer explicit interfaces, reproducible experiments, and inspectable failure modes.
  • Treat math, model behavior, latency, and hardware constraints as parts of the same problem.

Pinned Loading

  1. rag-project rag-project Public

    FinReg RAG research pipeline for hallucination detection, abstention gating, and stochastic evidence sampling.

    Python

  2. Model-Based-RL Model-Based-RL Public

    Model-Based Reinforcement Learning with Pendulum-v1: Dynamics Model + CEM Planning vs PPO Baseline

    Python

  3. nasdaq-order-book nasdaq-order-book Public

    C++

  4. nasdaq-itch-parser nasdaq-itch-parser Public

    C++

  5. optimization-and-search-cpp optimization-and-search-cpp Public

    C++

  6. binomial-option-pricer binomial-option-pricer Public

    C++