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

added along rows and columns in X.sum() for better understanding #10

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

Conversation

toheedakhtar
Copy link

In Reduction -
added "along rows" in X.sum(axis=1) and "along columns" in X.sum(axis = 0) , for better understanding and solving confusion.

In Reduction -
added "along rows"  in X.sum(axis=1) and "along columns" in X.sum(axis = 0) , for better understanding and solving confusion.
@toheedakhtar
Copy link
Author

added for better understanding in nparray.sum()
axis = 0 means along the column and axis = 1 means working along the row.
stackoverflow

@smith-kyle
Copy link

Just a heads up, you can review notebook changes like this using GitNotebooks.

e.g. this pull request https://gitnotebooks.com/jonkrohn/ML-foundations/pull/10

It's free for public repos, so might be helpful for y'all.

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.

None yet

2 participants