Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

494 Split content into labs / core theory concepts #495

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
102 changes: 51 additions & 51 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,47 +93,47 @@ book:
- part: FRONT MATTER
chapters:
- index.qmd
- contents/dedication.qmd
- contents/acknowledgements/acknowledgements.qmd
- contents/contributors.qmd
- contents/copyright.qmd
- contents/about.qmd
- contents/core/dedication.qmd
- contents/core/acknowledgements/acknowledgements.qmd
- contents/core/contributors.qmd
- contents/core/copyright.qmd
- contents/core/about.qmd
- text: "---"
- part: MAIN
- part: Fundamentals
chapters:
- contents/introduction/introduction.qmd
- contents/ml_systems/ml_systems.qmd
- contents/dl_primer/dl_primer.qmd
- contents/core/introduction/introduction.qmd
- contents/core/ml_systems/ml_systems.qmd
- contents/core/dl_primer/dl_primer.qmd
- part: Workflow
chapters:
- contents/workflow/workflow.qmd
- contents/data_engineering/data_engineering.qmd
- contents/frameworks/frameworks.qmd
- contents/core/workflow/workflow.qmd
- contents/core/data_engineering/data_engineering.qmd
- contents/core/frameworks/frameworks.qmd
- part: Training
chapters:
- contents/training/training.qmd
- contents/efficient_ai/efficient_ai.qmd
- contents/optimizations/optimizations.qmd
- contents/hw_acceleration/hw_acceleration.qmd
- contents/core/training/training.qmd
- contents/core/efficient_ai/efficient_ai.qmd
- contents/core/optimizations/optimizations.qmd
- contents/core/hw_acceleration/hw_acceleration.qmd
- part: Deployment
chapters:
- contents/benchmarking/benchmarking.qmd
- contents/ondevice_learning/ondevice_learning.qmd
- contents/ops/ops.qmd
- contents/core/benchmarking/benchmarking.qmd
- contents/core/ondevice_learning/ondevice_learning.qmd
- contents/core/ops/ops.qmd
- part: Advanced Topics
chapters:
- contents/privacy_security/privacy_security.qmd
- contents/responsible_ai/responsible_ai.qmd
- contents/sustainable_ai/sustainable_ai.qmd
- contents/robust_ai/robust_ai.qmd
- contents/generative_ai/generative_ai.qmd
- 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
- part: Social Impact
chapters:
- contents/ai_for_good/ai_for_good.qmd
- contents/core/ai_for_good/ai_for_good.qmd
- part: Closing
chapters:
- contents/conclusion/conclusion.qmd
- contents/core/conclusion/conclusion.qmd
- text: "---"
- part: LABS
chapters:
Expand Down Expand Up @@ -169,35 +169,35 @@ book:
- references.qmd
- text: "---"
appendices:
- contents/tools.qmd
- contents/zoo_datasets.qmd
- contents/zoo_models.qmd
- contents/learning_resources.qmd
- contents/community.qmd
- contents/case_studies.qmd
- contents/core/tools.qmd
- contents/core/zoo_datasets.qmd
- contents/core/zoo_models.qmd
- contents/core/learning_resources.qmd
- contents/core/community.qmd
- contents/core/case_studies.qmd

bibliography:
# main
- contents/introduction/introduction.bib
- contents/ai_for_good/ai_for_good.bib
- contents/benchmarking/benchmarking.bib
- contents/data_engineering/data_engineering.bib
- contents/dl_primer/dl_primer.bib
- contents/efficient_ai/efficient_ai.bib
- contents/ml_systems/ml_systems.bib
- contents/frameworks/frameworks.bib
- contents/generative_ai/generative_ai.bib
- contents/hw_acceleration/hw_acceleration.bib
- contents/ondevice_learning/ondevice_learning.bib
- contents/ops/ops.bib
- contents/optimizations/optimizations.bib
- contents/privacy_security/privacy_security.bib
- contents/responsible_ai/responsible_ai.bib
- contents/robust_ai/robust_ai.bib
- contents/sustainable_ai/sustainable_ai.bib
- contents/training/training.bib
- contents/workflow/workflow.bib
- contents/conclusion/conclusion.bib
- contents/core/introduction/introduction.bib
- contents/core/ai_for_good/ai_for_good.bib
- contents/core/benchmarking/benchmarking.bib
- contents/core/data_engineering/data_engineering.bib
- contents/core/dl_primer/dl_primer.bib
- contents/core/efficient_ai/efficient_ai.bib
- contents/core/ml_systems/ml_systems.bib
- contents/core/frameworks/frameworks.bib
- contents/core/generative_ai/generative_ai.bib
- contents/core/hw_acceleration/hw_acceleration.bib
- contents/core/ondevice_learning/ondevice_learning.bib
- contents/core/ops/ops.bib
- contents/core/optimizations/optimizations.bib
- contents/core/privacy_security/privacy_security.bib
- contents/core/responsible_ai/responsible_ai.bib
- contents/core/robust_ai/robust_ai.bib
- contents/core/sustainable_ai/sustainable_ai.bib
- contents/core/training/training.bib
- contents/core/workflow/workflow.bib
- contents/core/conclusion/conclusion.bib

comments:
giscus:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading