[PR #557] [MERGED] 554 Rewrite chapter 3 with a ML systems focus #3420

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

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/557
Author: @profvjreddi
Created: 12/20/2024
Status: Merged
Merged: 12/23/2024
Merged by: @profvjreddi

Base: devHead: 554-rewrite-chapter-3-with-a-ml-systems-focus


📝 Commits (10+)

  • d44a291 Started drafting the new chapter 3
  • 4bc4846 Made first pass through up to main NN section
  • 37e8fe2 Working on text up to Learning Process
  • b7af847 Putting in notes about the training process
  • c53db30 Experimenting with the modern DNN section, still got todos left in [ ]
  • ccef4d4 Adding network details
  • 73c6a2f Reorganizing the file structure
  • 39ce287 bib name fix
  • cff20d5 bib name fix
  • 6c351b1 Adjusting the intro to match the rest of the flow

📊 Changes

27 files changed (+1881 additions, -166 deletions)

View changed files

📝 _quarto.yml (+5 -4)
contents/core/dl_architectures/dl_architectures.bib (+0 -0)
contents/core/dl_architectures/dl_architectures.qmd (+748 -0)
contents/core/dl_architectures/images/png/cover_dl_arch.png (+0 -0)
📝 contents/core/dl_primer/dl_primer.bib (+21 -0)
📝 contents/core/dl_primer/dl_primer.qmd (+1107 -162)
contents/core/dl_primer/images/gif/cnn.gif (+0 -0)
contents/core/dl_primer/images/jpg/rnn_unrolled.jpg (+0 -0)
contents/core/dl_primer/images/png/activities.png (+0 -0)
contents/core/dl_primer/images/png/attention.png (+0 -0)
contents/core/dl_primer/images/png/bio_nn2ai_nn.png (+0 -0)
contents/core/dl_primer/images/png/breakout.png (+0 -0)
contents/core/dl_primer/images/png/cnn.png (+0 -0)
contents/core/dl_primer/images/png/cover_nn_primer.png (+0 -0)
contents/core/dl_primer/images/png/encoder_decoder.png (+0 -0)
contents/core/dl_primer/images/png/handwritten_digits.png (+0 -0)
contents/core/dl_primer/images/png/hog.png (+0 -0)
contents/core/dl_primer/images/png/inference_pipeline.png (+0 -0)
contents/core/dl_primer/images/png/ml_rules.png (+0 -0)
contents/core/dl_primer/images/png/mlp_connection_weights.png (+0 -0)

...and 7 more files

📄 Description

https://github.com/harvard-edge/cs249r_book/issues/554


🔄 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/557 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 12/20/2024 **Status:** ✅ Merged **Merged:** 12/23/2024 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `554-rewrite-chapter-3-with-a-ml-systems-focus` --- ### 📝 Commits (10+) - [`d44a291`](https://github.com/harvard-edge/cs249r_book/commit/d44a291af6da8cfd0da710a98d92d102909e0e1a) Started drafting the new chapter 3 - [`4bc4846`](https://github.com/harvard-edge/cs249r_book/commit/4bc48468119506552c9f8bc86cc324d529f7fa9f) Made first pass through up to main NN section - [`37e8fe2`](https://github.com/harvard-edge/cs249r_book/commit/37e8fe289ccd6ce71b5a5cd75399c56912388199) Working on text up to Learning Process - [`b7af847`](https://github.com/harvard-edge/cs249r_book/commit/b7af847235190d86aa2ab6b79de4bd78eee5419b) Putting in notes about the training process - [`c53db30`](https://github.com/harvard-edge/cs249r_book/commit/c53db3020509f3a97e3911350ee8b08c6194d5a9) Experimenting with the modern DNN section, still got todos left in [ ] - [`ccef4d4`](https://github.com/harvard-edge/cs249r_book/commit/ccef4d481ed653a9c59f34c56af5137d4ad05a07) Adding network details - [`73c6a2f`](https://github.com/harvard-edge/cs249r_book/commit/73c6a2febfa8d6c5f5d289cf583c9a8ba86209b2) Reorganizing the file structure - [`39ce287`](https://github.com/harvard-edge/cs249r_book/commit/39ce28789c5c9e0920aeb669769aeabcc454f846) bib name fix - [`cff20d5`](https://github.com/harvard-edge/cs249r_book/commit/cff20d505bbf92a4a75aaa970377113c9936ccb0) bib name fix - [`6c351b1`](https://github.com/harvard-edge/cs249r_book/commit/6c351b169c798bc3452428f54e3e435cab48c7ae) Adjusting the intro to match the rest of the flow ### 📊 Changes **27 files changed** (+1881 additions, -166 deletions) <details> <summary>View changed files</summary> 📝 `_quarto.yml` (+5 -4) ➕ `contents/core/dl_architectures/dl_architectures.bib` (+0 -0) ➕ `contents/core/dl_architectures/dl_architectures.qmd` (+748 -0) ➕ `contents/core/dl_architectures/images/png/cover_dl_arch.png` (+0 -0) 📝 `contents/core/dl_primer/dl_primer.bib` (+21 -0) 📝 `contents/core/dl_primer/dl_primer.qmd` (+1107 -162) ➕ `contents/core/dl_primer/images/gif/cnn.gif` (+0 -0) ➕ `contents/core/dl_primer/images/jpg/rnn_unrolled.jpg` (+0 -0) ➕ `contents/core/dl_primer/images/png/activities.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/attention.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/bio_nn2ai_nn.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/breakout.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/cnn.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/cover_nn_primer.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/encoder_decoder.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/handwritten_digits.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/hog.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/inference_pipeline.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/ml_rules.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/mlp_connection_weights.png` (+0 -0) _...and 7 more files_ </details> ### 📄 Description https://github.com/harvard-edge/cs249r_book/issues/554 --- <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:48:05 -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#3420