lukas / ml-class

Machine learning lessons and teaching projects designed for engineers
https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig
GNU General Public License v2.0
2.36k stars 1.17k forks source link

Adds interactive convolution demo #53

Closed charlesfrye closed 4 years ago

charlesfrye commented 4 years ago

Adds a demo that lets you slide a filter across an image (and adds a new example image, a simple smiley face, smiley.png) and look at the inputs to the filter, and elementwise product of the filter and the input, and the final output.