https://github.com/antoinebrl/convolution1d-sandbox
1D Convolution Interactive Visualization build with d3.js
https://github.com/antoinebrl/convolution1d-sandbox
convolution-filter convolution-neural-network convolutions deep-learning machine-learning-tutorials signal-processing
Last synced: 10 months ago
JSON representation
1D Convolution Interactive Visualization build with d3.js
- Host: GitHub
- URL: https://github.com/antoinebrl/convolution1d-sandbox
- Owner: antoinebrl
- Created: 2020-05-19T20:21:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T20:19:38.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T18:04:30.502Z (11 months ago)
- Topics: convolution-filter, convolution-neural-network, convolutions, deep-learning, machine-learning-tutorials, signal-processing
- Language: HTML
- Homepage: https://antoinebrl.github.io/blog/conv1d/
- Size: 1.23 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convolution Interactive Playground
Convolutions are core to deep learning recent success, especially in computer vision.
This interactive visualization help to grasp a better understanding
of the step-by-step processing.
User can select different kernels and input signals among the predefined
functions. Another option drag the dots to the wanted level.
The app also illustrates the importance of the padding, the dilatation
and stride parameters.
Demo app: [antoinebrl.github.io/blog/conv1d/](https://antoinebrl.github.io/blog/conv1d/)
