From 3f294d29f786e1fc275800216817c52ec038c544 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Mon, 18 Sep 2023 08:15:01 -0400 Subject: [PATCH] Revert "Changed title to make it fit based on how the content is evolving" This reverts commit ea2100a7086da6ffa968a4881d9a72ea95a7bcda. --- _quarto.yml | 2 +- index.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 04aaaaa24..45d682a5f 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -4,7 +4,7 @@ project: book: page-navigation: true - title: "TinyML: Embedded AI Principles, Algorithms, and Applications" + title: "Embedded AI: Principles, Algorithms, and Applications" search: true repo-url: https://github.com/harvard-edge/cs249r_book.git repo-actions: [edit, issue, source] diff --git a/index.qmd b/index.qmd index 8d9e42f1b..c82346da6 100644 --- a/index.qmd +++ b/index.qmd @@ -1,6 +1,6 @@ # Preface {.unnumbered} -In "Embedded AI: Principles, Algorithms, and Applications", we will embark on a critical exploration of the rapidly evolving field of artificial intelligence in the context of embedded systems, originally nurtured from the foundational course, tinyML from [CS249r](https://sites.google.com/g.harvard.edu/cs249-tinyml-2023). +In "Embedded AI: Principles, Algorithms, and Applications", we will embark on a critical exploration of the rapidly evolving field of artificial intelligence in the context of embedded systems, originally nurtured from the foundational course, tinyML from CS249r. The goal of this book is to bring about a collaborative endeavor with insights and contributions from students, practitioners and the wider community, blossoming into a comprehensive guide that delves into the principles governing embedded AI and its myriad applications.