mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
[PR #557] [MERGED] 554 Rewrite chapter 3 with a ML systems focus #6814
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:554-rewrite-chapter-3-with-a-ml-systems-focus📝 Commits (10+)
d44a291Started drafting the new chapter 34bc4846Made first pass through up to main NN section37e8fe2Working on text up to Learning Processb7af847Putting in notes about the training processc53db30Experimenting with the modern DNN section, still got todos left in [ ]ccef4d4Adding network details73c6a2fReorganizing the file structure39ce287bib name fixcff20d5bib name fix6c351b1Adjusting 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.