machine learning · neural networks · training demo · AI types explained
Artificial Intelligence (AI) is the field of building computer systems that can perform tasks that normally require human intelligence — like recognising images, understanding speech, playing games, or translating languages. Machine Learning is the most important subfield of AI today.
AI is transforming every industry — healthcare (diagnosing diseases), transport (self-driving cars), education (personalised tutoring), and science (predicting protein structures). Understanding the basics of how AI works is an essential 21st-century skill.
In the Training Demo, place 5 blue dots in one corner and 5 pink dots in another — you'll get 100% accuracy. Now place dots randomly mixed together. Does accuracy drop? This shows why "linearly separable" data is easier for simple classifiers. Also explore what happens with k=1 vs k=5 neighbours in the description.