/numpy-examples

a couple numpy examples based on numpy tutorial youtube playlist

Primary LanguagePython

numpy-examples

a couple numpy examples based on numpy tutorial youtube playlist

index:

t1 - Lists vs Arrays
t2 - Dot product 1 For loop vs cosine method vs dot function
t3 - Dot product 2 Speed comparison
t4 - Vectors and Matrices
t5 - Generating Matrices to Work With
t6 - Matrix Products
t7 - More Matrix Operations
t8 - Solving a Linear System
t9 - Word Problem