tinymilky / Interactive-Convolution-Visualization

simple demo to visualize the details of one of the basic foundations of deep learning: convolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive Convolutional Visualization

Visit here for a demo show.

This is a Javascript implementations for ineractive convolutional visualization, which could help you understand the details of how convolution works, how to implement a convolution operation from scratch, how to use D3.js to visualize everything.

Useful Features to Learn

  • Code is purely based on javascript and D3.js;
  • Good chance to put what you have learn in js and D3 into practice;
  • Details in every single step of convolution and its visualization;
  • Extendable to reveal more advanced convolution concepts.

The following is the demo:

image

unlike this one without any digits:

image

Ingredients

Usage

Put src folder to your server and visit.

About

simple demo to visualize the details of one of the basic foundations of deep learning: convolution

License:MIT License


Languages

Language:JavaScript 97.0%Language:HTML 3.0%