Skip to content
View elchin-hasanov's full-sized avatar

Highlights

  • Pro

Block or report elchin-hasanov

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
elchin-hasanov/README.md
Nyan Cat

Elchin Hasanov

CS + FinTech @ Georgia Tech

Website LinkedIn


Tech Stack

Languages

Machine Learning / AI

Backend / Data / Infrastructure

Frontend / Mobile

Systems / Quant / Hardware


Pinned Projects

C++ TCP ingestion server with a hand-written memory engine: slab/arena allocators, pools, ring buffers, epoch reclaim, and performance benchmarking.


Research trend dashboard that scrapes ML conferences, clusters papers into topics, and visualizes citation and research momentum.


Real-time C++ option pricing and volatility modeling engine using live option-chain data, Black-Scholes inversion, and volatility surface construction.


iOS navigation app for visually impaired users using ARKit, LiDAR depth sensing, and multimodal AI.


Implementation of GPT-style transformer internals from scratch, including attention, embeddings, training loops, and language modeling.


Experiments around model safety, fine-tuning, red-teaming, and LLM evaluation.

Pinned Loading

  1. MemFlow MemFlow Public

    C++20 TCP ingestion server with a hand-written memory engine (slab, arena, pools, ring buffer, epoch reclaim) that beats the std baseline by 1.65x throughput and 44% lower p99.

    C++ 2

  2. Conference-Trend-Detector Conference-Trend-Detector Public

    Conference Trend Dashboard — a Next.js + Supabase app that scrapes top ML conferences, clusters papers into topics, and visualizes citation growth using data from Semantic Scholar, OpenAlex, and Cr…

    Python 1

  3. options-pricing-engine options-pricing-engine Public

    Real-time C++ engine for option pricing and volatility modeling. Ingests live option-chain data, computes implied volatilities via Black-Scholes inversion, and builds a continuous volatility surfac…

    C++ 2

  4. pathfindr pathfindr Public

    Forked from atirupati7/pathfindr

    PathFindr is an iOS application designed to help people who are visually impaired navigate their surroundings using ARKit, LiDAR depth sensing, and a multimodal AI backend powered by Google’s Gemin…

    Swift

  5. gpt2.0_from_scratch gpt2.0_from_scratch Public

    Implementing GPT 2.0 from scratch

    Python

  6. Red-Team-Fine-tuned-Llama Red-Team-Fine-tuned-Llama Public

    Python