Skip to content

runeharlyk/Neural-Visualizer

Repository files navigation

Neural Visualizer 🧠

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

Overview

This project it a website that renders the different layers of neural networks using THREE.js and Tensorflow.js.

Getting started

  1. Clone and open the new project

    git clone https://github.com/runeharlyk/Neural-Visualizer
  2. Install dependencies

    cd Neural-Visualizer
    npm install

Usage

Developing

  1. Run the app

    npm run dev

Building

  1. Build the app

    npm run build

Future

  • 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).

Support

Buy Me A Coffee

License

MIT