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 Linear Algebra Examples to Vectorized math section #33

Open
rsokl opened this issue Feb 15, 2018 · 3 comments
Open

Add Linear Algebra Examples to Vectorized math section #33

rsokl opened this issue Feb 15, 2018 · 3 comments

Comments

@rsokl
Copy link
Owner

rsokl commented Feb 15, 2018

Now that the section on vectorized operations doesn't suck, it'd be good to add a few simple examples of linear algebra functions. The subsection already exists.

I'm thinking dot products, matrix multiplication, and maybe a simple example of einsum.

@rsokl rsokl added this to To Do in Python Like You Mean It 1.0 via automation Feb 15, 2018
@davidmascharka
Copy link
Collaborator

Would you want to cover any of np.linalg? I know things like norm can come in handy, but that might be outside the scope of the site/available for people that read the docs.

@rsokl
Copy link
Owner Author

rsokl commented Feb 15, 2018

Yeah, I think that is a good idea. Maybe norm and inv, to indicate the wide variety of functions available.

@AFederici
Copy link
Collaborator

For norm you could probably present a euclidean distance problem as an example of its utility. I remember for last year it is what I used to do the distance calculations in my Nearest Neighbor program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

4 participants