diff --git a/src/data/roadmaps/machine-learning/introduction@MEL6y3vwiqwAV6FQihF34.md b/src/data/roadmaps/machine-learning/introduction@MEL6y3vwiqwAV6FQihF34.md new file mode 100644 index 000000000..1a77cccb0 --- /dev/null +++ b/src/data/roadmaps/machine-learning/introduction@MEL6y3vwiqwAV6FQihF34.md @@ -0,0 +1,3 @@ +# Introduction to Machine Learning + +Machine learning is about creating computer programs that can learn from data. Instead of being explicitly programmed to perform a task, these programs improve their performance on a specific task as they are exposed to more data. This learning process allows them to make predictions or decisions without being directly told how to do so. \ No newline at end of file diff --git a/src/data/roadmaps/machine-learning/what-is-an-ml-engineer@FgzPlLUfGdlZPvPku0-Xl.md b/src/data/roadmaps/machine-learning/what-is-an-ml-engineer@FgzPlLUfGdlZPvPku0-Xl.md new file mode 100644 index 000000000..c397b7180 --- /dev/null +++ b/src/data/roadmaps/machine-learning/what-is-an-ml-engineer@FgzPlLUfGdlZPvPku0-Xl.md @@ -0,0 +1,3 @@ +# ML Engineer + +An ML Engineer focuses on building, deploying, and maintaining machine learning systems in production. They bridge the gap between data science and software engineering, taking models developed by data scientists and making them scalable, reliable, and efficient for real-world applications. This involves tasks like data pipeline construction, model deployment, performance monitoring, and infrastructure management. \ No newline at end of file