Add explanation on importance of data quality in ML

Added a beginner-friendly section explaining why data quality is important in machine learning.
pull/978/head
GANESH NADKARNI 2 weeks ago committed by GitHub
parent c67ab53142
commit 6fe82fce5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -102,6 +102,13 @@ This motivation is loosely inspired by how the human brain learns certain things
✅ Think for a minute why a business would want to try to use machine learning strategies vs. creating a hard-coded rules-based engine.
---
### Why data quality matters
High-quality data improves model performance. Poor or noisy data can lead to inaccurate predictions, even when using advanced machine learning algorithms.
## Applications of machine learning
Applications of machine learning are now almost everywhere, and are as ubiquitous as the data that is flowing around our societies, generated by our smart phones, connected devices, and other systems. Considering the immense potential of state-of-the-art machine learning algorithms, researchers have been exploring their capability to solve multi-dimensional and multi-disciplinary real-life problems with great positive outcomes.

Loading…
Cancel
Save