Skip to content
AI Skills India

Master CBSE AI - Free Tutorials & Projects

  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Subscribe

Class 11 AI

K-Means clustering result showing three clusters with centroids — CBSE Class 11 AI unsupervised learning diagram
Posted inClass 11 AI Machine Learning

K-Means Clustering Algorithm Explained — CBSE Class 11 AI (Unit 6)

K-Means is the algorithm that brings unsupervised learning to life. Unlike KNN and linear regression — where the correct answers are already in the training data — K-Means is handed…
Posted by AI Skills India May 20, 2026
KNN algorithm classifying a new data point by majority vote of 3 nearest neighbours — CBSE Class 11 AI diagram
Posted inClass 11 AI Machine Learning

K-Nearest Neighbors (KNN) Algorithm Tutorial — CBSE Class 11 AI (Unit 6)

KNN is the most intuitive classification algorithm you will study in Class 11. It does not build a complex model or learn equations — it simply remembers all the training…
Posted by AI Skills India May 19, 2026
Linear regression best-fit line on scatter plot showing hours studied vs marks scored — CBSE Class 11 AI diagram
Posted inClass 11 AI Machine Learning

Linear Regression Algorithm Explained — CBSE Class 11 AI (Unit 6)

Linear regression is the first real machine learning algorithm you implement in Class 11 — and for good reason. It is the foundation of supervised learning, the starting point for…
Posted by AI Skills India May 19, 2026
Posted inClass 10 AI Class 11 AI Class 12 AI

How to Handle Missing Data in Datasets — CBSE AI Students Guide

Real data is never perfect. Sensors malfunction, survey respondents skip questions, spreadsheets get corrupted. Before you train any AI model, you must deal with missing values — or your model…
Posted by AI Skills India May 18, 2026
Posted inClass 10 AI Class 11 AI Class 12 AI

Python Functions — Complete Beginner’s Guide for CBSE AI Students

Every time you write print(), len(), or np.mean(), you are calling a function. Functions are the building blocks of every Python program — including the AI programs in your practical…
Posted by AI Skills India May 18, 2026
Posted inClass 10 AI Class 11 AI Class 12 AI

Lists vs Tuples vs Dictionaries in Python — CBSE AI Students Guide

Three data structures. Three different jobs. Most students learn lists in Class 9 and never fully understand when to switch to a tuple or a dictionary. This guide fixes that…
Posted by AI Skills India May 17, 2026
Posted inClass 10 AI Class 11 AI Class 12 AI

For Loops vs While Loops in Python — CBSE AI Students Guide

Both loops repeat a block of code. But they do it differently, and choosing the wrong one wastes lines of code — or worse, crashes your program. This guide explains…
Posted by AI Skills India May 17, 2026
Posted inClass 10 AI Class 11 AI Class 12 AI

Top 10 Python Errors & How to Fix Them — CBSE AI Students Guide

Your program was working five minutes ago. Now it crashes with a red error message you have never seen before. This guide covers the 10 most common Python errors CBSE…
Posted by AI Skills India May 16, 2026
Posted inClass 10 AI Class 11 AI Class 12 AI

Reading CSV Files in Python — Complete Tutorial for CBSE AI Students

Every AI project starts with data. And data almost always lives in a CSV file. Whether you are reading the CBSE-suggested rainfall.csv, a dataset downloaded from Kaggle, or your own…
Posted by AI Skills India May 16, 2026
Posted inClass 10 AI Class 11 AI Class 12 AI

Anaconda Installation Guide for CBSE AI Students (Windows, Mac & Linux)

Before you can run a single NumPy or Pandas program, your computer needs the right software. Anaconda installs everything CBSE AI requires — Python, Jupyter Notebook, NumPy, Pandas, Matplotlib, and…
Posted by AI Skills India May 15, 2026

Posts pagination

1 2 3 Next page

Recent Posts

  • MSE & RMSE Explained — Evaluation Metrics for CBSE Class 12 AI (Unit 2)
  • Model Validation Techniques Explained — CBSE Class 12 AI (Unit 2)
  • K-Means Clustering Algorithm Explained — CBSE Class 11 AI (Unit 6)
  • K-Nearest Neighbors (KNN) Algorithm Tutorial — CBSE Class 11 AI (Unit 6)
  • Linear Regression Algorithm Explained — CBSE Class 11 AI (Unit 6)

Archives

  • May 2026
  • April 2026
  • January 2026

Categories

  • AI Concepts & Myths
  • AI Ethics
  • AI Fundamentals
  • Class 10 AI
  • Class 11 AI
  • Class 12 AI
  • Class 9 AI
  • Computer Vision
  • Deep Learning
  • Exam Preparation
  • Generative AI
  • Machine Learning
  • Model Evaluation
  • Natural Language Processing
  • Practical File
  • Python Programming
  • Uncategorized
About Us
Contact Us
Privacy Policy
Terms of Use
Refund Policy
Shipping Policy
Copyright 2026 — AI Skills India. All rights reserved.
Scroll to Top