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

Alternate Proof of Square Sum #35

Open
brett1479 opened this issue Jan 30, 2017 · 4 comments
Open

Alternate Proof of Square Sum #35

brett1479 opened this issue Jan 30, 2017 · 4 comments

Comments

@brett1479
Copy link
Collaborator

This isn't an issue, but just another idea. Suppose you have x1+x2+...+xn = c and you want to solve this while minimizing ||x||_2. Suppose xi > xj. Then -ei + ej is a descent direction that lies within the constraint hyperplane.

@davidrosenberg
Copy link
Owner

This is for showing that l2 spreads weight evenly? and showing it's a descent direction is a cute inner product with the gradient. I like it - where do we put it?

@brett1479
Copy link
Collaborator Author

Well, I thought of it while watching your Elastic Net slides (you give a picture proof for 2 variables). Not sure if it belongs there in class, or maybe as a concept check/hw exercise.

@davidrosenberg
Copy link
Owner

This sounds good -- want to write this up? We can use it for concept check or move it into homework #2.

@brett1479
Copy link
Collaborator Author

So my argument goes like this. If not all equal, then not minimum. But there must be a minimum (compactness). Thus proven. Is the compactness part beyond what we should discuss?

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

No branches or pull requests

2 participants