mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 13:01:43 +02:00
Add content to Machine Learning (#9054)
* chore: sync content to repo * Update src/data/roadmaps/machine-learning/introduction@MEL6y3vwiqwAV6FQihF34.md * Update src/data/roadmaps/machine-learning/what-is-an-ml-engineer@FgzPlLUfGdlZPvPku0-Xl.md --------- Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
committed by
GitHub
parent
eba3a78c70
commit
704657cb36
@@ -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.
|
@@ -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.
|
Reference in New Issue
Block a user