What You Will Be Able to Do
Class 9 Learning Outcomes
By the end of Class 9, you will move from understanding AI to actually building with it.
Understand neural networks internally
Explain layers, weights, and how backpropagation trains a model — not just "it learns from data"
Work with real datasets
Load, inspect, and clean CSV data using Python and pandas in Google Colab
Build and evaluate ML models
Train a classifier with scikit-learn, measure its accuracy, precision, recall, and F1 score
Understand how AI generates
Explain diffusion models, transformers, and the maths behind generative AI outputs
Call a live AI API
Write Python code that sends a prompt to ChatGPT or Gemini and processes the response
Build a portfolio project
Complete a full AI project — from problem definition to working code — and document it
Full Curriculum
12 Lessons — Building with AI
Each lesson builds on the previous. Start at Lesson 1 and work through in order.
Lesson 1
Layers, weights, activation functions — the internal view of how a neural network actually learns
● Live · Free
Lesson 2
What datasets look like, rows/columns/labels, loading and inspecting in Colab
● Live · Free
Lesson 3
Missing values, duplicates, data types, normalisation — before any model can train
● Live · Free
Lesson 4
scikit-learn, train/test split, decision tree classifier, first real prediction
● Live · Free
Lesson 5
Accuracy, precision, recall, F1, confusion matrix — what numbers actually tell you
● Live · Free
Lesson 6
Classification vs regression, linear regression intuition, predicting scores and prices
● Live · Free
Lesson 7
Diffusion models, transformers, attention mechanism — the maths behind creative AI
● Live · Free
Lesson 8
Tokenisation, text vectors, sentiment analysis, simple text classification
● Live · Free
Lesson 9
pandas DataFrames, filtering, groupby, matplotlib bar and pie charts
● Live · Free
Lesson 10
Which jobs will change, which skills will grow, how to prepare for an AI-integrated career
● Live · Free
Lesson 11
Call ChatGPT or Gemini from Python, process the response, build a real AI-powered tool
● Live · Free
Lesson 12
Capstone: showcase your builds, complete skills checklist, print certificate, Class 10 preview
● Live · Free
📋 What You Need to Start
Recommended: Complete Class 8 AI Daily Life Academy (or have equivalent knowledge of how AI works, data, machine learning concepts, ethics, and Python basics including variables, lists, if/else, and for loops).
Class 9 builds directly on Class 8. Lessons start with Google Colab (browser-based Python) and gradually introduce pandas, scikit-learn, and API calls — all free, all browser-based, no installation needed.
You will use these free tools:
- Google Colab — browser-based Python environment (Google account required)
- pandas, scikit-learn, matplotlib — pre-installed in Colab, no setup needed
- OpenAI or Gemini API — free tier sufficient for Lesson 11 (API key required)
Ready to start building?
Lesson 1 is live now. Open it in a browser alongside Google Colab and start coding.
Start Lesson 1 →