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

Add "good first issues" to elicit contributions #13

Open
activatedgeek opened this issue Jul 11, 2023 · 2 comments
Open

Add "good first issues" to elicit contributions #13

activatedgeek opened this issue Jul 11, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@activatedgeek
Copy link

activatedgeek commented Jul 11, 2023

One easy way to build a zoo of examples/how-to guides would be to have issues tagged as "Good First Issues", that the authors think would be good additions (and others can create new ones too). I'd be happy to contribute some examples/how-to guides myself once such issues come up.

@activatedgeek activatedgeek added enhancement New feature or request good first issue Good for newcomers labels Jul 11, 2023
@MacOS
Copy link

MacOS commented Sep 7, 2023

Same!

@mfinzi
Copy link
Collaborator

mfinzi commented Sep 7, 2023

Yeah let's definitely do this now that that the API is a little more stable.
What might be some good examples, maybe

  • A notebook computing the Estrada index for a large graph using cola.trace(cola.exp(A))
  • An example where a massive MLP is constructed using LinearOperators (say krons, permutations, block_diag of dense randomly initialized matrices) as the learnable weight matrices in an equinox module

And then in terms of functionality

  • Hutch++ trace/diagonal estimator
  • SVD dispatch rules
  • Better numerical methods for SVD base case than Lanczos on A.TA
  • Pseudoinverse dispatch rules
  • Better numerical methods for Pseudoinverse base case

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

No branches or pull requests

3 participants