Day 48 of 100 Days of AI
I continued working through some Numpy (numerical python) exercises today to better understand why the library is so useful. Turns out, it’s great at dealing with arrays and a variety of numerical computations.
Running linear algebra, statistical operations, and other calculations with Numpy is faster and more memory efficient than writing all the code for these operations yourself, particularly when working with big data and machine learning. It’s why the library is so popular in AI circles.
I don’t expect to master Numpy but I hope knowing the basics will get me far enough.