Get in Touch

Course Outline

Module 1: Essential Python for ML Workflows

• Course orientation and environment setup
Aligning objectives and configuring a reproducible Python ML workspace

• Core Python language concepts (rapid review)
Refreshing syntax, control flow, functions, and patterns prevalent in ML codebases

• Data structures for machine learning
Utilizing lists, dictionaries, sets, and tuples for features, labels, and metadata

• Comprehensions and functional utilities
Implementing transformations via comprehensions and higher-order functions

• Object-oriented Python for ML engineers
Working with classes, methods, composition, and practical design choices

• Dataclasses and lightweight modeling
Employing typed containers for configuration, examples, and results

• Decorators and context managers
Applying timing, caching, logging, and resource-safe execution patterns

• Handling files and paths
Managing datasets robustly and using serialization formats

• Exceptions and defensive programming
Writing ML scripts that fail safely and transparently

• Modules, packages, and project structure
Organizing reusable ML codebases effectively

• Typing and code quality
Incorporating type hints, documentation, and lint-friendly structures

Module 2: Numerical Python, SciPy, and Data Handling

• NumPy foundations for vectorized computing
Mastery of efficient array operations and performance-conscious coding

• Indexing, slicing, broadcasting, and shapes
Ensuring safe tensor manipulation and shape reasoning

• Linear algebra essentials with NumPy and SciPy
Executing stable matrix operations and decompositions critical for ML

• Deep dive into SciPy
Exploring statistics, optimization, curve fitting, and sparse matrices

• Pandas for tabular ML data
Cleaning, joining, aggregating, and preparing datasets

• Deep dive into scikit-learn
Mastery of the estimator interface, pipelines, and reproducible workflows

• Visualization essentials
Creating diagnostic plots for data exploration and model behavior analysis

Module 3: Programming Patterns for ML Applications

• Transitioning from notebooks to maintainable projects
Refactoring exploratory code into structured packages

• Configuration management
Managing externalized parameters and startup validation

• Logging, warnings, and observability
Implementing structured logging for debuggable ML systems

• Building reusable components with OOP and composition
Designing extensible transformers and predictors

• Practical design patterns
Applying Pipeline, Factory or Registry, Strategy, and Adapter patterns

• Data validation and schema checks
Preventing silent data issues through rigorous validation

• Performance and profiling
Identifying bottlenecks and applying optimization techniques

• Model I/O and inference interfaces
Ensuring safe persistence and clean prediction interfaces

• End-to-end mini build
Constructing a production-style ML pipeline with configuration and logging

Module 4: Statistical Learning for Tabular, Text, and Image Data

• Evaluation foundations
Establishing train/validation splits, honest cross-validation, and business-aligned metrics

• Advanced tabular ML
Using regularized GLMs, tree ensembles, and leakage-free preprocessing

• Calibration and uncertainty
Employing Platt scaling, isotonic regression, bootstrap, and conformal prediction

• Classical NLP methods
Navigating tokenization trade-offs, TF-IDF, linear models, and Naive Bayes

• Topic modeling
Understanding LDA fundamentals and practical limitations

• Classical computer vision
Utilizing HOG, PCA, and feature-based pipelines

• Error analysis
Detecting bias, label noise, and spurious correlations

• Hands-on labs
Leakage-proof tabular pipeline
Text baseline comparison and interpretation
Classical vision baseline with structured failure analysis

Module 5: Neural Networks for Tabular, Text, and Image Data

• Training loop mastery
Implementing clean PyTorch loops with AMP, clipping, and reproducibility

• Optimization and regularization
Handling initialization, normalization, optimizers, and schedulers

• Mixed precision and scaling
Strategies for gradient accumulation and checkpointing

• Tabular neural networks
Using categorical embeddings, feature crosses, and ablation studies

• Text neural networks
Implementing embeddings, CNNs, BiLSTMs/GRUs, and sequence handling

• Vision neural networks
Understanding CNN fundamentals and ResNet-style architectures

• Hands-on labs
Reusable training framework
Comparing Tabular NNs vs. boosting
CNN with augmentation and scheduling experiments

Module 6: Advanced Neural Architectures

• Transfer learning strategies
Freezing/unfreezing patterns and discriminative learning rates

• Transformer architectures for text
Exploring self-attention internals and fine-tuning approaches

• Vision backbones and dense prediction
Understanding ResNet, EfficientNet, Vision Transformers, and U-Net concepts

• Advanced tabular architectures
Examining TabTransformer, FT-Transformer, and Deep & Cross networks

• Time series considerations
Managing temporal splits and detecting covariate shift

• PEFT and efficiency techniques
Balancing LoRA, distillation, and quantization trade-offs

• Hands-on labs
Fine-tuning a pretrained text transformer
Fine-tuning a pretrained vision model
Comparing Tabular Transformer vs. GBDT

Module 7: Generative AI Systems

• Prompting fundamentals
Executing structured prompting and controlled generation

• LLM foundations
Understanding tokenization, instruction tuning, and hallucination mitigation

• Retrieval-Augmented Generation (RAG)
Implementing chunking, embeddings, hybrid search, and evaluation metrics

• Fine-tuning strategies
Applying LoRA and QLoRA with strict data quality controls

• Diffusion models
Gaining intuition for latent diffusion and practical adaptation

• Synthetic tabular data
Using CTGAN while addressing privacy considerations

• Hands-on labs
Developing a production-style RAG mini-application
Validating structured output with schema enforcement
Optional diffusion experimentation

Module 8: AI Agents and MCP

• Agent loop design
Implementing observe, plan, act, reflect, and persist cycles

• Agent architectures
Exploring ReAct, plan-and-execute, and multi-agent coordination

• Memory management
Utilizing episodic, semantic, and scratchpad approaches

• Tool integration and safety
Defining tool contracts, sandboxing, and defending against prompt injection

• Evaluation frameworks
Creating replayable traces, task suites, and regression testing protocols

• MCP and protocol-based interoperability
Designing MCP servers with secure tool exposure

• Hands-on labs
Building an agent from scratch
Exposing tools via an MCP-style server
Creating an evaluation harness with safety constraints

Requirements

Participants are expected to possess a practical understanding of Python programming.

This programme is designed for intermediate to advanced technical professionals.

 56 Hours

Number of participants


Price per participant

Testimonials (3)

Upcoming Courses

Related Categories