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

Highlights

  • Pro

Block or report atharvajoshi01

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

Hi, I'm Atharva Joshi

ML Engineer | Quantitative Finance | AI Governance

LinkedIn Email Profile views

About Me

ML Engineer building production systems at the intersection of machine learning, quantitative finance, and AI governance. I contribute to open-source projects at Google, Microsoft, NVIDIA, and MONAI, and build tools that make ML in regulated industries less painful.

class AtharvaJoshi:
    def __init__(self):
        self.location = "New York, USA"
        self.current_focus = ["AI Governance", "Quantitative Finance", "Agent Evaluation"]
        self.interests = ["Regulated ML", "Market Microstructure", "LLM Safety"]
        self.languages = ["Python", "C++", "SQL", "TypeScript"]

    def say_hi(self):
        print("Let's build something amazing together!")

me = AtharvaJoshi()
me.say_hi()

Open Source Contributions

Organization Contribution
Microsoft EU AI Act risk classifier for agent-governance-toolkit (merged)
Google Security fix in tf-quant-finance (PR open)
MONAI (NVIDIA) Gaussian kernel fix in medical imaging loss functions (PR open)
FinRL Threading bug fix in paper trading engine (merged, 14.6k stars)
Goldman Sachs Pandas 2.x compatibility for gs-quant (PR open)
sktime NaiveForecaster bug fix (PR open, 9.7k stars)

Featured Projects

CI

Train a model, get a compliance report. Built for teams shipping ML in regulated industries.

  • Wraps any scikit-learn estimator with automatic governance
  • SHAP explanations, fairness audits (demographic parity, disparate impact)
  • EU AI Act compliance checks (Articles 5, 10, 12, 13, 14, 15)
  • Data drift detection (Kolmogorov-Smirnov, PSI)
  • Auto-generated model cards and tamper-proof audit logs

Tech: Python · scikit-learn · SHAP · Pydantic


CI

Measure accuracy, cost, latency, and safety across any AI agent architecture.

  • Works with any agent: LangChain, CrewAI, AutoGen, or plain functions
  • Safety checks: PII leak detection, prompt injection, custom patterns
  • Async runner with configurable concurrency
  • Side-by-side agent comparison with winner selection

Tech: Python · Pydantic · tiktoken · asyncio


Sub-microsecond order book operations with ML-powered trade flow prediction.

Tech: C++20 · Python · XGBoost · Lock-free Programming


Deep Galerkin Method for solving Black-Scholes and exotic option PDEs.

Tech: PyTorch · Neural Networks · Quantitative Finance


Predicts cash crises 90 days before they hit. Full-stack with CI/CD.

Tech: Python · FastAPI · React · Docker · GitHub Actions


Multi-agent simulation for predicting outcomes through collective behavior.

Tech: Python · Multi-Agent Systems · Simulation

Tech Stack

Languages

Python C++ TypeScript SQL

ML & Data Science

PyTorch scikit-learn SHAP Pandas NumPy

Infrastructure & Tools

Docker FastAPI GitHub Actions Git Linux

GitHub Statistics

GitHub Stats
GitHub Streak

Let's Connect

Email: atharvaj2112@gmail.com

LinkedIn: linkedin.com/in/atharvajoshi01

Location: New York, USA

Pinned Loading

  1. SwarmSage SwarmSage Public

    SwarmSage - A universal swarm intelligence engine for predicting outcomes through multi-agent simulation

    Python 1

  2. deep-galerkin-pricing deep-galerkin-pricing Public

    Production-grade neural PDE solver for quantitative finance using Deep Galerkin Method

    Python

  3. mms-fault-classification mms-fault-classification Public

    Vibration fault classification dashboard

    Python 1

  4. PredictWallet PredictWallet Public

    AI Financial Early Warning System — Predicts cash crises 90 days before they hit. Free, private, open source.

    Python

  5. agenteval agenteval Public

    Lightweight evaluation framework for AI agents — measure accuracy, cost, latency, and safety across any agent architecture

    Python

  6. finreg-ml finreg-ml Public

    Regulation-aware ML pipeline for finance — explainability, fairness audits, and EU AI Act compliance built into model training

    Python