Ada Lovelace & Poetical Science
Before computers even existed, Ada Lovelace saw something nobody else could: that machines could do far more than just crunch numbers. She called it "Poetical Science."
Alan Turing & The Imitation Game
Alan Turing cracked the Nazi Enigma code and saved millions of lives. Then he asked the most radical question of the century: "Can machines think?"
🎮 YOUR TURN — HUMAN OR AI?
Arthur Samuel: Teaching by Playing
Arthur Samuel had a radical idea: instead of writing every rule for Checkers, let the computer teach itself by playing thousands of games.
❌ OLD WAY
Programmer writes every single rule: "If piece is here, move there." Exhausting. Limited. Brittle.
✓ SAMUEL'S WAY
Machine plays against itself, learns from mistakes, develops its own strategy — and eventually beats its creator.
Frank Rosenblatt: The Perceptron
Rosenblatt wanted to copy the human brain. He built the Perceptron — a single digital neuron that takes inputs, weighs their importance, and makes a decision.
SIGNAL
💡 Try it! Drag the sliders. If signal > 60, the neuron fires!
Geoffrey Hinton: The Deep Learning Era
Hinton — called the "Godfather of AI" — proved that stacking millions of Perceptrons in deep layers creates something extraordinary: machines that can see, listen, speak, and reason.
LAYER HIDDEN
LAYER 1 HIDDEN
LAYER 2 OUTPUT
🎯 APPLICATIONS
Face recognition · Voice assistants · Self-driving cars · Medical diagnosis · Climate modeling
🚀 ANDROMEDERS MISSION
We use deep learning to amplify Collective Intelligence — not to replace humans, but to enhance what we can achieve together.
What is Machine Learning?
Think of data as a Galaxy of Stars. Traditional programming is like manually drawing lines between every star. ML lets the computer discover the constellations by itself.
Why This Matters to Us
You are part of the next generation of architects — the ones who decide how this technology shapes our galaxy.
Supervised Learning
The Teacher
A student learns best when shown thousands of correct examples. Supervised Learning works the same way — every training example comes with the right answer.
HOW IT WORKS
REAL WORLD USES
🧪 MINI EXPERIMENT — SPAM CLASSIFIER
Which email would an AI most likely flag as SPAM?
Unsupervised Learning
The Explorer
No labels. No teacher. The machine explores raw data and discovers its own patterns — like an explorer mapping unknown territory.
🛒 REAL EXAMPLE
Amazon groups customers by shopping habits — without anyone labeling them. Result: personalized recommendations.
🌌 MORE USES
Reinforcement Learning
The Gamer
Like a player mastering a video game through trial and error — the AI takes actions, receives rewards or penalties, and learns to maximize its score over time.
🏆 BREAKTHROUGHS
AlphaGo beat the world champion at Go. AlphaFold cracked the 50-year-old protein folding problem. OpenAI's bots play Dota 2 at superhuman levels.