Model Pipeline - Tensor shapes and reshaping
This pipeline shows how tensors (multi-dimensional arrays) change shape during a simple reshaping operation. It helps understand how data can be rearranged without changing its content, which is important for feeding data into machine learning models.