Skip to content
View AI-Ahmed's full-sized avatar
๐Ÿ“ˆ
AI Quant Researcher
๐Ÿ“ˆ
AI Quant Researcher

Block or report AI-Ahmed

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

Typing SVG

Visits LinkedIn Kaggle Stack Overflow Discord


# โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
# โ”‚           ahmed@research ~ $ python profile.py               โ”‚
# โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

class AIQuantResearcher:
    def __init__(self):
        self.name     = "Ahmed"
        self.role     = "AI & Quantitative Researcher"
        self.location = "Egypt ๐Ÿ‡ช๐Ÿ‡ฌ"

    @property
    def research_stack(self) -> dict:
        return {
            "deep_rl"          : ["Policy Gradient Methods", "Actor-Critic Architectures",
                                  "Continuous Action Spaces", "e.g. DDPG, TD3, SAC"],
            "finance"          : ["Algorithmic Trading", "Market Microstructure",
                                  "LOB Dynamics", "Quantitative Strategy Design"],
            "probabilistic_ml" : ["Conformal Prediction", "Uncertainty Quantification",
                                  "Distribution-Free Inference"],
            "islamic_finance"   : ["Shariah-Compliant AI Strategies",
                                  "Riba-Free Portfolio Construction",
                                  "ML-Driven Equity Screening"],
            "llm_agentic"      : ["LangGraph", "LangChain", "PageIndex",
                                  "Agentic Pipelines", "RAG Systems"],
            "cloud_mlops"      : ["Google Cloud Platform (GCP)", "Cloud-native ML Workflows"],
            "competition"      : ["IMC Prosperity 4 โ€” Active"],
            "game_theory"      : ["Ordinal Games", "Strategic Equilibria"],
        }

    def current_focus(self) -> str:
        return (
            "Quantification of Continuous Action Uncertainty in Reinforcement Learning "
            "and its Application to Islamic Finance Equity"
        )

ahmed = AIQuantResearcher()
print(f"๐Ÿ‘‹ Welcome to {ahmed.name}'s profile")
print(f"๐Ÿ”ฌ Current Focus: {ahmed.current_focus()}")

๐Ÿง  Research Interests

๐Ÿ“ˆ Deep RL for Finance

  • Policy gradient methods in continuous action spaces (e.g. actor-critic, deterministic & stochastic variants)
  • Reward engineering for limit order book environments: liquidity gates, baseline formulations, mark-to-market terms
  • Offline and online RL pipelines for algorithmic trading
  • Implementation in JAX/Flax NNX with WandB experiment tracking

๐Ÿ”ฎ Probabilistic ML & Conformal Prediction

  • Distribution-free uncertainty quantification via conformal prediction sets
  • Coverage guarantees and calibration in non-exchangeable, financial time series settings
  • Uncertainty-aware decision-making under model misspecification

โ˜ช๏ธ Islamic Finance & Ethical AI

  • Current Focus: Quantification of continuous action uncertainty in RL and its application to Islamic Finance equity
  • Shariah-compliant strategy design: riba-free constraints, halal instrument selection
  • ML-driven equity screening and portfolio construction for Islamic capital markets

๐Ÿค– LLM Agentic Systems

  • Multi-agent orchestration with LangGraph and LangChain
  • Retrieval-Augmented Generation (RAG) and PageIndex-based knowledge pipelines
  • Cloud-native deployment of agentic workflows on GCP

๐Ÿ“Š Quant Finance & Market Microstructure

  • Reservation pricing, spread decomposition, and adverse selection modelling
  • ML techniques for alpha generation, factor research, and systematic strategy design

๐Ÿ› ๏ธ Tech Stack

๐Ÿ Languages


๐Ÿค– ML / RL Frameworks


๐Ÿงฉ LLM & Agentic Frameworks


โ˜๏ธ Cloud & MLOps


๐Ÿ”ฌ Scientific Computing


๐Ÿ—๏ธ Infrastructure & Tools


๐Ÿ“Š GitHub Stats



GitHub Streak

Ahmed's Activity Graph

GitHub Trophies

Contribution Snake
3D Contribution Graph

๐Ÿ† Certifications

Dell EMC DS Associate IBM DS Professional GCP ML Professional


Quantitative Finance ยท Deep RL ยท Islamic Finance Equity ยท Conformal Prediction ยท LLM Agentic Systems

Pinned Loading

  1. gen_fex gen_fex Public

    Probabilistic PCA and PKPCA for Stochastic Feature Extraction and Missing Data Reconstruction

    Python

  2. lumibot lumibot Public

    Forked from Lumiwealth/lumibot

    Backtesting and Trading Bots Made Easy for Stocks and more

    Python 1

  3. Practical_RL Practical_RL Public

    Forked from yandexdataschool/Practical_RL

    A course in reinforcement learning in the wild

    Jupyter Notebook 1

  4. fin_cv fin_cv Public

    Forked from sam31415/timeseriescv

    Scikit-learn style cross-validation classes for financial machine learning algorithms

    Python