From 9db69ea989968b35e8bf9dd83d6508a28bb45305 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Wed, 1 Jan 2025 22:43:10 -0500 Subject: [PATCH] Fix Bravo's feedback --- _quarto.yml | 8 ++++---- contents/frontmatter/about/about.qmd | 4 ++-- index.qmd | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index bfd1f1af..2247bcd0 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -100,12 +100,12 @@ book: - text: "---" - contents/frontmatter/ai/socratiq.qmd - text: "---" - - part: "
PART I: Essentials
" + - part: "
PART I: The Essentials
" - contents/core/introduction/introduction.qmd - contents/core/ml_systems/ml_systems.qmd - contents/core/dl_primer/dl_primer.qmd - contents/core/dnn_architectures/dnn_architectures.qmd - - part: "
PART II: Principles
" + - part: "
PART II: Engr. Principles
" - contents/core/workflow/workflow.qmd - contents/core/data_engineering/data_engineering.qmd - contents/core/frameworks/frameworks.qmd @@ -116,14 +116,14 @@ book: - contents/core/benchmarking/benchmarking.qmd - contents/core/ondevice_learning/ondevice_learning.qmd - contents/core/ops/ops.qmd - - part: "
PART III: Practices
" + - part: "
PART III: AI Best Practices
" - contents/core/privacy_security/privacy_security.qmd - contents/core/responsible_ai/responsible_ai.qmd - contents/core/sustainable_ai/sustainable_ai.qmd - contents/core/robust_ai/robust_ai.qmd - contents/core/generative_ai/generative_ai.qmd - contents/core/ai_for_good/ai_for_good.qmd - - part: "
PART IV: Closing
" + - part: "
PART IV: Closing Thoughts
" - contents/core/conclusion/conclusion.qmd - text: "---" - part: contents/labs/labs.qmd diff --git a/contents/frontmatter/about/about.qmd b/contents/frontmatter/about/about.qmd index cfdbdc5f..05d6b1f5 100644 --- a/contents/frontmatter/about/about.qmd +++ b/contents/frontmatter/about/about.qmd @@ -64,10 +64,10 @@ The book is organized into four main parts, each building on the previous one: 2. **Engineering Principles (Chapters 5-13)** Covers workflows, data engineering, optimization strategies, and operational challenges in system design. -3. **AI in Practice (Chapters 14-20)** +3. **AI Best Practice (Chapters 14-20)** Focuses on key considerations for deploying AI systems in real-world environments, including security, privacy, robustness, and sustainability. -4. **Closing Perspectives (Chapter 21)** +4. **Closing Thoughts (Chapter 21)** Synthesizes key lessons and explores emerging trends shaping the future of ML systems. ### Suggested Reading Paths diff --git a/index.qmd b/index.qmd index d05d7142..e9ed5a12 100644 --- a/index.qmd +++ b/index.qmd @@ -25,4 +25,4 @@ This is a collaborative project, and your input matters! If you'd like to contri ## 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/core/about/about.qmd#about-the-book-unnumbered) section for more details. \ No newline at end of file +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. \ No newline at end of file