Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
profvjreddi committed Jun 19, 2024
1 parent 27642c7 commit cb47376
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5204ba9f
e8b39a9e
Binary file modified Machine-Learning-Systems.pdf
Binary file not shown.
75 changes: 45 additions & 30 deletions github-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,55 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitHub Buttons</title>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap" rel="stylesheet">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<style>
body {
font-family: 'Nunito', sans-serif;
}
.iframe-container {
border: 2px solid #f0c040;
border-radius: 10px;
padding: 5px;
width: 90%;
max-width: 350px;
margin: 5px auto;
background-color: #f9f9f9;
display: block;
text-align: center;
}
.github-button {
margin-top: 5px;
}
h3 {
font-size: 14px;
margin: 2px 0 8px 0; /* Add bottom margin to create space */
}
p {
font-size: 12px;
margin: -6px 0;
}
.highlight {
font-weight: bold;
color: #e74c3c;
}
</style>
</head>
<body>
<!-- Star Button -->
<a class="github-button"
href="https://github.com/harvard-edge/cs249r_book"
data-icon="octicon-star"
data-size="large"
data-show-count="true"
aria-label="Star harvard-edge/cs249r_book on GitHub">
Star
</a>

<!-- Fork Button -->
<a class="github-button"
href="https://github.com/harvard-edge/cs249r_book/fork"
data-icon="octicon-repo-forked"
data-size="large"
data-show-count="true"
aria-label="Fork harvard-edge/cs249r_book on GitHub">
Fork
</a>

<!-- Watch Button -->
<a class="github-button"
href="https://github.com/buttons/github-buttons/subscription"
data-color-scheme="no-preference: light; light: light; dark: dark;"
data-icon="octicon-eye"
data-size="large"
data-show-count="true"
aria-label="Watch buttons/github-buttons on GitHub">
Watch
</a>

<div class="iframe-container">
<h3>🌟 Help Us Reach 1,000 Stars! 🌟</h3>
<p>For every 25 stars, <span class="highlight">Arduino and SEEED will each donate a <a href="https://store.arduino.cc/products/nicla-vision" target="_blank">NiclaVision</a> or <a href="https://www.seeedstudio.com/XIAO-ESP32S3-Sense-p-5639.html" target="_blank">XIAO ESP32E </a> </span> kit for AI education in the developing world. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>&nbsp;</em></p>
<!-- Star Button -->
<a class="github-button"
href="https://github.com/harvard-edge/cs249r_book"
data-icon="octicon-star"
data-show-count="true"
data-size="large"
aria-label="Star harvard-edge/cs249r_book on GitHub">
Star
</a>
</div>

</body>
</html>
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ <h2 id="toc-title">Table of contents</h2>
<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="./index.html">FRONT MATTER</a></li><li class="breadcrumb-item"><a href="./index.html">Preface</a></li></ol></nav>
<div class="quarto-title">
<h1 class="title">Machine Learning Systems</h1>
<p class="subtitle lead">with TinyML</p>
<p class="subtitle lead">with tinyML</p>
</div>


Expand All @@ -638,7 +638,7 @@ <h1 class="title">Machine Learning Systems</h1>
<div>
<div class="abstract">
<div class="block-title">Abstract</div>
Machine Learning Systems with TinyML offers readers an entry point to understand comprehensive machine learning systems by grounding concepts in accessible TinyML applications. As resource-constrained edge computing sees rapid expansion, the ability to construct efficient ML pipelines grows crucial. This book aims to demystify the process of developing complete ML systems suitable for deployment - spanning key phases like data collection, model design, optimization, acceleration, security hardening, and integration. The text touches on the full breadth of concepts relevant to general ML engineering across industries and applications through the lens of TinyML. Readers will learn basic principles around designing ML model architectures, hardware-aware training strategies, performant inference optimization, benchmarking methodologies and more. Additionally, crucial systems considerations in areas like reliability, privacy, responsible AI, and solution validation are also explored in depth. In summary, the book strives to equip newcomers and professionals alike with integrated knowledge covering full stack ML system development, using easily accessible TinyML applications as the vehicle to impart universal concepts required to unlock production ML.
Machine Learning Systems with TinyML offers readers an entry point to understand machine learning (ML) systems by grounding concepts in applied ML. As the demand for efficient and scalable ML solutions grows, the ability to construct robust ML pipelines becomes increasingly crucial. This book aims to demystify the process of developing complete ML systems suitable for deployment, spanning key phases like data collection, model design, optimization, acceleration, security hardening, and integration, all from a systems perspective. The text covers a wide range of concepts relevant to general ML engineering across industries and applications, using TinyML as a pedagogical tool due to its global accessibility. Readers will learn basic principles around designing ML model architectures, hardware-aware training strategies, performant inference optimization, and benchmarking methodologies. The book also explores crucial systems considerations in areas like reliability, privacy, responsible AI, and solution validation. Enjoy reading it!
</div>
</div>

Expand All @@ -647,7 +647,7 @@ <h1 class="title">Machine Learning Systems</h1>


<p><img src="cover-image-transparent.png" title="Machine Learning Systems" class="quarto-cover-image img-fluid" alt="Cover image."></p>
<iframe src="github-button.html" height="70"></iframe>
<iframe src="github-button.html"></iframe>
<section id="preface" class="level1 unnumbered">
<h1 class="unnumbered">Preface</h1>
<p>Welcome to Machine Learning Systems with TinyML. This book is your gateway to the fast-paced world of AI systems through the lens of embedded systems. It is an extension of the course TinyML from <a href="https://sites.google.com/g.harvard.edu/cs249-tinyml-2023">CS249r</a> at Harvard University.</p>
Expand Down

0 comments on commit cb47376

Please sign in to comment.