Interactive Graphical Neural Networks
Overview
This web application is a graphical interface for creating neural networks at the level of individual nodes and edges. Users can create network architectures, train their network, and observe how the model learns.
Quickstart
  1. Press Set under Set Layers.
  2. Press Train under Train Model.
  3. Observe the model's performance and new weights on the network!
Usage
Creating the Neural Network Architecture
Training the Neural Network
Hyperparameters: These parameters can be adjusted to change the behavior of the model. Training the Model: The model can be trained to learn a function from a generated dataset. Running the Model: Run inference and backpropagation on a given test point. View Results: Visualize the model's performance with graphs.