forked from harvard-edge/cs249r_book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
44 lines (29 loc) · 3.13 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Preface {.unnumbered}
Welcome to Machine Learning Systems, your gateway to the fast-paced world of machine learning (ML) systems. This book is an extension of the [CS249r](https://sites.google.com/g.harvard.edu/cs249-tinyml-2023) course at Harvard University, taught by Prof. Vijay Janapa Reddi, and is the result of a collaborative effort involving students, professionals, and the broader community of AI practitioners.
```{=html}
<iframe src="github-button.html"></iframe>
```
We've created this open-source book to demystify the process of building efficient and scalable ML systems. Our goal is to provide a comprehensive guide that covers the principles, practices, and challenges of developing robust ML pipelines for deployment. This isn't a static textbook—it's a living, evolving resource designed to keep pace with advancements in the field.
> "If you want to go fast, go alone. If you want to go far, go together."
> -- African Proverb
As a living and breathing resource, this book is a continual work in progress, reflecting the ever-evolving nature of machine learning systems. Advancements in the ML landscape drive our commitment to keeping this resource updated with the latest insights, techniques, and best practices. We warmly invite you to join us on this journey by contributing your expertise, feedback, and ideas.
## Global Outreach
Thank you to all our readers and visitors. Your engagement with the material keeps us motivated.
```{=html}
<div style="position: relative; padding-top: 56.25%; /* Aspect Ratio 16:9 */">
<iframe
src="https://lookerstudio.google.com/embed/reporting/e7192975-a8a0-453d-b6fe-1580ac054dbf/page/0pNbE"
frameborder="0"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;"
allowfullscreen
sandbox="allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox">
</iframe>
</div>
```
## Why We Wrote This Book
While there are plenty of resources that focus on the algorithmic side of machine learning, resources on the systems side of things are few and far between. This gap inspired us to create this book—a resource dedicated to the principles and practices of building efficient and scalable ML systems.
Our vision for this book and its broader mission is deeply rooted in the transformative potential of AI and the need to make AI education globally accessible to all. To learn more about the inspiration behind this project and the values driving its creation, we encourage you to read the [Author's Note](contents/frontmatter/foreword.qmd).
## Want to Help Out?
This is a collaborative project, and your input matters! If you'd like to contribute, check out our [contribution guidelines](https://github.com/harvard-edge/cs249r_book/blob/dev/contribute.md). Feedback, corrections, and new ideas are welcome---simply file a GitHub [issue](https://github.com/harvard-edge/cs249r_book/issues).
## What's Next?
If you're ready to dive deeper into the book's structure, learning objectives, and practical use, visit the [About the Book](contents/frontmatter/about/about.qmd#about-the-book-unnumbered) section for more details.