Back Navigation Next Navigation External Packages (page 5 of 38)

One important external package that we can install and use is Numpy. In 2005 or 2006, the numeric package was redesigned, rebranded, and deployed under its new name numpy. The core objects in numpy are matrices and multi-dimensional arrays. It provides a variety of high-level functions to efficiently perform mathematical operations. Additionally, many machine learning packages require numpy arrays.

Numpy Image