Skip to content
View 0xs1d's full-sized avatar

Block or report 0xs1d

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

Sidharth Gupta // 0xs1d

Cloud • AI/ML • Systems

Building software with first-principles reasoning and systems thinking.

  • Gists → engineering notes & experiments
  • Kaggle → AI/ML projects & write-ups
  • Pinned featured projects

Pinned Loading

  1. A minimal Transformer from scratch A minimal Transformer from scratch
    1
    """
    2
    A minimal Transformer (decoder-only, GPT-style), built from first principles
    3
    on top of a scalar reverse-mode autograd engine. No dependencies.
    4
    5
    Essence of the design:
  2. A minimalistic Mixture of Experts (M... A minimalistic Mixture of Experts (MoE) from scratch
    1
    """
    2
    Tiny-MoE: A minimalistic, dependency-free Mixture of Experts (MoE) implementation.
    3
    Built from first principles on top of a scalar reverse-mode autograd engine.
    4
    5
    Architecture:
  3. pct pct Public

    CLI-only prompt compiler for reusable macro expansion, redundancy pruning, and information-theoretic analysis.

    Python

  4. databricks-churnml databricks-churnml Public

    End-to-end SaaS churn prediction platform on Databricks using Medallion architecture, MLflow, and deployed via Databricks Asset Bundles

    Python