Skip to content
View wisdomgu's full-sized avatar
😭
"It works on my machine"
😭
"It works on my machine"

Block or report wisdomgu

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

wavestop

Hi, I'm Satish

var satish = {
    about: "A full-stack developer specializing in web development with a newfound focus on quant.",
    pronouns: "He/Him",
    code: ["GSAP", "Python", "TypeScript", "HTML/CSS", "JavaScript"],
    askMeAbout: ["Web Development", "Backend Systems", "UI/UX", "Internationalization", "Quant"],
    technologies: {
        frontEnd: {
            js: ["React", "Next.js"],
            css: ["Sass", "Tailwind", "Bootstrap"],
            uiLibraries: ["Material UI", "Ant Design", "Chakra UI", "Aceternity UI"],
        },
        backEnd: {
            js: ["Node", "Express", "NestJS"],
            python: ["Django", "Flask"],
        },
        mobileApp: {
            crossPlatform: ["Flutter"],
        },
        databases: ["PostgreSQL", "MongoDB", "SQLite"],
    },
    funFacts: {
        currentFocus: "Open Source",
        writing_systems_learned: 9,
        lore_behind_username: "Reference to Reverend Insanity",
        pfp_made_by: "Me"
    },
};
const featured_projects = [
    {
        name: "Regim",
        desc: "A quantitative finance market microstructure & optimal execution research system."
    },
    {
        name: "Regime-Aware Reinforcement Learning for Optimal Trade Execution",
        desc: "Study of regime-conditioned RL for optimal trade execution in simulated limit order book markets"
    },
    {
        name: "HMM Uncertainty Signals in Optimal Trade Execution",
        desc: "Cross-asset study of HMM regime uncertainty signals as predictors of execution quality."
    },
    {
        name: "Regime Survival Forecasting for Adaptive Execution: Beyond Fixed Aggregation Windows",
        desc: "Tests if predicted regime duration can replace fixed aggregation windows in HMM execution"
    },
    {
        name: "PlanWise – AI-Powered Plan Generator",
        desc: "Generate, visualize, and track AI-generated personalized plans with React, GSAP & OpenRouter API"
    },
    {
        name: "Dexterity: EventEye",
        desc: "Full-stack event management app with Flask & PostgreSQL"
    }
];

An image of @gitsatishgarg's Holopin badges, which is a link to view their full Holopin profile

Pinned Loading

  1. regime-rl-exec regime-rl-exec Public

    Simulation study of regime-conditioned reinforcement learning for optimal trade execution in simulated limit order book markets

    Python 1

  2. regim regim Public

    Market Microstructure & Optimal Execution Research System

    TypeScript 1

  3. hmm-uncertainty-signals hmm-uncertainty-signals Public

    This study asks whether HMM-derived confidence scores can predict when regime-aware execution outperforms TWAP, and at what temporal resolution that prediction holds.

    Python 1

  4. survival-forecasting survival-forecasting Public

    This study asks whether survival models can replace the fixed aggregation window in HMM-based regime-aware execution with a per-instance prediction of remaining bearish regime duration. The answer …

    Python

  5. planwise planwise Public

    Generate, visualize, and track AI-generated personalized plans with React, GSAP & OpenRouter API

    JavaScript

  6. Dexterity Dexterity Public

    Full-stack event management app with Flask & PostgreSQL

    HTML