Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Muhab2001
Copy link

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 :-)

fixing the L2 penalization value for vector w2
@Muhab2001 Muhab2001 changed the title Fix regualirzation penalty in linear-classify.md Fix L2 regularization penalty in linear-classify.md Sep 12, 2023
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.

1 participant