Introduction to NumPy (Tutorial 9): NumPy Array Assignment

preview_player
Показать описание
In this tutorial of machine learning using python 3; you will study
1. Copying by Reference
2. Copying by Value (Shallow Copy)
3. Copying by Value (Deep Copy)

#numpy #array #assignment
Рекомендации по теме
Комментарии
Автор

Also sir rank and dimension are the same or different terms.

parasgoel
Автор

sir using arr1.shape=1, -1 I am getting the same dimension of the array.

parasgoel