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

Block or report Pranavsingh431

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

Pranav Singh

AI Systems | Probabilistic ML | Full-Stack AI Products

Student @ IIT Ropar  |  singhpranav431@gmail.com


I build AI systems at the intersection of research and production. My work spans probabilistic machine learning, LLM systems, scientific ML, and applied full-stack AI products.

Current focus areas:

  • Probabilistic memory systems for autonomous AI agents
  • Physics-informed neural networks and uncertainty quantification
  • Scalable LLM pipelines and MLOps

Open Source

nous-state   pip install nous-state

A probabilistic memory engine for long-running AI agents. Instead of storing facts, it maintains Bayesian belief distributions over entity attributes and resolves contradictions mathematically using surprise-driven updates and immutable delta logs.

  • Zero runtime dependencies (pure Python stdlib)
  • Surprise scoring via Shannon self-information: S = -log2(P(observed | model))
  • Principled forgetting via entropy decay
  • Full audit trail with time-travel queries

Built because vector databases have no principled way to handle belief revision when an agent's knowledge of a user changes over time.


Projects

Project Description Stack
NyayaSahayak AI legal assistant for Indian law LLMs, FastAPI, RAG
Physics-Informed Neural Networks Inverse modeling with passivity constraints and uncertainty quantification PyTorch, JAX
Replai AI conversation assistant FastAPI, React, Supabase
Multi-Agent Job Screening LLM agent pipeline with embedding-based candidate ranking LangChain, Embeddings
Hybrid LSTM-GARCH Option Pricing Quantitative finance model combining deep learning and volatility modeling PyTorch, statsmodels

Skills

ML / AI: PyTorch, TensorFlow, scikit-learn, LLM APIs, RAG, PINNs, Bayesian inference

Systems: Python, FastAPI, Flask, SQLite, Docker, REST APIs

Frontend: React, JavaScript

Infrastructure: AWS, GCP, Linux, Git, MLOps

Other: C, C++, MATLAB, OpenCV, MongoDB, MySQL


Pinned Loading

  1. nous-state nous-state Public

    Probabilistic agent state layer. Bayesian belief tracking, surprise-driven updates, and immutable delta logs for AI agents that need to remember correctly over time. Paper: arXiv:2606.22030

    Python

  2. Enhancing-PINN-Based-Inverse-Modeling-of-the-Nonlinear-Pendulum Enhancing-PINN-Based-Inverse-Modeling-of-the-Nonlinear-Pendulum Public

    Physics-Informed Neural Networks with passivity constraints and ensemble uncertainty quantification for nonlinear inverse modeling.

    Python 1

  3. Hybrid-LSTM-GARCH-MonteCarlo-OptionPricing-Model Hybrid-LSTM-GARCH-MonteCarlo-OptionPricing-Model Public

    FX option pricing using Black-Scholes, GARCH volatility modeling, Monte Carlo simulation, and a hybrid LSTM-GARCH forecasting framework.

    Jupyter Notebook 1

  4. agentic-go-contributor agentic-go-contributor Public

    AI-powered agent that analyzes GitHub issues in Go repositories, plans fixes with Claude Sonnet, generates patches, runs validation checks, and produces PR-ready outputs through a FastAPI + React d…

    Python