kuleshov / teaching-material

Teaching materials for the machine learning and deep learning classes at Stanford and Cornell
1.1k stars 1.41k forks source link

suspect on result in code block 237 #12

Open blateyang opened 6 years ago

blateyang commented 6 years ago

Hello, the python tutorial is helpful to me. However, I have a question. Is it wrong in result of code block 237? I think the result of print v.T should be

   [[1],
    [2],
    [3]]