Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

An interactive player for CNN convolution
https://github.com/pwwang/cnn-convoluter

cnn convolution convolutional-neural-networks interactive

Last synced: 14 days ago
JSON representation

An interactive player for CNN convolution

Awesome Lists containing this project

README

        

# cnn-convoluter

An interactive player for CNN convolution

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

![cnn-convoluter](./cnn-convoluter.gif)

## Building your own version
```shell
# 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?