معرفی شرکت ها


Brian2Lava-1.0.0a1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An open source Brian2 interface for the neuromorphic computing framework Lava
ویژگی مقدار
سیستم عامل -
نام فایل Brian2Lava-1.0.0a1
نام Brian2Lava
نسخه کتابخانه 1.0.0a1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Carlo Michaelis, Francesco Negri, Winfried Oed, Jannik Luboeinski, Andrew Lehr, Tristan Stöber
ایمیل نویسنده carlo.michaelis@gmail.com
آدرس صفحه اصلی https://gitlab.com/tetzlab/brian2lava
آدرس اینترنتی https://pypi.org/project/Brian2Lava/
مجوز MIT
# Brian2Lava The goal of this open source project is to develop a [Brian2](https://github.com/brian-team/brian2) interface for the neuromorphic computing framework [Lava](https://github.com/lava-nc/lava), called Brian2Lava, to facilitate deployment of brain-inspired algorithms on Lava-supported neuromorphic hardware and emulator backends. Brian2 is an open source Python package developed and used by the computational neuroscience community to simulate spiking neural networks. The readme contain a quick introduction. For more detailed information visit our website and our documentation. * [Website](https://brian2lava.gitlab.io/) * [Documentation](https://brian2lava.gitlab.io/docs) ## Installation Brian2Lava currently supports Lava with `CPU` backend. We’re working on `Loihi` support. Please feel free to test Brian2Lava and report issues. `Brian2Lava` requires that `Lava` is installed. Since `Lava` is currently not available on `pypi.org`, you need to install it from the the `Lava` GitHub repository via: ``` pip install https://github.com/lava-nc/lava/releases/download/v0.6.0/lava_nc-0.6.0.tar.gz ``` The installation of `Brian2Lava` is provided via the the Python Package Index (`pip`): ``` pip install brian2lava ``` Note: perhaps also `conda` will be supported later. ## Getting started Using Brian2Lava requires only two steps. First, import the package: ``` import brian2lava ``` Second, set the lava device and your hardware backend (currently only `CPU` is supported, we’re actively working on `Loihi`): ``` set_device('lava', hardware='CPU') ``` For a full example visit the ['Getting Started' page on our website](https://brian2lava.gitlab.io/).


نیازمندی

مقدار نام
>=2.5.1 brian2
>=2.7 jinja2
>=0.6.0 lava-nc
==2.0.1 markupsafe
- matplotlib
==1.23.5 numpy
- pytest
>=2022.10.31 regex
- scipy


زبان مورد نیاز

مقدار نام
>3.8 Python


نحوه نصب


نصب پکیج whl Brian2Lava-1.0.0a1:

    pip install Brian2Lava-1.0.0a1.whl


نصب پکیج tar.gz Brian2Lava-1.0.0a1:

    pip install Brian2Lava-1.0.0a1.tar.gz