[PR #89] [MERGED] Adding Exercises - Frameworks and dl_primer #3201

Closed
opened 2026-04-16 01:41:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/89
Author: @Mjrovai
Created: 12/4/2023
Status: Merged
Merged: 12/7/2023
Merged by: @profvjreddi

Base: mainHead: hands-on-exercises


📝 Commits (3)

  • 88be2c6 Adding Exercises - Frameworks and dl_primer
  • b22b674 Update dl_primer.qmd
  • b948d49 Including Cover Images on Exercises

📊 Changes

18 files changed (+1060 additions, -416 deletions)

View changed files

Motion_Classif_Anomaly_Detect.qmd (+406 -0)
📝 dl_primer.qmd (+51 -37)
📝 dsp_spectral_features_block.qmd (+3 -1)
📝 frameworks.qmd (+520 -345)
📝 image_classification.qmd (+2 -0)
images/dsp_ini.jpg (+0 -0)
images/img_class_ini.jpg (+0 -0)
images/kws_under_the_hood_ini.jpg (+0 -0)
images/melbanks.png (+0 -0)
images/movement_anomaly_ini.jpg (+0 -0)
images/nicla-kws.jpg (+0 -0)
images/nicla_sys_ini.jpg (+0 -0)
images/obj_det_ini.jpg (+0 -0)
📝 kws_feature_eng.qmd (+2 -0)
📝 kws_nicla.qmd (+2 -2)
📝 learning_resources.qmd (+69 -30)
📝 niclav_sys.qmd (+3 -1)
📝 object_detection_fomo.qmd (+2 -0)

📄 Description

Adding Exercises as Notebooks for:

  • dl_primer (DNN/CNN)
  • Frameworks (TFLM - Hello World)

Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist.

  1. Content

    • The chapter content is complete and covers the topic in detail.
    • All technical terms are well-defined and explained.
    • Any code snippets or algorithms are well-documented and tested.
    • The chapter follows a logical flow and structure.
  2. References & Citations

    • All references are correctly listed at the end of the chapter.
    • In-text citations are used appropriately and match the references.
    • All figures, tables, and images have proper sources and are cited correctly.
  3. Quarto Website Rendering

    • The chapter has been locally built and tested using Quarto.
    • All images, figures, and tables render properly without any glitches.
    • All images have a source or they are properly linked to external sites.
    • Any interactive elements or widgets work as intended.
    • The chapter's formatting is consistent with the rest of the book.
  4. Grammar & Style

    • The chapter has been proofread for grammar and spelling errors.
    • The writing style is consistent with the rest of the book.
    • Any jargon is clearly explained or avoided where possible.
  5. Collaboration

    • All group members have reviewed and approved the chapter.
    • Any feedback from previous reviews or discussions has been addressed.
  6. Miscellaneous

    • All external links (if any) are working and lead to the intended destinations.
    • If datasets or external resources are used, they are properly credited and linked.
    • Any necessary permissions for reused content have been obtained.
  7. Final Steps

    • The chapter is pushed to the correct branch on the repository.
    • The Pull Request is made with a clear title and description.
    • The Pull Request includes any necessary labels or tags.
    • The Pull Request mentions any stakeholders or reviewers who should take a look.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/89 **Author:** [@Mjrovai](https://github.com/Mjrovai) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `main` ← **Head:** `hands-on-exercises` --- ### 📝 Commits (3) - [`88be2c6`](https://github.com/harvard-edge/cs249r_book/commit/88be2c6020159a9b67f0c88692b2bff5ef3d20b5) Adding Exercises - Frameworks and dl_primer - [`b22b674`](https://github.com/harvard-edge/cs249r_book/commit/b22b67415dce5001eccfe1c88f3d93a12f232e15) Update dl_primer.qmd - [`b948d49`](https://github.com/harvard-edge/cs249r_book/commit/b948d49aa9850af4d448c626aa503df0bc0e6363) Including Cover Images on Exercises ### 📊 Changes **18 files changed** (+1060 additions, -416 deletions) <details> <summary>View changed files</summary> ➕ `Motion_Classif_Anomaly_Detect.qmd` (+406 -0) 📝 `dl_primer.qmd` (+51 -37) 📝 `dsp_spectral_features_block.qmd` (+3 -1) 📝 `frameworks.qmd` (+520 -345) 📝 `image_classification.qmd` (+2 -0) ➕ `images/dsp_ini.jpg` (+0 -0) ➕ `images/img_class_ini.jpg` (+0 -0) ➕ `images/kws_under_the_hood_ini.jpg` (+0 -0) ➕ `images/melbanks.png` (+0 -0) ➕ `images/movement_anomaly_ini.jpg` (+0 -0) ➕ `images/nicla-kws.jpg` (+0 -0) ➕ `images/nicla_sys_ini.jpg` (+0 -0) ➕ `images/obj_det_ini.jpg` (+0 -0) 📝 `kws_feature_eng.qmd` (+2 -0) 📝 `kws_nicla.qmd` (+2 -2) 📝 `learning_resources.qmd` (+69 -30) 📝 `niclav_sys.qmd` (+3 -1) 📝 `object_detection_fomo.qmd` (+2 -0) </details> ### 📄 Description Adding Exercises as Notebooks for: - dl_primer (DNN/CNN) - Frameworks (TFLM - Hello World) Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist. 1. **Content** - [x] The chapter content is complete and covers the topic in detail. - [ ] All technical terms are well-defined and explained. - [x] Any code snippets or algorithms are well-documented and tested. - [x] The chapter follows a logical flow and structure. 2. **References & Citations** - [ ] All references are correctly listed at the end of the chapter. - [ ] In-text citations are used appropriately and match the references. - [ ] All figures, tables, and images have proper sources and are cited correctly. 3. **Quarto Website Rendering** - [x] The chapter has been locally built and tested using Quarto. - [x] All images, figures, and tables render properly without any glitches. - [ ] All images have a source or they are properly linked to external sites. - [x] Any interactive elements or widgets work as intended. - [x] The chapter's formatting is consistent with the rest of the book. 4. **Grammar & Style** - [x] The chapter has been proofread for grammar and spelling errors. - [x] The writing style is consistent with the rest of the book. - [ ] Any jargon is clearly explained or avoided where possible. 5. **Collaboration** - [ ] All group members have reviewed and approved the chapter. - [ ] Any feedback from previous reviews or discussions has been addressed. 6. **Miscellaneous** - [x] All external links (if any) are working and lead to the intended destinations. - [ ] If datasets or external resources are used, they are properly credited and linked. - [ ] Any necessary permissions for reused content have been obtained. 7. **Final Steps** - [x] The chapter is pushed to the correct branch on the repository. - [x] The Pull Request is made with a clear title and description. - [ ] The Pull Request includes any necessary labels or tags. - [ ] The Pull Request mentions any stakeholders or reviewers who should take a look. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 01:41:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#3201