Debugging Tools
No due date
28% complete
It is difficult to figure out why a neural network isn't working.
Printing neural network data will allow human and machine parsing for visualization of neural network activity.
The end goal is to have the following activity data available
- Synapse Received
- Synapse Sent
- Sensor Synchronized
- Neuron Activated
- Actuator Output Hook
The activity data will incl…
It is difficult to figure out why a neural network isn't working.
Printing neural network data will allow human and machine parsing for visualization of neural network activity.
The end goal is to have the following activity data available
- Synapse Received
- Synapse Sent
- Sensor Synchronized
- Neuron Activated
- Actuator Output Hook
The activity data will include information about
- Nodes Involved
- Neuron Connection Info
- Activation Function Identifier
- Sync Function Identifier
- Output Hook Identifier
This data should be enough to construct a visualization of the neural network activity. It would be really cool to see an animation of data as it's received.