Skip to content

juampamuc/3d_nn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marching neural networks

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

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.

About

Raymarching neural network in browsers with WebGL shaders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • HTML 1.1%