Skip to content

Improvements for 1-intro-to-linear-algebra.ipynb #17

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vasilygrz
Copy link

Hi @jonkrohn,

Following the issue (#16) that I opened yesterday, I've made these changes:

  1. Removed the notebook metadata with nbstripout in VS Code so you can clearly see them. If you know about a better method, please tell me because I tried nbdime without success (1,500+ insertions/deletions for adding a single word).
  2. Added the text inside the code cells as comments, which contain:
    • Additional explanations, such as the fact that np.dot and np.matmul produce the same results for 1D and 2D arrays, but they behave differently in higher dimensions (L2531).
    • Alternative functions, like tf.tensordot for computing the dot product directly in TensorFlow, and solutions (L2984), where I showed how to multiply two matrices using the torch.einsum function.

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.

1 participant