mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
[PR #74] [CLOSED] fix formula error #147
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/GokuMohandas/Made-With-ML/pull/74
Author: @mali-nuist
Created: 12/12/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
9ffe356fix formula error📊 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.