3 Dimensional Array Manipulation in NumPy (Array Reshaping)

Опубликовано: 24 Июнь 2026
на канале: Esther the Data Analyst
3
1

We will continue to look at how to manipulate 3 Dimensional Array in NumPy, and also array Reshaping. The reason for this topic is because in subsequent weeks we will be going into deep learning.

Deep learning is an aspect of machine learning that uses artificial neural network to extract and learn patterns for effective prediction. This is a more advanced way of predicting.

To effectively learn patterns, deep learning puts your data in 3 Dimensional format. So a good understanding of 3 Dimensional array manipulation is very important in deep learning.