Numpy in 5 minutes

preview_player
Показать описание
Learn basics of numpy. A very powerful python library for doing data manipulations.

The video is about NumPy, a powerful library for numerical computing in Python.

Arrays have attributes and methods that can be used to perform operations on them. The video explains how to find the shape and size of an array using the shape attribute. It also shows how to reshape an array and flatten it into a one-dimensional array using the reshape and flatten functions respectively.

The video talks about performing operations on matrices. It shows how to perform addition and multiplication on matrices using the + and * operators.

Universal functions are another important concept covered in the video. These functions can be applied to every element of an array. The video shows how to calculate square root and exponential of every element in an array using these functions.

The video concludes by mentioning that these functions are very handy for data analysis and machine learning. It also mentions that the next video will cover more advanced topics of NumPy.

#python #pythonforbeginners #datascience #machinelearning #pythontutorial #numpy
Рекомендации по теме