Back to Browse

Python NumPy For Your Grandma - 3.3 reshape()

1.6K views
Jan 20, 2021
4:36

In this video, we'll see how to use the reshape function to change the shape of an array. 0:00 - intro / setup 0:10 - reshape() 1:09 - C-style (aka row-major) order (1) 1:36 - Fortran-style (aka column-major) order (1) 1:58 - C-style (aka row-major) order (2) 2:20 - Fortran-style (aka column-major) order (2) 2:35 - dimension auto-calculate trick 3:05 - reshape() array "in place" (without copying data) 4:01 - array transpose --- Code ------------------------ https://www.practiceprobs.com/problemsets/python-numpy/intermediate/#reshape --- Vids & Playlists ---------------------------------- Google Colab - https://www.youtube.com/watch?v=SUCRr56Jzkw&t NumPy - https://www.youtube.com/playlist?list=PL9oKUrtC4VP6gDp1Vq3BzfViO0TWgR0vR Pandas - https://www.youtube.com/playlist?list=PL9oKUrtC4VP7ry0um1QOUUfJBXKnkf-dA Neural Networks - https://youtube.com/playlist?list=PL9oKUrtC4VP5N3VtTTjhTfiHoFXmnrgPW --- Subscribe To Mailing List ---------------------------------- https://eepurl.com/hC1Pmj --- Support ------------------------ https://merchonate.com/gormanalysis

Download

1 formats

Video Formats

360pmp45.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python NumPy For Your Grandma - 3.3 reshape() | NatokHD