Activity 01
Simulation Game: Training a Human Neural Network
Students act as 'neurons' in different layers. They pass 'signals' (numbers) to each other, applying simple weights (multiplication). They must collectively 'classify' an input image, adjusting their weights based on whether the final answer was correct.
What distinguishes machine learning from traditional programming?