Artificial Intelligence
Machine learning, neural networks, LLMs, retrieval-augmented generation, model serving, and the systems engineering behind production AI.
Artificial Intelligence
Machine learning, neural networks, LLMs, retrieval-augmented generation, model serving, and the systems engineering behind production AI.
AI Fundamentals
Learn the basic architecture of AI systems — model, prompt, context, and feedback — in a way that makes the workflow understandable.
Prompting & Evaluation
Practice the prompt loop that drives reliable AI output — define the goal, write the instruction, review the answer, and refine.
Machine Learning Fundamentals
Learn the core vocabulary and workflow of machine learning — supervised vs unsupervised learning, features and labels, train/test splits, and the overfitting trap.
Neural Networks & Deep Learning
Understand how neural networks learn — neurons, weights, activation functions, the forward pass, loss, backpropagation, and gradient descent.
LLMs & the Transformer
Understand how large language models actually work — tokens, embeddings, self-attention, context windows, and autoregressive generation.
Retrieval-Augmented Generation
Learn how RAG grounds LLM answers in your own documents — chunking, embeddings, vector retrieval, ranking, and cited generation.
Model Serving & Inference
Learn how trained models become fast, reliable production endpoints — batching, quantization, GPU inference, latency budgets, and autoscaling.
ML Operations
Learn the operational discipline that keeps ML systems correct in production — experiment tracking, data pipelines, evaluation, drift, and CI/CD for models.
Vector Databases
Learn how vector databases serve millions of embeddings — ANN indexes, HNSW and IVF, cosine similarity, and hybrid search.
Production LLM Systems
Learn what it takes to run LLM features in production — evals, prompt injection defenses, caching, cost control, observability, and governance.