Skip to content

Taka-Hashimoto/mlp-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLP-Plotter

MLP-Plotter is a simple web-based tool for visualizing the structure of a Multi-Layer Perceptron (MLP) neural network. You can specify the number of layers and units in each layer, as well as customize the appearance of the nodes and connections.

Features

  • Specify the number of layers and units in each layer
  • Customize node color, line color, line width, and node radius
  • Adjust the spacing between layers
  • Choose whether connections start from the center or edge of the nodes

Demo

Try the live demo: MLP-Plotter GitHub Pages

Usage

  1. Open the tool in your web browser.
  2. Enter the number of layers and the units in each layer.
  3. Customize the node and line properties.
  4. Click the "Draw Graph" button to visualize the MLP structure.

Installation

To run the tool locally:

  1. Clone the repository:
    git clone https://github.com/Taka-Hashimoto/mlp-plotter.git
  2. Navigate to the project directory:
    cd mlp-plotter
  3. Open index.html in your web browser.

Project Structure

mlp-plotter/
├── index.html
├── style.css
├── script.js
└── README.md

Contributing

Contributions are welcome! Please create an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.