I'm in the process of creating a neural network editor. It will allow us to visually create and edit networks of nodes. Each node is represented by a circle, and each connection is a directional line between two nodes.
Planned Features
- Create and delete nodes
- Draw connections between nodes
- Edit the properties of nodes
I'm in the process of creating a neural network editor. It will allow us to visually create and edit networks of nodes. Each node is represented by a circle, and each connection is a directional line between two nodes.
Planned Features