Skip to content

Neural network simulation of the Zbrodoff Experiment in Nengo.

License

Notifications You must be signed in to change notification settings

blat-blatnik/Zbrodoff-In-Nengo

Repository files navigation

Zbrodoff-In-Nengo

This is a neural simulation of the Zbrodoff experiment implemented in Nengo. The models are supposed to verify simple equations such as A+2=C. You can read the presentation if you're interested in learning more, or the thesis report if you're really interested.

Requirements

  • Python 3
  • Nengo ($ pip install nengo)
  • Nengo SPA ($ pip install nengo-spa)
  • Matplotlib ($ pip install matplotlib)
  • NumPy ($ pip install numpy)
    • Optional: if you have a fast GPU and you're going to run the models many times, it might be worthwhile to install nengo-ocl. The setup for this is more involved, so only install it if you really need it.

You shouldn't need to worry about installing particular versions of the above, but in case you do here is what I used: Python 3.8.5, nengo 3.1.0, nengo-spa 1.2.0, matplotlib 3.3.3, numpy 1.19.5, nengo-ocl 2.1.0.

How to run

  • $ python3 combined_model.py to run the combined counting + learning model.
  • $ python3 counting_model.py to run the counting model.
  • $ python3 learning_model.py to run the learning model.
  • $ python3 plot_timing.py produces a response time comparison between this model, ACT-R, and human experimental data.

How to reproduce figures from paper

Running the models without modification should produce the same figures from the paper. Whenever a model is finished with a problem, a timestamp will be printed out - you can use these to recreate the response times hardcoded in plot_timing.py.

About

Neural network simulation of the Zbrodoff Experiment in Nengo.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published