GokuMohandas / Made-With-ML

Learn how to design, develop, deploy and iterate on production-grade ML applications.
https://madewithml.com
MIT License
37.55k stars 5.95k forks source link

3d or 2d numpy array? #83

Closed captDaylight closed 5 years ago

captDaylight commented 5 years ago

In the numpy notebook, in the section # 3-D array (matrix) I see that when you run the cell one of the outputs is x ndim: 2. Seems that the title is in conflict with how numpy categorizes it and I've always considered [[], []] to be 2d.

GokuMohandas commented 5 years ago

good catch. I've fixed the confusion