LitMy.ru - литература в один клик

NumPy : From Basic to Advance : for Machine Learning

  • Добавил: literator
  • Дата: 11-11-2022, 02:42
  • Комментариев: 0
NumPy : From Basic to Advance : for Machine LearningНазвание: NumPy : From Basic to Advance : for Machine Learning
Автор: Karan Singh Bisht
Издательство: Independently published
Год: 2022
Страниц: 200
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.3 MB

NumPy, which stands for Numerical Python, is a library consisting of multidimensional array objects and a collection of routines for processing those arrays. Using NumPy, mathematical and logical operations on arrays can be performed. NumPy is a Python package. It stands for ‘Numerical Python’. It is a library consisting of multidimensional array objects and a collection of routines for processing of array. It also has functions for working in domain of linear algebra, fourier transform, and matrices.

Using NumPy, a developer can perform the following operations:
- Mathematical and logical operations on arrays.
- Fourier transforms and routines for shape manipulation.
- Operations related to linear algebra. NumPy has in-built functions for linear algebra and random number generation.

NumPy is often used along with packages like SciPy (Scientific Python) and Matplotlib (plotting library). This combination is widely used as a replacement for MatLab, a popular platform for technical computing. However, Python alternative to MatLab is now seen as a more modern and complete programming language. It is open-source, which is an added advantage of NumPy. The most important object defined in NumPy is an N-dimensional array type called ndarray. It describes the collection of items of the same type. Items in the collection can be accessed using a zero-based index. Every item in a ndarray takes the same size as the block in the memory. Each element in ndarray is an object of the data-type object (called dtype). Any item extracted from ndarray object (by slicing) is represented by a Python object of one of array scalar types.

Why Use NumPy? In Python we have lists that serve the purpose of arrays, but they are slow to process. 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. Arrays are very frequently used in Data Science, where speed and resources are very important. Data Science: is a branch of Computer Science where we study how to store, use and analyze data for deriving information from it.

Скачать NumPy : From Basic to Advance : for Machine Learning












[related-news] [/related-news]
Внимание
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.