Slicing Numpy Arrays - Numpy For Machine Learning 2

Опубликовано: 13 Июнь 2022
на канале: Codemy.com
30,399
1k

In this video we'll learn all about Slicing Numpy Arrays For Machine Learning.

We'll learn how to slice a 1-Dimensional array as well as a 2-Dimensional array.

We'll learn how to take different types of slices, including negative slices and more!

#numpy #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:01 - Create a Numpy Array
1:18 - Create A Numpy Slice
2:36 - Numpy Slice Till End Of Array
3:18 - Numpy Negative Slice
4:19 - Numpy Slice Steps
6:32 - Create a 2-D Numpy Array
7:00 - Pull Single Item From 2-D Numpy Array
7:40 - 2-D Numpy Array Slice
9:53 - Conclusion