An interactive player for CNN convolution
https://pwwang.github.io/cnn-convoluter/
# clone this repo
# install dependencies
npm install
# run a dev-server
npm run dev
# or build the app
npm run build
- Svelte
- CSS 3D for 3D drawing
- Loading data?
- Pooling layers?
- Transposed convolution?