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

Optimizing over a matrix of parameters. #56

Open
bakerhassan opened this issue May 19, 2021 · 1 comment
Open

Optimizing over a matrix of parameters. #56

bakerhassan opened this issue May 19, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@bakerhassan
Copy link

For the least square problem $argmin_B | F - BX|_2^2 +\lambda \sum_l{B_l}$, where $F,X \in \mathbb{R}^{n \times k}, B in \mathbb{R}^{n\times n}, B_l \in \mathbb{R}^{n,n_l}$, I used to break it into $n$ different equations. If $n$ is high that would take too much time to solve. It would be better if the frameowork supports optimizing over the matrix $B$ at once. If it is doable based on the current work, I am happy to contribute but is there something I need to know before doing it?

@bakerhassan bakerhassan added the enhancement New feature or request label May 19, 2021
@welcome
Copy link

welcome bot commented May 19, 2021

👋 Thanks for opening your first issue here! We appreciate your help making groupyr better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant