[PR #564] [MERGED] 559 New chapter 4 - DL architectures -- MAJOR CHANGES #4670

Closed
opened 2026-04-19 12:34:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/564
Author: @profvjreddi
Created: 12/28/2024
Status: Merged
Merged: 12/29/2024
Merged by: @profvjreddi

Base: devHead: 559-new-chapter-4-dl-architectures


📝 Commits (10+)

  • 02ad016 WIP on 554-rewrite-chapter-3-with-a-ml-systems-focus
  • 58a4756 Filename rename
  • ae7a421 Move reference
  • 8c1c4df Fix bib referecne
  • 826193a Figure reference fix
  • 3d2d11a Section rename
  • f2f178b Move images into correct places from prev. chapter which had the content
  • 6fbf15a Updated overview
  • e32ea43 Made a pass on MLP version
  • e0347a7 Pasting in my cnn notes

📊 Changes

60 files changed (+1181 additions, -1673 deletions)

View changed files

Machine-Learning-Systems.log (+0 -647)
📝 _quarto.yml (+17 -31)
contents/core/about/about.qmd (+0 -192)
contents/core/dl_architectures/dl_architectures.bib (+0 -0)
contents/core/dl_architectures/dl_architectures.qmd (+0 -737)
📝 contents/core/dl_primer/dl_primer.bib (+0 -7)
contents/core/dnn_architectures/dnn_architectures.bib (+155 -0)
contents/core/dnn_architectures/dnn_architectures.qmd (+819 -0)
📝 contents/core/dnn_architectures/images/gif/cnn.gif (+0 -0)
contents/core/dnn_architectures/images/jpg/activation-functions3.jpg (+0 -0)
contents/core/dnn_architectures/images/jpg/rnn_unrolled.jpg (+0 -0)
contents/core/dnn_architectures/images/png/cnn.png (+0 -0)
📝 contents/core/dnn_architectures/images/png/cover_dl_arch.png (+0 -0)
📝 contents/core/dnn_architectures/images/png/mlp_mm.png (+0 -0)
📝 contents/core/dnn_architectures/images/png/rnn_unrolled.png (+0 -0)
📝 contents/core/introduction/introduction.qmd (+1 -1)
📝 contents/core/references.qmd (+0 -0)
contents/frontmatter/about/about.qmd (+108 -0)
contents/frontmatter/about/images/png/bloom_revised_taxonomy.png (+0 -0)
📝 contents/frontmatter/acknowledgements/acknowledgements.qmd (+0 -0)

...and 40 more files

📄 Description

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


🔄 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/564 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 12/28/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `559-new-chapter-4-dl-architectures` --- ### 📝 Commits (10+) - [`02ad016`](https://github.com/harvard-edge/cs249r_book/commit/02ad016f061d078fdd6e390cfec30c524afdca6c) WIP on 554-rewrite-chapter-3-with-a-ml-systems-focus - [`58a4756`](https://github.com/harvard-edge/cs249r_book/commit/58a4756a53314a0d538dcc02ae982fdc63ea8f78) Filename rename - [`ae7a421`](https://github.com/harvard-edge/cs249r_book/commit/ae7a42116f680a06a852b1cbe4b54a2b2a29bd96) Move reference - [`8c1c4df`](https://github.com/harvard-edge/cs249r_book/commit/8c1c4df7e0cd40644b3c52cae0959cbd9ad928b1) Fix bib referecne - [`826193a`](https://github.com/harvard-edge/cs249r_book/commit/826193aa4b0fd3970b759d96e2bc3dbffff599c7) Figure reference fix - [`3d2d11a`](https://github.com/harvard-edge/cs249r_book/commit/3d2d11af25054f7d4be5e39899d70658aeb87e40) Section rename - [`f2f178b`](https://github.com/harvard-edge/cs249r_book/commit/f2f178b9517d1caae9676f604c1821476d8807ce) Move images into correct places from prev. chapter which had the content - [`6fbf15a`](https://github.com/harvard-edge/cs249r_book/commit/6fbf15a5cd34408a7e7d54cbaa418fb39d08fa1d) Updated overview - [`e32ea43`](https://github.com/harvard-edge/cs249r_book/commit/e32ea433fbf1099ce4faedb1224161acfc36af90) Made a pass on MLP version - [`e0347a7`](https://github.com/harvard-edge/cs249r_book/commit/e0347a70733d2020c96ff79ec8d2879fbaade655) Pasting in my cnn notes ### 📊 Changes **60 files changed** (+1181 additions, -1673 deletions) <details> <summary>View changed files</summary> ➖ `Machine-Learning-Systems.log` (+0 -647) 📝 `_quarto.yml` (+17 -31) ➖ `contents/core/about/about.qmd` (+0 -192) ➖ `contents/core/dl_architectures/dl_architectures.bib` (+0 -0) ➖ `contents/core/dl_architectures/dl_architectures.qmd` (+0 -737) 📝 `contents/core/dl_primer/dl_primer.bib` (+0 -7) ➕ `contents/core/dnn_architectures/dnn_architectures.bib` (+155 -0) ➕ `contents/core/dnn_architectures/dnn_architectures.qmd` (+819 -0) 📝 `contents/core/dnn_architectures/images/gif/cnn.gif` (+0 -0) ➕ `contents/core/dnn_architectures/images/jpg/activation-functions3.jpg` (+0 -0) ➕ `contents/core/dnn_architectures/images/jpg/rnn_unrolled.jpg` (+0 -0) ➕ `contents/core/dnn_architectures/images/png/cnn.png` (+0 -0) 📝 `contents/core/dnn_architectures/images/png/cover_dl_arch.png` (+0 -0) 📝 `contents/core/dnn_architectures/images/png/mlp_mm.png` (+0 -0) 📝 `contents/core/dnn_architectures/images/png/rnn_unrolled.png` (+0 -0) 📝 `contents/core/introduction/introduction.qmd` (+1 -1) 📝 `contents/core/references.qmd` (+0 -0) ➕ `contents/frontmatter/about/about.qmd` (+108 -0) ➕ `contents/frontmatter/about/images/png/bloom_revised_taxonomy.png` (+0 -0) 📝 `contents/frontmatter/acknowledgements/acknowledgements.qmd` (+0 -0) _...and 40 more files_ </details> ### 📄 Description https://github.com/harvard-edge/cs249r_book/issues/559 --- <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-19 12:34:50 -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#4670