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

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

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/)

![Interactive convolutions](conv_demo.png?raw=true "Interaction Convolutions")