Reshape in NumPy Python | Module NumPy Tutorial - Part 06

Publicado el: 21 septiembre 2022
en el canal de: Koolac
1,137
24

In this video we will talk about the reshape function in NumPy module in Python programming language. And also we will talk about the order argument of the reshape function (What is reshape order?).

==================================
NumPy Module Tutorial Playlist for Machine Learning:
==================================
   • Numpy Python Playlist  

==================================
Source Code:
==================================
import numpy as np
x=np.array([1,2,3,4,5,6])
y=x.reshape((2,3),order="C") # order="F" → col-wise; order="C" → row-wise
print(y)


En esta página del sitio puede ver el video en línea Reshape in NumPy Python | Module NumPy Tutorial - Part 06 de Duración hora minuto segunda en buena calidad , que subió el usuario Koolac 21 septiembre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,137 veces y le gustó 24 a los espectadores. Disfruta viendo!