mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
3d or 2d numpy array? #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @captDaylight on GitHub (Dec 13, 2018).
In the numpy notebook, in the section
# 3-D array (matrix)I see that when you run the cell one of the outputs isx ndim: 2. Seems that the title is in conflict with how numpy categorizes it and I've always considered[[], []]to be 2d.@GokuMohandas commented on GitHub (Dec 13, 2018):
good catch. I've fixed the confusion