forked from harvard-edge/cs249r_book
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
87 lines (80 loc) · 1.84 KB
/
_quarto.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
project:
type: book
output-dir: _book
book:
page-navigation: true
title: "Embedded AI: Principles, Algorithms, and Applications"
search: true
repo-url: https://github.com/harvard-edge/cs249r_book
repo-actions: [edit, issue, source]
downloads: [pdf, epub]
sharing: [twitter, facebook]
reader-mode: true
cover-image: cover.png
favicon: cover.png
page-footer:
left: |
Embedded AI edited by Prof. Vijay Janapa Reddi (Harvard University) and Prof. Song Han (MIT).
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
chapters:
- part: front.qmd
chapters:
- index.qmd
- dedication.qmd
- acknowledgements.qmd
- contributors.qmd
- copyright.qmd
- about.qmd
- introduction.qmd
- embedded_sys.qmd
- dl_primer.qmd
- embedded_ml.qmd
- workflow.qmd
- data_engineering.qmd
- training.qmd
- ondevice_ai.qmd
- optimizations.qmd
- frameworks.qmd
- hw_acceleration.qmd
- benchmarking.qmd
- ondevice_learning.qmd
- ops.qmd
- privacy_security.qmd
- responsible_ai.qmd
- sustainable_ai.qmd
- generative_ai.qmd
- references.qmd
appendices:
- tools.qmd
- zoo_datasets.qmd
- zoo_models.qmd
- learning_resources.qmd
- community.qmd
- case_studies.qmd
citation: true
bibliography: references.bib
reference-location: margin
citation-location: margin
keywords:
- open-source
- embedded systems
- machine learning
- tinyML
license: CC-BY-NC-SA
crossref:
appendix-title: "Appendix"
appendix-delim: ":"
format:
html:
theme:
- cosmo
- style.scss
code-link: true
link-external-icon: true
link-external-newwindow: true
callout-appearance: simple
anchor-sections: true
smooth-scroll: true
toc: true
citations-hover: false