Downloads · 30 days
0
PrabhakarVenkat/Numpy_Basics
Numpy_Basics is a machine learning model from PrabhakarVenkat. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
<h2What is NumPy?</h2 <pNumPy is a Python library used for working with arrays.
Downloads · 30 days
0
Access
Public
Updated Jun 23, 2024
Repo size
—
Likes
0
Public
Click a slice to open those files.
.ipynb20.2 KB · 76%
From the Hugging Face model README

It also has functions for working in domain of linear algebra, fourier transform, and matrices.
NumPy was created in 2005 by Travis Oliphant. It is an open source project and you can use it freely.
NumPy aims to provide an array object that is up to 50x faster than traditional Python lists.
The array object in NumPy is called ndarray, it provides a lot of supporting functions that make working with ndarray very easy.
This behavior is called locality of reference in computer science.