19. Ravel Vs. Flatten Vs. Reshape(-1) in Numpy

preview_player
Показать описание
In this NumPy tutorial video, I have compared Ravel Vs. Flatten Vs. Reshape(-1).

(i) Return only reference/view of the original array
(ii) If you modify the array you would notice that the value of the original array also changes.

(i) Return copy of the original array
(ii) If you modify any value of this array value of the original array is not affected.

(i) Return only reference/view of the original array
(ii) If you modify the array you would notice that the value of the original array also changes.

If you enjoy these tutorials, like the video, and give it a thumbs up and also share these videos with your friends and families if you think these videos would help him.
Please consider clicking the SUBSCRIBE button to be notified of future videos.

Thank you.
Рекомендации по теме
Комментарии
Автор

I was searching for the difference between these functions and I saw many videos with high views but I thought to my selfy let me click on this 19 views guy's video and yeah my question is answered thank you and keep it up.

hussainomail
welcome to shbcf.ru