Certified Enterprise Transformation Analyst
CETA Main is designed for advanced AI, LLM, transformer architecture, RAG, agentic systems, multimodal AI, fine-tuning, and production-grade GenAI operations.
Large Language Models
Foundation models trained on large-scale corpora for contextual intelligence, generation, and reasoning.
- GPT-1 to GPT-4
- BERT
- RoBERTa
- ALBERT
- DistilBERT
- T5
- XLNet
Transformer Architecture
Deep dive into self-attention based sequence modeling and the internal mechanics of transformers.
- Q-K-V
- Positional Encoding
- Residuals
- Layer Norm
Transformer Optimization
Reduce cost, extend context, improve efficiency, and understand the constraints of attention scaling.
- Sparse Attention
- FlashAttention
- Longformer
- BigBird
- Reformer
Mixture of Experts
Use sparse activation and expert routing to scale model capacity without proportionally increasing compute.
- Switch Transformer
- GLaM
- Mixtral
- DeepSeek-V3
State Space Models
Explore linear-time sequence modeling as an alternative path for long-context and low-memory AI systems.
- SSM
- Mamba
Retrieval-Augmented Generation
Ground LLM outputs using external knowledge, search layers, vector stores, and retrieval pipelines.
- Basic RAG
- Hybrid RAG
- Multi-Hop RAG
- FAISS
- Pinecone
- Weaviate
Agentic RAG
Extend retrieval systems with reasoning, action, verification, and multi-step execution loops.
- Self-Reflection
- Multi-Step Planning
- Tool Use
Agentic AI Patterns
Study the control patterns that shape model behaviour, generation, and structured AI responses.
- BPE
- WordPiece
- Unigram
- Greedy
- Beam
- Top-K
- Top-P
- Temperature
Autonomous Agents
Understand systems that execute multi-step goals under controlled autonomy and operational monitoring.
- L1 Assistive
- L2 Bounded
- L3 Limited Autonomy
- Approvals
- Audit Trails
Multi-Modal AI
Learn joint reasoning across text, image, audio, and video through unified model architectures.
- CLIP
- DALL·E
- GPT-V
- Whisper
- Wav2Vec 2.0
- VideoGPT
Vision Transformers
Understand how transformer principles extend beyond language into image understanding and prediction.
- ViT
- Hybrid CNN-ViT
Instruction Tuning & RLHF
Align model behaviour with human intent using supervised tuning, reward models, and policy updates.
- Supervised Fine-Tuning
- RLHF
- FLAN-T5
- InstructGPT
Parameter-Efficient Fine-Tuning
Adapt large models for specific tasks without retraining every parameter from scratch.
- LoRA
- Prefix-Tuning
- Adapters
- BitFit
Tokenization & Decoding
Control how language models process text, split tokens, assign probabilities, and generate output.
- BPE
- WordPiece
- Unigram
- Greedy
- Beam
- Top-K
- Top-P
- Temperature
GenAI Ops
Design production-grade AI workflows using agent patterns, execution controls, and operational loops.
- Plan-Act-Reflect
- Supervisor-Worker
- Reflexion Loop
- Task Graphs
Move from AI literacy to enterprise AI transformation.
This level prepares learners to analyse, design, and govern advanced AI systems, from LLM architectures to agentic execution and production GenAI workflows.