🤖 AI & ML
Min, max, and simple scaling
Sometimes we scale numbers to a range (e.g. 0–1). One way: (x - min) / (max - min). This can help when comparing different features in data.
3 min 10 XP Lesson 8 of 20

Sometimes we scale numbers to a range (e.g. 0–1). One way: (x - min) / (max - min). This can help when comparing different features in data.
