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

Adding Hands-On Exercises #42

Merged
merged 1 commit into from
Oct 29, 2023
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ book:

- part: EXERCISES
chapters:
- embedded_sys_exercise.qmd
- embedded_ml_exercise.qmd
- niclav_sys.qmd
- image_classification.qmd
- object_detection_fomo.qmd
- kws_feature_eng.qmd
- kws_nicla.qmd

references: references.qmd

Expand Down
2 changes: 1 addition & 1 deletion embedded_ml.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@ Now would be a great time for you to try out a small computer vision model out o

If you want to play with an embedded system, try out the Nicla Vision

[Computer Vision](./embedded_ml_exercise.qmd)
[Computer Vision](./image_classification.qmd)

:::
Loading