Relationship between AI, ML, and Deep Learning
AI = broad field โ ML = learning from data โ Deep Learning = neural-network-based ML.
What role does training data play in ML?
ML models learn patterns and adjust parameters based on training data.
What does โGarbage In, Garbage Outโ mean?
Poor-quality data produces unreliable, biased, or inaccurate models.
Why is data representativeness important?
Models fail when real-world scenarios arenโt reflected in training data.
How does bias get amplified in ML?
Models encode historical bias and reproduce it at scale.