SharifiZarchi / Introduction_to_Machine_Learning

دوره‌ی مقدمه‌ای بر یادگیری ماشین، برای دانشجویان
Creative Commons Zero v1.0 Universal
311 stars 98 forks source link

Fix convolution calculation mistake on page 52 #23

Closed mhbahmani closed 1 year ago

mhbahmani commented 1 year ago

There was a mistake on page 52. If we put the specified filter on the second cell of the matrix, the output should be 2.

3 * 1 + 9 * 1 + 4 * -1 + 6 * -1 = 12 - 10 = 2