[PR #212] [CLOSED] Update 07_Logistic_Regression.ipynb - softmax definition fix #246

Closed
opened 2025-11-02 00:11:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GokuMohandas/Made-With-ML/pull/212
Author: @matospiso
Created: 9/26/2022
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • 07389b7 added continual learning systems lesson
  • b0dab3e added misplaced attention and transformers lesson
  • 4dd170a added misplaced attention and transformers lesson
  • 63c3af1 fixed predict step functions and separated attention lesson
  • 82a01e5 added preliminary data workflow content
  • df7fcaf torch grad to inference mode
  • 4cb9208 torch grad to inference mode
  • 54b8c84 added more instructions to organization lesson
  • 42cf2e5 added more instructions to organization lesson
  • e9b0599 updated performance views for dashboard lesson

📊 Changes

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

View changed files

📝 notebooks/07_Logistic_Regression.ipynb (+1 -1)

📄 Description

Changed \\hat{y} = \\frac{e^{XW_y}}{\\sum_j e^{XW}} to \\hat{y} = \\frac{e^{XW}}{\\sum_j e^{XW_j}} in the equation defining softmax (located after the second paragraph).


🔄 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/GokuMohandas/Made-With-ML/pull/212 **Author:** [@matospiso](https://github.com/matospiso) **Created:** 9/26/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`07389b7`](https://github.com/GokuMohandas/Made-With-ML/commit/07389b7750ba14336fdaef89eaf1babbbee0a3d7) added continual learning systems lesson - [`b0dab3e`](https://github.com/GokuMohandas/Made-With-ML/commit/b0dab3e1d7d1ee1765ada4e74ddf8f400967ea50) added misplaced attention and transformers lesson - [`4dd170a`](https://github.com/GokuMohandas/Made-With-ML/commit/4dd170a7c7c5eca8f77d3e5c0572a79e55cf6045) added misplaced attention and transformers lesson - [`63c3af1`](https://github.com/GokuMohandas/Made-With-ML/commit/63c3af1755cdc76ec68116c39050bcb428052e3f) fixed predict step functions and separated attention lesson - [`82a01e5`](https://github.com/GokuMohandas/Made-With-ML/commit/82a01e56109082fd96bb12f1ebf1e6c4a35fb2ba) added preliminary data workflow content - [`df7fcaf`](https://github.com/GokuMohandas/Made-With-ML/commit/df7fcafa789e2cc65a3f2a2b0c099f14d7e55ad4) torch grad to inference mode - [`4cb9208`](https://github.com/GokuMohandas/Made-With-ML/commit/4cb9208cda8806b2d191bfe3efe4633112cb6e53) torch grad to inference mode - [`54b8c84`](https://github.com/GokuMohandas/Made-With-ML/commit/54b8c840140610f216a066ab5899cdad037a868b) added more instructions to organization lesson - [`42cf2e5`](https://github.com/GokuMohandas/Made-With-ML/commit/42cf2e5d56e9935a8c3875b88c04094d9d82f398) added more instructions to organization lesson - [`e9b0599`](https://github.com/GokuMohandas/Made-With-ML/commit/e9b05991b1b1b7b8690cd31f16df3decec50661d) updated performance views for dashboard lesson ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `notebooks/07_Logistic_Regression.ipynb` (+1 -1) </details> ### 📄 Description Changed $\\hat{y} = \\frac{e^{XW_y}}{\\sum_j e^{XW}}$ to $\\hat{y} = \\frac{e^{XW}}{\\sum_j e^{XW_j}}$ in the equation defining softmax (located after the second paragraph). --- <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 2025-11-02 00:11:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Made-With-ML#246