Skip to content

Correct loss calc from SSE to MSE in backprop loop#20

Open
sfuller14 wants to merge 1 commit into
karpathy:masterfrom
sfuller14:sfuller14-MSE-loss
Open

Correct loss calc from SSE to MSE in backprop loop#20
sfuller14 wants to merge 1 commit into
karpathy:masterfrom
sfuller14:sfuller14-MSE-loss

Conversation

@sfuller14

Copy link
Copy Markdown

SSE is used for loss rather than MSE (~1:54:30 in the video lecture)

Using len(ys) for n -- MSE = SSE / n

SSE is used for loss rather than MSE (~1:54:30 in the video lecture)
Using len(ys) for n -- MSE = SSE / n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants