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

Fix some expected result in np array mutate #1

Closed pablopda closed 8 years ago

pablopda commented 8 years ago

Was a mistake in the output in the a[np.arange(4), b] += 10 example the output was made as it was +=20

kuleshov commented 8 years ago

Thanks!