It can be hard to visualize the inner workings of a neural network. This project hope to make that easier by rendering the model layers in 3D.
View it here
This project it a website that renders the different layers of neural networks using THREE.js and Tensorflow.js.
-
Clone and open the new project
git clone https://github.com/runeharlyk/Neural-Visualizer
-
Install dependencies
cd Neural-Visualizer npm install
-
Run the app
npm run dev
-
Build the app
npm run build
- 3D grid for each layer in simple cnn
- Handling of different model types
See the open issues for a full list of proposed features (and known issues).