Skip to content

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

License

Notifications You must be signed in to change notification settings

tinymilky/Interactive-Convolution-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published