Skip to content
View sujeeth2003's full-sized avatar

Highlights

  • Pro

Block or report sujeeth2003

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.

Content in all repositories owned by your account will be closed.
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
sujeeth2003/README.md


About

M.S. Data Science candidate at the University of Maryland, College Park. I build things end to end and benchmark every claim I make about them, from a cache-aware C++ matching engine down to a hand-verified RISC-V pipeline.

Five tracks I keep coming back to:

  • Low-latency systems - lock-free C++, atomics, AVX2, kernel bypass, core pinning
  • RTL / hardware - SystemVerilog, UVM, formal verification, AXI-Lite, CDC
  • Quant & trading - regime detection, walk-forward backtesting, from-scratch HMMs
  • Applied ML / GenAI - transformer architectures from scratch, RAG, agent orchestration
  • Data engineering - AWS pipelines, PostgreSQL, MongoDB, Redis

Full write-ups with real benchmarks (not vibes) live on my portfolio.


Featured builds

Limit Order Book & Matching Engine A price-time-priority matching engine taken from a correct-but-slow std::map baseline to a cache-aware, branchless, SIMD-accelerated, single-writer design. Six versions, each benchmarked. C++ Atomics AVX2 Lock-free design

5-Stage Pipelined RISC-V CPU + UVM A fetch-decode-execute-memory-writeback pipeline in SystemVerilog with hazard forwarding, a CDC bridge, and a 100+ test UVM regression at zero scoreboard mismatches. SystemVerilog UVM SVA SymbiYosys

Building DeepSeek LLM From Scratch A tested PyTorch implementation of the architecture, scaling laws, training loop, and DPO alignment from the DeepSeek LLM paper, verified against the paper's own reference numbers. PyTorch RoPE / GQA SFT + DPO

AI-Powered Startup Deal Sourcing (founder-scout) A LangGraph agent that enriches founder signals via the GitHub API and scores Series A fit with a gradient-boosted classifier (0.81 ROC-AUC). LangGraph Claude Streamlit


Stack


Systems, hardware and low-latency


Machine learning, data and tools


GitHub


Popular repositories Loading

  1. Fraud-Detection Fraud-Detection Public

    Fraud detection baseline

    Python

  2. financial-chatbot. financial-chatbot. Public

    Forked from RithikaBaskaran/financial-chatbot.

    This chatbot is designed to answer predefined financial queries based on analyzed financial data. It provides insights into key financial metrics such as total revenue and net income changes.

    Jupyter Notebook

  3. Spending-Assistant Spending-Assistant Public

    Financial chatbot that helps keep spending within budget

    Python

  4. Portfolio Portfolio Public

    My first Portfolio Web page to showcase my skills

    HTML

  5. Real-vs-AI-Classifier Real-vs-AI-Classifier Public

    Real versus AI-generated image classifier

    Jupyter Notebook

  6. AI_Classifier AI_Classifier Public

    Attribute an image to the diffusion model that generated it

    Python