[PR #975] [MERGED] Fix example equation by adding transpose and clarify note on vector orientation (issue #974) #8808

Closed
opened 2026-05-03 00:58:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/975
Author: @VThuong99
Created: 10/11/2025
Status: Merged
Merged: 10/17/2025
Merged by: @profvjreddi

Base: devHead: iss974-fix-equation-transpose


📝 Commits (1)

  • 20e0e4e Fix example equation by adding transpose and clarify note on vector orientation (issue #974)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 quarto/contents/core/dnn_architectures/dnn_architectures.qmd (+2 -2)

📄 Description

This PR fixes a minor inconsistency between the layer equation and the worked example in the DNN Architectures chapter.

  • Added missing transpose ^T in the example computation
  • Added clarification note on input vector orientation

These updates improve notation consistency without changing mathematical meaning.

Resolves #974


🔄 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/975 **Author:** [@VThuong99](https://github.com/VThuong99) **Created:** 10/11/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `iss974-fix-equation-transpose` --- ### 📝 Commits (1) - [`20e0e4e`](https://github.com/harvard-edge/cs249r_book/commit/20e0e4ec9bb01f7606b2810d0439f9c045986201) Fix example equation by adding transpose and clarify note on vector orientation (issue #974) ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `quarto/contents/core/dnn_architectures/dnn_architectures.qmd` (+2 -2) </details> ### 📄 Description This PR fixes a minor inconsistency between the layer equation and the worked example in the DNN Architectures chapter. - Added missing transpose ^T in the example computation - Added clarification note on input vector orientation These updates improve notation consistency without changing mathematical meaning. Resolves #974 --- <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-05-03 00:58:13 -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#8808