mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-21 13:31:55 -05:00
[PR #1183] [MERGED] Improve activation graph visualization in Module 02 #1159
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/1183
Author: @Pratham-ja
Created: 2/19/2026
Status: ✅ Merged
Merged: 2/19/2026
Merged by: @profvjreddi
Base:
dev← Head:bugfix/fix-ascii-graphs📝 Commits (1)
5f7a696Improve activation graph visualization in Module 02📊 Changes
1 file changed (+8 additions, -4 deletions)
View changed files
📝
tinytorch/src/02_activations/02_activations.py(+8 -4)📄 Description
Improve ASCII visualizations for ReLU and Sigmoid in Module 02
Summary
Refined the ASCII visualization graphs for the ReLU and Sigmoid activation functions to improve correctness and visual clarity.
Changes
Educational Impact
These updates make the activation curves more accurate and intuitive for students, improving conceptual understanding without changing any functionality.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.