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

Block or report celpha2svx

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

Afeez Ademuyiwa

Data Scientist | Systems Researcher | Builder
From statistical models to processor architecture.

GitHubLinkedInEmail


About

I build systems that are theoretically grounded and practically deployable. My work spans two core domains: Applied Intelligence (data science, fraud analytics, quantitative systems) and Foundational Systems (processor design, OS, developer tooling).

Research Interests: Computer Architecture • RISC-V Extensions • Operating Systems • ML Systems • Financial Engineering • Quantitative AI


Projects

Data Science

Sentinel | Real-time Nigerian transaction fraud detection with real-time scoring. Achieved 96.7% AUC-ROC with SHAP-based explainability.
Python FastAPI XGBoost SHAP Google Cloud
Live API DocsSource Code

Systems Research

Matrix-RISCV | Custom RISC-V matrix multiplication extension for ML on constrained hardware. Achieved 50% fewer instructions optimized for edge environments. (arXiv manuscript in prep)
C RISC-V Assembly Computer Architecture
Source Code

Developer Infrastructure

Solvix | CLI for analyzing software systems before AI intervention. Evaluated on 31 real-world repos with an engineering-first approach.
Python CLI Static Analysis
Source Code


Current Focus

  • WorldQuant University — Data Science Lab
  • Preparing for MSc in Financial Engineering
  • Advancing Matrix-RISCV research and developing Solvix into production

Tech Stack

Domain Technologies
Languages Python C C++ SQL
Data & ML Pandas NumPy Scikit-learn XGBoost SHAP FastAPI
Systems RISC-V Computer Architecture Operating Systems Linux
Tools Git GitHub Google Cloud Jupyter

Open to data science roles, research collaborations, engineering projects, and technical conversations.

Pinned Loading

  1. matrix-riscv matrix-riscv Public

    Custom RISC-V core with Matrix MAC instruction

    Verilog

  2. sentinel-fraud-detection sentinel-fraud-detection Public

    Cloud-Native Fraud Detection systems(SentinelV3)

    Jupyter Notebook

  3. solvix solvix Public

    Code intelligence CLI — deterministic codebase analysis from inventory to maintainer-grade insights

    Python