I uploaded to Azure Notebooks in case anyone wants to run it w/o setting up an environment: https://notebooks.azure.com/smortaz/libraries/advanced-numpy... Click Clone, Sign in, then Run
Similar in CoCalc https://cocalc.com/share/4a5f0542-5873-4eed-a85c-a18c706e8bc... Click "Open in CoCalc", then select all, copy.
NumPy Tricks and Pitfalls
21–28 of 28 posts
Re: NumPy Tricks and Pitfalls
#22I still don't really understand why someone would choose to use NumPy when the numerical story in Rust is now so good.
Re: NumPy Tricks and Pitfalls
#23Earlier quoted context omitted.
Similar in CoCalc https://cocalc.com/share/4a5f0542-5873-4eed-a85c-a18c706e8bc... Click "Open in CoCalc", then select all, copy.
+1 for CoCalc! It's great to see the number of notebook hosting services flourish.
Re: NumPy Tricks and Pitfalls
#24I'm an engineering student that does programming and am wondering, can I ask what are some good resources to gain the appropriate background that would allow me to understand more of this notebook? I have used tools like Numpy but probably not very efficiently without understanding their strengths and weaknesses. What books or online courses should I look into to know about memory, flops, and things like that? I shou…
What you are after are books/courses on "architecture", I think. A classic book on the subject is Hennessy & Patterson.
https://www.amazon.com/Computer-Architecture-Sixth-Quantitat...
Re: NumPy Tricks and Pitfalls
#25I still don't really understand why someone would choose to use NumPy when the numerical story in Rust is now so good.
TensorFlow doesn’t have a Rust interface.
Re: NumPy Tricks and Pitfalls
#26I still don't really understand why someone would choose to use NumPy when the numerical story in Rust is now so good.
Re: NumPy Tricks and Pitfalls
#27https://github.com/ASvyatkovskiy/PythonWorkshop/blob/Spring2...
Re: NumPy Tricks and Pitfalls
#28The python link is not working? https://github.com/ASvyatkovskiy/PythonWorkshop/blob/Spring2...