Neural Network Example
This example visualizes a simple neural network with input, hidden, and output layers. It demonstrates:
- Flow layouts for arranging layers horizontally and nodes vertically
- Repeater for generating nodes and connections from data
- Conditional styling using CxJS expressions to color nodes by layer type
- StraightLine for connecting all nodes between adjacent layers