mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 17:49:07 -05:00
[PR #950] [MERGED] fix: Correct biological neuron mapping and add optical interconnects context #1024
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/950
Author: @profvjreddi
Created: 8/23/2025
Status: ✅ Merged
Merged: 8/23/2025
Merged by: @profvjreddi
Base:
dev← Head:fix/issue-947-dendrite-synapse-correction📝 Commits (2)
79e73a5fix: Correct biological neuron to artificial neuron mappingf3eafb0feat: Add optical interconnects context to sustainability chapter📊 Changes
6 files changed (+135 additions, -10 deletions)
View changed files
📝
.gitignore(+1 -0)➕
CLAUDE.md(+102 -0)📝
quarto/contents/core/dl_primer/dl_primer.qmd(+11 -7)📝
quarto/contents/core/dl_primer/dl_primer_quizzes.json(+3 -3)📝
quarto/contents/core/sustainable_ai/sustainable_ai.bib(+14 -0)📝
quarto/contents/core/sustainable_ai/sustainable_ai.qmd(+4 -0)📄 Description
Summary
Thank you @formlsysbookissue for this excellent feedback! Your observations about the biological neuron mapping needing clarification and optical interconnects deserving more attention are spot on. Really appreciate you taking the time to help improve the book's technical accuracy.
Changes Made
This PR addresses issue #947 with two focused improvements:
1. Corrected Biological-Artificial Neuron Mapping (Chapter 3)
2. Added Optical Interconnects Context (Chapter 18)
Why These Changes Matter
The dendrite/synapse correction helps students build accurate mental models from the foundation, preventing conceptual confusion as they progress to more complex neural network architectures.
The optical interconnects addition provides crucial context about a technology that's transitioning from optimization to necessity as AI models scale toward trillion parameters.
Testing
Fixes #947
Thank you again for your thoughtful feedback - contributions like yours help make this textbook a better learning resource for everyone!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.