Oct 31, 20257 min read
Mathematics, Post 1: Supervised Machine Learning
Supervised machine learning learns from examples with answers. For example: you give a model many input-output pairs, it makes a guess for each input, checks how far off it was from the known answer, and then tweaks itself to do better next time. Do this over and over, and the model discovers a rule that maps inputs to outputs. When the outputs are numbers, it’s called regression; when they’re categories, it’s classification. Well-run supervised projects also report confidenc



