معرفی شرکت ها


Brian2CUDA-1.0a1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Brian2 extention to simulate spiking neural networks on GPUs
ویژگی مقدار
سیستم عامل -
نام فایل Brian2CUDA-1.0a1
نام Brian2CUDA
نسخه کتابخانه 1.0a1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Denis Alevi, Moritz Augustin and Marcel Stimberg
ایمیل نویسنده mail@denisalevi.de
آدرس صفحه اصلی http://github.com/brian-team/brian2cuda
آدرس اینترنتی https://pypi.org/project/Brian2CUDA/
مجوز -
Brian2CUDA ========== Brian2CUDA is an extension of the spiking neural network simulator [Brian2](https://github.com/brian-team/brian2), written in Python. It generates C++/CUDA code to run simulations on NVIDIA GPUs. For **support**, please use the [Brian forum](https://brian.discourse.group/). If you think you found a bug in Brian2CUDA, please report it at the [GitHub issue tracker](https://github.com/brian-team/brian2cuda/issues). For **installation and usage instructions**, check out the [Brian2CUDA documentation](https://brian2cuda.readthedocs.io). For information on general Brian2 usage, check out the [Brian2 documentation](http://brian2.readthedocs.io). ### Quick start #### Installation You can install Brian2CUDA via `pip`: ```bash python -m pip install brian2cuda ``` This will install a compatible version of Brian2 as dependency. For installation requirements and GPU configuration, check out the [Brian2CUDA documentation](https://brian2cuda.readthedocs.io/en/latest/index.html). #### Usage Use your Brian2 code (see [Brian2 documentation](http://brian2.readthedocs.io/en/stable/index.html)) and modify the imports to: ```python # Standard Brian2 import from brian2 import * # Enable GPU usage via Brian2CUDA import brian2cuda set_device("cuda_standalone") ``` See [Brian2's standalone code generation](https://brian2.readthedocs.io/en/stable/user/computation.html?highlight=set_device#standalone-code-generation) for more options for the `set_device` call. ### Citation If you use this software in a published article, please cite [our Brian2CUDA publication](https://www.frontiersin.org/articles/10.3389/fninf.2022.883700): > Alevi, D, Stimberg, M, Sprekeler, H, Obermayer, K, Augustin, M. “Brian2CUDA: flexible and efficient simulation of spiking neural network models on GPUs” Frontiers in Neuroinformatics (2022). doi: 10.3389/fninf.2022.883700. ### License Brian2CUDA is free software licensed under the [GNU General Public License v3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.en.html).


نیازمندی

مقدار نام
==2.4.2 brian2
>=1.8 sphinx
- pytest
>=1.22.3 pytest-xdist


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

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl Brian2CUDA-1.0a1:

    pip install Brian2CUDA-1.0a1.whl


نصب پکیج tar.gz Brian2CUDA-1.0a1:

    pip install Brian2CUDA-1.0a1.tar.gz