Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 439 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 439 Bytes

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

  • Loading data?
  • Pooling layers?
  • Transposed convolution?