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.
- 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
Try the live demo: MLP-Plotter GitHub Pages
- Open the tool in your web browser.
- Enter the number of layers and the units in each layer.
- Customize the node and line properties.
- Click the "Draw Graph" button to visualize the MLP structure.
To run the tool locally:
- Clone the repository:
git clone https://github.com/Taka-Hashimoto/mlp-plotter.git
- Navigate to the project directory:
cd mlp-plotter
- Open
index.html
in your web browser.
mlp-plotter/
├── index.html
├── style.css
├── script.js
└── README.md
Contributions are welcome! Please create an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.