https://github.com/djsaunde/neurodynexmod
A "fork" of the Python package found here: https://pypi.python.org/pypi/neurodynex/. Modifying the Hopfield code to try different network connectivity.
https://github.com/djsaunde/neurodynexmod
Last synced: about 1 year ago
JSON representation
A "fork" of the Python package found here: https://pypi.python.org/pypi/neurodynex/. Modifying the Hopfield code to try different network connectivity.
- Host: GitHub
- URL: https://github.com/djsaunde/neurodynexmod
- Owner: djsaunde
- License: gpl-2.0
- Created: 2017-01-21T15:18:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T15:19:46.000Z (over 9 years ago)
- Last Synced: 2025-04-12T17:42:40.722Z (over 1 year ago)
- Language: Python
- Size: 2.64 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
|Build Status| |Doc Status| |Pypi Repo| |Conda Repo|
Neuronal Dynamics: Python Exercises
===================================
This repository contains python exercises accompanying the book
`Neuronal Dynamics `__ by Wulfram Gerstner, Werner M. Kistler, Richard Naud and Liam Paninski. References to relevant chapters will be added in the `Teaching Materials `__ section of the book homepage.
Exercises & Documentation
-------------------------
The full documentation and the exercises `can be found at readthedocs `__.
Quickstart
----------
To install the exercises using ``pip`` simply execute:
.. code-block:: bash
pip install --upgrade neurodynex
To install the exercises with anaconda/miniconda execute:
.. code-block:: bash
conda install -c brian-team -c epfl-lcn neurodynex
Brian1
------
This (master) branch is a rewrite of all python exercises for the more recent `Brian2 Simulator `__. The old exercises using brian1 are still available on the `brian1 branch `__.
License
-------
This free software: you can redistribute it and/or modify it under the terms of the GNU General Public License 2.0 as published by the Free Software Foundation. You should have received a copy of the GNU General Public License along with the repository. If not, see http://www.gnu.org/licenses/.
Should you reuse and publish the code for your own purposes, please point to the webpage http://neuronaldynamics.epfl.ch or cite the book: *Wulfram Gerstner, Werner M. Kistler, Richard Naud, and Liam Paninski. Neuronal Dynamics: From Single Neurons to Networks and Models of Cognition. Cambridge University Press, 2014.*
Contributors (alphabetically)
-----------------------------
* Parima Ahmadipouranari (LCN, EPFL)
* Bernd Illing (LCN, EPFL)
* Marco Lehmann (LCN, EPFL)
* Alexander Seeholzer (LCN, EPFL)
* Hesam Setareh (LCN, EPFL)
* Lorric Ziegler (LCN, EPFL)
.. |Build Status| image:: https://travis-ci.org/EPFL-LCN/neuronaldynamics-exercises.svg?branch=master
:target: https://travis-ci.org/EPFL-LCN/neuronaldynamics-exercises
.. |Doc Status| image:: https://readthedocs.org/projects/neuronaldynamics-exercises/badge/?version=latest
:target: http://neuronaldynamics-exercises.readthedocs.org/
.. |Conda Repo| image:: https://anaconda.org/epfl-lcn/neurodynex/badges/version.svg
:target: https://anaconda.org/epfl-lcn/neurodynex
.. |Pypi Repo| image:: https://badge.fury.io/py/neurodynex.svg
:target: https://pypi.python.org/pypi/neurodynex