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