Skip to content

cleanupDev/nn_visualization

Repository files navigation

WIP: Neural Network Visualizer

Description

This is a work in progress project to visualize a simple MLP neural network.


WIP Features

  • Neuron Information window
  • gradient information
  • manually stepping through forwardpass
  • manually stepping through backpropagation
  • different training modes (manual, epochs)
  • problem/dataset information
  • different datasets
  • convolutional layers

Mockup

image


Colors

  • #121212: Background
  • #1971c2: Neurons
  • #e03131: Negative Connection
  • #2f9e44: Positive Connection
  • #1e1e1e: Text

About

WIP - Visualizes what happens in simple neural nets.

Resources

Stars

Watchers

Forks

Languages