AI Foundations
Spiking neural network
An AI network whose parts communicate through separate bursts called spikes.
Example
An AI processes information through brief signals over time.
Why people use it
It explores learning through timed signals rather than only continuously varying values.
What you'll hear
“The units communicate with brief spikes.”
What this means for you
Ask whether this design improves the specific task's speed or power use.
Can you control it?
Developer-only
The people building or running the AI choose this setup. An everyday user generally needs their help to change how this part works.
Common questions
- Does this mean the computer has a biological brain?
- No. It borrows selected ideas about signaling rather than reproducing a complete living nervous system.
- Can the timing of a spike carry information?
- Yes. Both whether a spike occurs and when it occurs can matter.
- Does it automatically run efficiently on ordinary hardware?
- No. Benefits depend on the software, hardware and task.