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: 11 months ago
JSON representation
An interactive player for CNN convolution
- Host: GitHub
- URL: https://github.com/pwwang/cnn-convoluter
- Owner: pwwang
- Created: 2020-07-24T22:34:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T21:32:36.000Z (over 2 years ago)
- Last Synced: 2025-04-14T13:14:09.012Z (about 1 year ago)
- Topics: cnn, convolution, convolutional-neural-networks, interactive
- Language: JavaScript
- Homepage: https://pwwang.github.io/cnn-convoluter/
- Size: 8.64 MB
- Stars: 118
- Watchers: 4
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cnn-convoluter
An interactive player for CNN convolution
https://pwwang.github.io/cnn-convoluter/

## 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?