Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pwwang/cnn-convoluter
- Owner: pwwang
- Created: 2020-07-24T22:34:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T21:32:36.000Z (about 1 year ago)
- Last Synced: 2024-12-11T04:32:22.775Z (23 days ago)
- Topics: cnn, convolution, convolutional-neural-networks, interactive
- Language: JavaScript
- Homepage: https://pwwang.github.io/cnn-convoluter/
- Size: 8.64 MB
- Stars: 116
- Watchers: 4
- Forks: 15
- 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/
![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?