Fix broken build

This commit is contained in:
Kamran Ahmed
2025-08-20 23:29:32 +01:00
parent 487a6a222b
commit df53280ee9
3 changed files with 1 additions and 6 deletions

1
.astro/types.d.ts vendored
View File

@@ -1 +1,2 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />

View File

@@ -1,3 +0,0 @@
# 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.

View File

@@ -1,3 +0,0 @@
# 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.