How to use VibeFormer, how the three learning tracks differ, and the notation conventions used throughout.
Vector spaces through SVD. The language every model in this curriculum is written in, built from first principles with worked numeric examples.
Single- and multi-variable calculus, convexity, Lagrange multipliers and KKT — the machinery behind every training loop.
Counting through Markov chains: the complete probability syllabus, with every distribution derived and applied to worked numeric problems.
From descriptive summaries to hypothesis tests, estimation theory, experiment design and causal reasoning.
Python for data work, then the full DSA syllabus: complexity, linear structures, trees, hashing, sorting, searching and graph algorithms.
Relational modelling, algebra, SQL, normalisation and indexing, then OLAP, dimensional schemas and the preprocessing pipeline.
A principled approach to charts and exploratory analysis: what to plot, why it works perceptually, and how charts mislead.
Linear and integer programming, duality, first-order and interior-point methods, metaheuristics and Bayesian optimisation.
Strategic interaction from Nash equilibrium to mechanism design, Shapley values and the games hidden inside GANs and multi-agent systems.
Propositional through higher-order logic, proof systems, decidability, and the modal, temporal, description and non-classical families.
Search, adversarial games, planning, knowledge representation, and exact and approximate inference in Bayesian networks.
The concepts every algorithm shares: risk minimisation, generalisation, the bias–variance trade-off, validation and metrics.
Every supervised algorithm on the syllabus, each derived from its objective, traced on small numeric data, then coded from scratch.
Clustering, dimensionality reduction, association rules and anomaly detection, each traced numerically and derived where it matters.
Backpropagation derived and computed by hand, then optimisers, CNNs, RNNs, autoencoders, VAEs, GANs and diffusion models.
Bandits and MDPs through to PPO: the full progression from tabular dynamic programming to deep policy-gradient methods.
Tokenisation and n-grams through embeddings, attention and the complete transformer, with shapes traced end to end.
How modern LLMs are built, aligned, decoded, evaluated, served and turned into agents — with the mechanics, not the hype.
Spectral graph theory, PageRank and node embeddings through to GCN, GraphSAGE, GAT and graph transformers.
Full fine-tuning, LoRA and QLoRA, quantisation, distributed training and data curation — with the maths behind each.
Chunking, embeddings, vector indexes, hybrid retrieval, reranking and evaluation, through to agentic and graph RAG.
Stationarity, ACF/PACF, the ARIMA family, exponential smoothing, state-space models and deep forecasting.
Getting models into production and keeping them honest: versioning, monitoring, drift, fairness, privacy and governance.
Formula sheets, banks of fully solved problems, GATE-DA style question sets and interview preparation.