cnn-convoluter icon indicating copy to clipboard operation
cnn-convoluter copied to clipboard

An interactive player for CNN convolution

cnn-convoluter

An interactive player for CNN convolution

https://pwwang.github.io/cnn-convoluter/

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

  • [x] Loading data?
  • [x] Pooling layers?
  • [ ] Transposed convolution?