Skip to content
View Quaden2307's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Quaden2307

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
Quaden2307/README.md

About Me

caden = {
    "school":    "University of Waterloo - B.Math (2025 to 2030)",
    "focus":     ["Machine Learning", "Quant Finance", "AI Agents"],
    "currently": "AI Intern @ ProCogia  ·  ML Engineer @ Wat Street",
    "research":  "Member of Jimmy Lin's Research Group @ Waterloo",
    "loves":     ["basketball", "squid game", "cats"],
    "motto":     "ZOOWEEMAMA! - Rowley",
}

I'm Caden, a Mathematics student at the University of Waterloo who loves turning messy data into things that actually work. Right now I'm building AI calling agents at ProCogia, forecasting market volatility with graph neural nets at Wat Street, and chasing a sub-10% error on my flight-price predictor. I'm also a member of Jimmy Lin's research group at Waterloo, where I work on information retrieval.

What I'm currently working on (click to expand)
  • Jimmy Lin's Research Group @ Waterloo - information-retrieval research with the Anserini / Pyserini toolkits.
  • AI Intern @ ProCogia - built a LangGraph-orchestrated calling-agent POC (~500 ms faster, a 3x gain over Amazon Connect) plus a RAG pipeline on AWS S3.
  • ML Engineer @ Wat Street (Waterloo's Quantitative Finance team) - wiring a Graph Attention Network into an LSTM in PyTorch to forecast volatility for 500 S&P stocks.
  • Software Developer @ WARG (past) - shipped client-side mission-export tooling for the IMACS-3.0 ground control station (React + QGC .waypoints).

Featured Projects

End-to-end flight-price prediction across 200+ routes and 55+ airports. A SQLite pipeline ingests ~4k offers/day (180K+ rows) to train an XGBoost model targeting sub-10% error.

Python XGBoost Pandas SQLite

Code

A full-stack chess AI: a PyTorch evaluator (768 to 256 to 128 to 1) served via a Flask API and React/TypeScript frontend, Dockerized and deployed on Vercel with sub-second moves.

PyTorch Flask React Docker

Code Live Demo

A deep-learning study comparing models for classifying chest X-rays as normal vs. abnormal.

Python PyTorch

Code

A model that predicts World Cup match scorelines from historical match data.

Python scikit-learn Pandas

Code

A Python package for reranking search results with LLMs (pointwise, pairwise, and listwise rerankers) — one of Professor Jimmy Lin's group repositories, which I work with as part of his research group.

Python LLMs Information Retrieval

Repository

My personal portfolio — a responsive Next.js / React / TypeScript site styled with Tailwind CSS and deployed on Vercel.

Next.js React TypeScript Tailwind CSS

Code Live Demo

Tech Stack

Languages
Python JavaScript TypeScript Java C C++ HTML CSS SQL

Machine Learning & Data
PyTorch scikit-learn pandas NumPy Matplotlib XGBoost

Frameworks & Backend
Flask React Node.js LangGraph

Tools & Platforms
AWS Docker Git Linux Vercel SQLite Jupyter CI/CD (GitHub Actions)

GitHub by the Numbers

GitHub stats Top languages
GitHub contributions — total all-time and last 30 days



Contribution graph

Let's Connect

LinkedIn Email GitHub


footer

Pinned Loading

  1. flight-price-predictor flight-price-predictor Public

    Jupyter Notebook 1

  2. chess-engine chess-engine Public

    Python 1

  3. Evaluating-Deep-Learning-Models-for-Normal-vs-Abnormal-Chest-X-Ray-Classification Evaluating-Deep-Learning-Models-for-Normal-vs-Abnormal-Chest-X-Ray-Classification Public

    Python 1

  4. world-cup-score-prediction-model world-cup-score-prediction-model Public

    Python 1

  5. pyserini pyserini Public

    Forked from castorini/pyserini

    Pyserini is a Python toolkit for reproducible information retrieval research with sparse and dense representations.

    Python