- Published on
- Ongoing
Mohit Appari
Welcome to my corner of the internet, where I dig deep into neural networks, the math and architecture behind them, quantitative methods, LLMs and AI agents, MCP servers, forecasting, and building production grade infrastructure.
I currently work as a Data Scientist with over 4 years of experience building large scale infrastructure and doing research at the core of finance and data, and I hold a Master's in Data Science from Florida State University.
My work spans training deep neural networks (CNNs, equivariant networks, transformers) and classical ML algorithms (regression, XGBoost, LightGBM) alongside time series and econometric modeling — ARIMA, GARCH, moving averages, and decomposition — to forecast spending, risk, and market behavior. I also build LLM-powered applications and RAG pipelines, and I care a lot about turning research code into production systems that actually hold up.
This site is a collection of my thoughts, projects, resources, and everything I'm currently working on, the things I build and can't stop chasing.
Latest
- A running collection of the books, courses, hands-on practice, and tools I actually use for quantitative finance, deep learning, and working with large datasets. I keep adding to this as I find things worth sharing.
- Published on
Notes on Andrej Karpathy's micrograd — a ~150-line autograd engine that builds backpropagation, gradient descent, and a full neural net (Value, Neuron, Layer, MLP) from first principles. Still the best free, intuitive explanation of how neural nets actually learn.- Published on
A deep dive into building a regime-aware trading system that uses Hidden Markov Models to classify market conditions and dynamically allocate across a strategy pool — from feature engineering to live paper trading.