Skip to content

Spiking neural net example#199

Draft
sneakers-the-rat wants to merge 5 commits into
mainfrom
nobes-snn
Draft

Spiking neural net example#199
sneakers-the-rat wants to merge 5 commits into
mainfrom
nobes-snn

Conversation

@sneakers-the-rat
Copy link
Copy Markdown
Collaborator

@sneakers-the-rat sneakers-the-rat commented Mar 14, 2026

here ya go dan, this makes probably the least computational sense of all the demos but here ya go - you can indeed do a spiking neural net where all the neurons run in different processes and spend 99% of the time in ser/des shuttling events back and forth lmao. cycles are actually no problem when you don't care about event alignment that much.

python -m noob run examples/snn-fully-connected.yaml --runner zmq-freerun

📚 Documentation preview 📚: https://noob--199.org.readthedocs.build/en/199/

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Mar 14, 2026

Merging this PR will improve performance by 10.03%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 1 improved benchmark
✅ 7 untouched benchmarks
⏩ 8 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation test_kitchen_sink_process[ZMQRunner-testing-kitchen-sink] 3.3 ms 3 ms +10.03%

Comparing nobes-snn (c52feda) with main (fbff7cf)

Open in CodSpeed

Footnotes

  1. 8 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this we'll actually merge - providing runners is a sort of obvious thing to be able to do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant