AI Telecom Background
Starts 16th May 2026 • Sat & Sun • 11:45 AM – 1:15 PM IST

Hands-On AI/ML, GenAI & Agentic AI in 5G Networks

AI for RAN • Core • SON • Network Optimization • GenAI • Agentic AI
Built for working telecom professionals

10

Weeks

20

Sessions

32+

Hours

Secure Your Seat
⚠ Only 20 Seats Available
Program Fit

Is This Program Right For You?

Built for telecom engineers who want practical AI/ML skills — not generic data-science theory.

For You If

Who This Program Is For

  • 4G/5G Core & RAN engineers
  • Telecom professionals moving into AI-driven networks
  • Network optimization & performance engineers
  • Telecom data analytics professionals
  • Engineers on Open RAN, Private 5G, MEC
  • Anyone wanting to add GenAI & Agentic AI to their 5G skillset

Why It's Different

What Makes This Different

  • Telecom-first AI — not generic ML courses
  • Real 5G network scenarios & datasets
  • Covers RAN, Core & SON automation
  • Full GenAI track: LLMs, Prompt Eng., RAG, Fine-tuning
  • Agentic AI: agents that autonomously manage 5G networks
  • Focus on deployable AI models
  • Industry-ready network AI workflows
Outcomes

What You'll Be Able To Do

Practical, deployable skills you'll walk away with — not just theory.

  • Analyze telecom datasets

    Use Python & AI/ML tools to make sense of telecom data.

  • Predict congestion, faults & churn

    Forecast network issues before they hit your KPIs.

  • Anomaly detection in live 5G networks

    Spot abnormal patterns in real-time signal data.

  • Traffic forecasting with deep learning

    LSTM/RNN time-series models on cellular traffic.

  • Deploy AI models via REST APIs

    Ship FastAPI/Streamlit endpoints to production.

  • AI-driven SON & network automation

    Self-Optimizing Networks & end-to-end automation.

  • Apply GenAI & LLMs to NOC ops

    Alarm management & operations powered by LLMs.

  • Build agentic AI for fault diagnosis

    Agents that autonomously investigate network faults.

Weekend-friendly · Direct relevance to telecom job roles · Aligned with autonomous network trends

Roadmap

Your 10-Week Hands-On Journey

A progressive curriculum — each week builds on the last.

  1. W01

    Week 1

    Telecom & 5G Foundations

    5G architecture, KPIs, Python & math for ML.

  2. W02

    Week 2

    ML Fundamentals

    Supervised, unsupervised, evaluation metrics.

  3. W03

    Week 3

    Deep Learning & Transformers

    ANN, LSTM, attention & transformer architecture.

  4. W04

    Week 4

    Anomaly Detection & Optimization

    Autoencoders, RL, Q-learning for SON.

  5. W05

    Week 5

    NLP & LLMs

    Text preprocessing, NER, scaling laws, LLM APIs.

  6. W06

    Week 6

    Prompt Engineering & RAG

    CoT, structured output, embeddings, ChromaDB.

  7. W07

    Week 7

    GenAI in Telco Ops

    Alarm reduction, RCA, fine-tuning with QLoRA.

  8. W08

    Week 8

    Agentic AI Foundations

    ReAct, tool calling, memory, fault diagnosis agents.

  9. W09

    Week 9

    Multi-Agent Systems & Deployment

    Supervisor-worker agents, FastAPI & Ollama.

  10. W10

    Week 10

    Capstone Project

    Build & deploy an end-to-end telecom AI system.

Capstone — Week 10

End-to-End AI + GenAI + Agentic AI on a Real 5G Network Problem

Final live demo + 2-page technical summary in Week 10 — graded on technical depth, telecom relevance & presentation.

Curriculum Detail

Inside Each Week

Two sessions per week — each with concepts and a hands-on lab.

W01

Week 1

Telecom & AI Foundations

Session 1 — Intro to Telecom & 5G Networks

Concepts

  • 2G→5G evolution & architecture overview
  • RAN: gNB, CU, DU, RU | Core NFs: AMF, SMF, UPF
  • Network slicing concepts
  • KPIs: RSRP, SINR, throughput, latency
  • Where AI fits: SON, NOC, fraud detection

Hands-On Lab

  • Explore 5G KPI CSV in Google Colab
  • Plot RSRP and SINR distributions
  • Identify poor cells using KPI thresholds
  • Annotate an alarm log extract

Session 2 — Python & Math Foundations for ML

Concepts

  • Python: data types, loops, functions
  • NumPy arrays & Pandas DataFrames
  • Vectors, matrices, mean, std, variance
  • Correlation — e.g. SINR vs throughput

Hands-On Lab

  • Load KPI CSV; filter and group by cell
  • Compute per-cell average SINR & throughput
  • Plot SINR vs downlink throughput scatter
  • Flag cells below KPI threshold
W02

Week 2

ML Fundamentals

Session 3 — Supervised Learning

Concepts

  • Supervised vs unsupervised learning
  • Train / validation / test split
  • Decision Trees & Random Forests
  • Feature importance for network KPIs
  • Use cases: congestion & outage prediction

Hands-On Lab

  • Build classifier: 'Will this cell congest?'
  • Feature engineering: rolling averages
  • Train & visualise a Decision Tree
  • Compare with Random Forest; check importance

Session 4 — Unsupervised Learning & Evaluation

Concepts

  • K-Means clustering & elbow method
  • PCA for dimensionality reduction
  • Confusion matrix, precision, recall, F1
  • ROC curve, AUC & cross-validation

Hands-On Lab

  • K-Means on multi-cell KPI dataset
  • PCA to visualise clusters in 2D
  • Label clusters: 'overloaded', 'idle', 'edge'
  • Evaluate S3 classifier with ROC-AUC
W03

Week 3

Deep Learning for Telecom

Session 5 — Neural Networks: ANN & LSTM

Concepts

  • Perceptron → multi-layer ANN
  • Loss functions & gradient descent
  • RNN → LSTM gates: forget, input, output
  • Time-series windowing for network KPIs

Hands-On Lab

  • Build 2-layer ANN for congestion classification
  • Create sliding-window sequences from KPI data
  • Train LSTM for 15-min-ahead throughput prediction
  • Plot predicted vs actual; compute RMSE

Session 6 — Attention & Transformer Architecture

Concepts

  • Attention mechanism: Query, Key, Value
  • Multi-head attention & positional encoding
  • Transformer encoder (BERT) vs decoder (GPT)
  • Pre-training vs fine-tuning; tokenisation

Hands-On Lab

  • Visualise attention weights on telecom log
  • Use BERT tokeniser on alarm text corpus
  • Run GPT-2 inference on alarm prompt
  • Map Transformer components to their roles
W04

Week 4

Anomaly Detection & Network Optimization

Session 7 — Autoencoders: Anomaly & Fraud Detection

Concepts

  • Autoencoder: encoder, bottleneck, decoder
  • Reconstruction error as anomaly score
  • Threshold selection: percentile-based
  • Network anomalies: spikes, faults, fraud

Hands-On Lab

  • Train autoencoder on 6 weeks of normal KPI data
  • Test on week with 3 injected anomalies
  • Plot reconstruction error; find anomaly peaks
  • Set threshold; compute precision and recall

Session 8 — AI for Network Optimization & RL

Concepts

  • ML approaches to network optimization
  • SON: Self-Organizing Networks overview
  • RL: state, action, reward, Q-value
  • Q-learning algorithm & epsilon-greedy

Hands-On Lab

  • Train regression model for optimal CIO values
  • Simulate 3-cell RL environment (power control)
  • Run Q-learning for 500 episodes
  • Plot reward curve; compare epsilon values
W05

Week 5

NLP & Large Language Models

Session 9 — NLP for Telecom Log Analysis

Concepts

  • Text preprocessing: stop words, stemming
  • Bag of Words vs TF-IDF
  • Named Entity Recognition (NER)
  • Text classification for fault categories

Hands-On Lab

  • Parse 500 syslog entries using regex
  • TF-IDF vectorise alarms; train classifier
  • Evaluate precision/recall per alarm category
  • NER: extract cell IDs & error codes from logs

Session 10 — Large Language Models

Concepts

  • Scaling laws: why model size matters
  • Pre-training & instruction tuning (RLHF)
  • Emergent capabilities: reasoning, few-shot
  • Context window, temperature, top-p, top-k

Hands-On Lab

  • First API call: summarise an alarm report
  • Experiment with temperature settings
  • Zero-shot vs few-shot alarm classification
  • Measure latency and token cost trade-offs
W06

Week 6

Prompt Engineering & RAG

Session 11 — Prompt Engineering

Concepts

  • System, user, assistant prompt anatomy
  • Zero-shot, one-shot, few-shot prompting
  • Chain-of-thought (CoT) reasoning
  • Structured output: JSON mode, XML tags

Hands-On Lab

  • Write 3 versions of a fault diagnosis prompt
  • Add CoT: 'Think step by step'
  • Force JSON: extract alarm fields as structured data
  • Prompt chain: extract → classify → recommend

Session 12 — RAG for Telecom

Concepts

  • Why LLMs hallucinate on domain facts
  • RAG: embed, index, retrieve, augment, generate
  • Embedding models & vector databases (ChromaDB)
  • Evaluation: context recall & answer faithfulness

Hands-On Lab

  • Embed a 50-page 5G vendor runbook
  • Store embeddings in ChromaDB
  • Query: 'How to resolve UPF heartbeat failure?'
  • Compare RAG vs bare LLM on same question
W07

Week 7

GenAI in Telco Operations

Session 13 — GenAI in NOC Automation

Concepts

  • Alarm flood reduction with GenAI
  • Automated RCA report generation
  • Shift-handover summary generation
  • Config generation from natural language

Hands-On Lab

  • Feed 30-alarm storm to LLM; extract root cause
  • Generate shift-handover report from 8hr alarms
  • Ask LLM to suggest CLI config for congested cell
  • Build Streamlit UI for alarm summarisation

Session 14 — Fine-tuning LLMs for Telecom

Concepts

  • When to fine-tune vs prompt engineer vs RAG
  • Supervised Fine-Tuning (SFT): instruction datasets
  • LoRA & QLoRA parameter-efficient fine-tuning
  • Evaluating: ROUGE, BERTScore, human

Hands-On Lab

  • Format 100 alarm-to-RCA pairs as instruction data
  • Run QLoRA fine-tuning on Mistral-7B
  • Compare base model vs fine-tuned on alarms
  • Calculate ROUGE score improvement
W08

Week 8

Agentic AI Foundations

Session 15 — Intro to Agentic AI

Concepts

  • AI agent vs chatbot: what makes it agentic
  • ReAct pattern: Thought → Action → Observation
  • Tool calling / function calling in LLM APIs
  • Memory types: in-context, vector, episodic

Hands-On Lab

  • Define 3 tools: query_kpi_db, get_alarm_list, search_runbook
  • Wire tools to LLM via function calling
  • Run agent: 'Why is cell 42 showing high packet loss?'
  • Observe ReAct trace; add memory store

Session 16 — Building Telecom AI Agents

Concepts

  • Multi-tool agent for fault diagnosis
  • Tool design: read-only vs action tools
  • Guardrails & safety constraints for agents
  • Human escalation triggers & auditability

Hands-On Lab

  • Build fault diagnosis agent with 5 tools
  • Test on 5 scenarios: UPF failure, interference, congestion…
  • Guardrail: no config change without human approval
  • Generate structured incident report per diagnosis
W09

Week 9

Multi-Agent Systems & Deployment

Session 17 — Multi-Agent Systems

Concepts

  • Why one agent is not enough
  • Supervisor-worker pattern
  • Shared state & message passing between agents
  • Conflict resolution between agents

Hands-On Lab

  • Build 3 specialist agents: Coverage, Capacity, Interference
  • Wire to Supervisor Agent for mediation
  • Simulate scenario where agents conflict
  • Evaluate: multi-agent vs single general agent

Session 18 — Deploying AI & Agentic Pipelines

Concepts

  • ML model serving: Flask, FastAPI
  • Edge AI in telecom: on-device RAN analytics
  • LLM deployment: API, self-hosted Ollama/vLLM
  • Monitoring: model drift, agent errors, hallucinations

Hands-On Lab

  • Serve congestion classifier as FastAPI endpoint
  • Pipeline: KPI stream → API call → alert
  • Deploy local LLM with Ollama; call from agent
  • Monitoring dashboard in Streamlit
Week 10 · Capstone

Build & Deploy a Real Telecom AI System

Combine ML, GenAI, and Agentic AI on a real 5G operations problem.

Project Objectives

  • Select a real 5G ops problem (congestion / fault / NOC automation)
  • Apply ML/DL, GenAI (LLM/RAG/fine-tuning), and Agentic AI
  • Build, train & evaluate the end-to-end system
  • Deploy via FastAPI or Streamlit with monitoring

Sample Project Ideas

  • Autonomous NOC Agent monitors KPI streams, detects anomalies, queries RAG runbooks, generates incident tickets
  • 5G Configuration Assistant fine-tuned LLM + RAG that generates validated CLI config from natural language
  • Predictive SON Agent LSTM forecasts congestion; hands off to Optimisation Agent for parameter changes
  • Alarm Intelligence Platform LLM alarm correlation, noise reduction & auto shift-handover report generator
  • RAG Troubleshooting Bot domain chatbot over vendor docs & runbooks with Streamlit UI + eval dashboard

Deliverables

  • Working code repo (GitHub or shared Colab)
  • 10-min live demo on real/synthetic telecom data
  • 5-minute Q&A
  • 2-page technical summary: problem, architecture, results

Evaluation

  • Technical Depth40%
  • Telecom Relevance35%
  • Presentation Quality25%
Tech Stack

Tools & Software You'll Master

Industry-standard tooling across the full AI + GenAI + Agentic stack.

  • Programming

    • Python 3.x
    • Jupyter Notebook / Google Colab
    • Kaggle Kernels
  • ML & DL Libraries

    • Scikit-learn
    • TensorFlow / PyTorch
    • Keras
  • Telecom Analytics

    • Pandas & NumPy
    • Telecom KPI datasets
    • Matplotlib / Seaborn
  • Deployment Tools

    • Flask / FastAPI
    • Streamlit
    • Docker (basics)
  • GenAI & LLMs

    • OpenAI / Anthropic API
    • HuggingFace Transformers
    • LangChain / LlamaIndex
    • Ollama (local LLMs)
  • Agentic AI

    • LangChain Agents
    • AutoGen / CrewAI
    • FAISS / ChromaDB (RAG)
Faculty

Learn From an Industry Expert

Two decades of telecom engineering distilled into a hands-on AI/ML curriculum.

Lead Instructor portrait

500+

Engineers Trained

AI/ML

Telecom Expert

  • Deep expertise in 4G, 5G, Core & RAN
  • Hands-on AI/ML for Telecom expert
  • Operator-grade, production-ready focus
  • Industry certifications & credentials
My mission is to bridge the gap between traditional telecom skills and modern AI-driven networks. You'll learn from real-world experience, not just theory.
Lead Instructor
Pricing

Investment in Your Future

One transparent fee. No hidden costs. Pay once or split into easy installments.

Only 20 Seats

Cohort 2026 • 8-Week Hands-On Program

AI/ML in 5G Networks Masterclass

45,000/ complete program

or pay in 4 easy installments of ₹10,500

  • 16 Live Instructor-Led Sessions
  • Final AI Capstone Project
  • Real Telecom Datasets
  • Recordings for 1 Year Access
Secure Your Seat

Questions before enrolling? Talk to an advisor

  • 100% Money-Back

    Satisfaction guarantee

  • Cohort Mentoring

    Live small-batch sessions

  • Lifetime Access

    Community + recordings