[PR #74] [CLOSED] fix formula error #147

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

📋 Pull Request Information

Original PR: https://github.com/GokuMohandas/Made-With-ML/pull/74
Author: @mali-nuist
Created: 12/12/2018
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

📝 notebooks/07_PyTorch.ipynb (+787 -773)

📄 Description

the original formula is x = 3 * x + 2 ; x = sum(y) /N . The right formula is y = 3 * x + 2 ; z = sum(y)/ N


🔄 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/74 **Author:** [@mali-nuist](https://github.com/mali-nuist) **Created:** 12/12/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9ffe356`](https://github.com/GokuMohandas/Made-With-ML/commit/9ffe356b0fe868c3970113d341b42585e11348de) fix formula error ### 📊 Changes **1 file changed** (+787 additions, -773 deletions) <details> <summary>View changed files</summary> 📝 `notebooks/07_PyTorch.ipynb` (+787 -773) </details> ### 📄 Description the original formula is x = 3 * x + 2 ; x = sum(y) /N . The right formula is y = 3 * x + 2 ; z = sum(y)/ N --- <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:06:19 -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#147