cs231n / cs231n.github.io

Public facing notes page
MIT License
10.06k stars 4.06k forks source link

Fix L2 regularization penalty in linear-classify.md #295

Open Muhab2001 opened 10 months ago

Muhab2001 commented 10 months ago

I noticed that the L2 regularization penalty (in linear-classify.md) calculated for vector w2 = [0.25, 0.25, 0.25, 0.25] = 0.5 is incorrect, and the value is 0.25 so I corrected it.

My apologies if this PR sounds very simple, but hopefully I will make more impactful PRs in the future once I get a better grasp on NNs topics :-)