It's end of year. Arjun (Visakhapatnam) built a neural net. Priya (Pune) explored her first real dataset. Kavita (Chennai) cleaned and prepared messy data. Rohan (Hyderabad) trained a Decision Tree classifier. Divya (Coimbatore) evaluated models with precision and recall. Ananya (Bengaluru) built a linear regression predictor. Aryan (Mumbai) dove into Generative AI. Sneha (Nagpur) processed language with NLP. Rahul (Jaipur) analysed data with pandas. Aisha (Lucknow) mapped her AI career path. Dev (Pune) called his first AI API.
That's 11 students across 12 lessons, in 10 Indian cities, each building something real. Now it's your turn to look back at what YOU have built, document it, and claim your certificate.
Check off each skill you've genuinely practised:
Write your answers below. These form the basis of your AI portfolio. Copy them into a Google Doc and share the link on GitHub or with your teacher.
Your AI Portfolio β Class 9
class-9-ai-portfolio, add all your Colab notebooks, and paste your portfolio answers in the README. This is your first real tech portfolio β it exists forever and colleges/employers can see it.
First pass the Capstone Quiz below (80% or higher). The Generate button unlocks once you pass.
| Lesson | Key Insight |
|---|---|
| L01 Neural Networks | A neural network learns by adjusting weights β tiny numbers that the model updates thousands of times until it gets things right. |
| L02 Datasets | Garbage in, garbage out. The quality of your data determines the ceiling of your model's performance. |
| L03 Data Cleaning | 80% of real AI work is cleaning data. The "boring" step is actually the most important one. |
| L04 Classifiers | A Decision Tree makes decisions the way humans do β splitting on one question at a time until it reaches an answer. |
| L05 Evaluation | Accuracy alone lies. A model that predicts "no disease" for everyone looks 99% accurate if only 1% of people are sick. |
| L06 Regression | Not every AI problem is a yes/no question. When you need to predict a number, regression is your tool. |
| L07 Generative AI | Generative AI doesn't "understand" β it predicts what token comes next, trained on vast human knowledge. That's both powerful and limited. |
| L08 NLP | Language is the hardest thing to teach a machine β because words change meaning based on context, culture, and tone. |
| L09 Pandas & Charts | A chart you made from real data tells a story no text paragraph can. Visualisation is how data becomes insight. |
| L10 AI Careers | The most valuable people in the AI economy combine domain expertise (medicine, law, farming) with AI tool fluency β not just one or the other. |
| L11 APIs | You don't need to train AI to use AI. An API call lets you access the world's most powerful models in 5 lines of code. |
| L12 Capstone | Building something real β even something small β teaches more than reading a hundred tutorials. Start building today. |