• Stars
    star
    178
  • Rank 214,989 (Top 5 %)
  • Language
    JavaScript
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Raymarching neural network in browsers with WebGL shaders

Marching neural networks

Visualizing level surfaces of a neural network using webGL + raymarching technique.

Correction: technique is close raymarching, but step sizes are computed differently.

All the NN-related computing uses shaders, thus having GPU is recommended.

Demo: https://arogozhnikov.github.io/3d_nn/

Used libraries

Visualization relies on THREE.js for rendering and CCapture.js for capturing animations.

The code is minimalistic and a bit messy, but no other dependencies / frameworks.