sinabs


Namesinabs JSON
Version 3.0.3 PyPI version JSON
download
home_pageNone
SummarySynSense Spiking Neural Network simulator for deep neural networks (DNNs).
upload_time2025-07-22 13:23:43
maintainerNone
docs_urlNone
authorSynSense (formerly AiCTX)
requires_pythonNone
licenseApache 2.0
keywords spiking neural networks machine learning snn dynapcnn speck
VCS
bugtrack_url
requirements pbr numpy torch nir nirtorch samna
Travis-CI No Travis.
coveralls test coverage
            [![PyPI - Package](https://img.shields.io/pypi/v/sinabs.svg)](https://pypi.org/project/sinabs/)
[![Documentation Status](https://readthedocs.org/projects/sinabs/badge/?version=main)](https://sinabs.readthedocs.io)
[![codecov](https://codecov.io/gh/synsense/sinabs/branch/develop/graph/badge.svg?token=JPGAW4SH1W)](https://codecov.io/gh/synsense/sinabs)
[![PyPI - Downloads](https://img.shields.io/pypi/dd/sinabs)](https://pepy.tech/project/sinabs)
[![Discord](https://img.shields.io/discord/852094154188259338)](https://discord.gg/V6FHBZURkg)
![sinabs](docs/_static/sinabs-logo-lowercase-whitebg.png)

Sinabs (Sinabs Is Not A Brain Simulator) is a python library for the development and implementation of Spiking Convolutional Neural Networks (SCNNs).
The library implements several layers that are `spiking` equivalents of CNN layers.
In addition it provides support to import CNN models implemented in torch conveniently to test their `spiking` equivalent implementation.
This project is managed by SynSense (former aiCTX AG).

The `sinabs-dynapcnn` was incorporated to this project, and it enables porting sinabs models to chips and dev-kits with DYNAP-CNN technology.


Installation
------------
For the stable release on the main branch:
```
pip install sinabs
```
or (thanks to [@Tobias-Fischer](https://github.com/Tobias-Fischer))
```
conda install -c conda-forge sinabs
```

For the latest pre-release on the develop branch that passed the tests:
```
pip install sinabs --pre
```
The package has been tested on the following configurations
[![](http://github-actions.40ants.com/synsense/sinabs/matrix.svg?only=ci.multitest)](https://github.com/synsense/sinabs)


Documentation and Examples
--------------------------
[https://sinabs.readthedocs.io/](https://sinabs.readthedocs.io/)

Questions? Feedback?
--------------------
Please join us on the [#sinabs Discord channel](https://discord.gg/V6FHBZURkg)!

- If you would like to report bugs or push any changes, you can do this on our [github repository](https://github.com/synsense/sinabs/issues).

License
-------
Sinabs is published under Apache v2.0. See the LICENSE file for details.


Contributing to Sinabs
------------------------
Checkout the [contributing](https://sinabs.readthedocs.io/en/develop/about/contributing.html) page for more info.


Citation
--------

In case you find this software library useful for your work please consider citing it as follows:

```
@software{sinabs,
author = {Sheik, Sadique and Lenz, Gregor  and Bauer, Felix and Kuepelioglu, Nogay },
doi = {10.5281/zenodo.8385545},
license = {Apache-2.0},
title = {{SINABS: A simple Pytorch based SNN library specialised for Speck}},
url = {https://github.com/synsense/sinabs}
}
```




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sinabs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "spiking neural networks, machine learning, SNN, DYNAPCNN, Speck",
    "author": "SynSense (formerly AiCTX)",
    "author_email": "support@synsense.ai",
    "download_url": "https://files.pythonhosted.org/packages/85/d1/3f614c7521656620c7cf06caf31f0b9de7e55982ef1962ad951afede5847/sinabs-3.0.3.tar.gz",
    "platform": null,
    "description": "[![PyPI - Package](https://img.shields.io/pypi/v/sinabs.svg)](https://pypi.org/project/sinabs/)\n[![Documentation Status](https://readthedocs.org/projects/sinabs/badge/?version=main)](https://sinabs.readthedocs.io)\n[![codecov](https://codecov.io/gh/synsense/sinabs/branch/develop/graph/badge.svg?token=JPGAW4SH1W)](https://codecov.io/gh/synsense/sinabs)\n[![PyPI - Downloads](https://img.shields.io/pypi/dd/sinabs)](https://pepy.tech/project/sinabs)\n[![Discord](https://img.shields.io/discord/852094154188259338)](https://discord.gg/V6FHBZURkg)\n![sinabs](docs/_static/sinabs-logo-lowercase-whitebg.png)\n\nSinabs (Sinabs Is Not A Brain Simulator) is a python library for the development and implementation of Spiking Convolutional Neural Networks (SCNNs).\nThe library implements several layers that are `spiking` equivalents of CNN layers.\nIn addition it provides support to import CNN models implemented in torch conveniently to test their `spiking` equivalent implementation.\nThis project is managed by SynSense (former aiCTX AG).\n\nThe `sinabs-dynapcnn` was incorporated to this project, and it enables porting sinabs models to chips and dev-kits with DYNAP-CNN technology.\n\n\nInstallation\n------------\nFor the stable release on the main branch:\n```\npip install sinabs\n```\nor (thanks to [@Tobias-Fischer](https://github.com/Tobias-Fischer))\n```\nconda install -c conda-forge sinabs\n```\n\nFor the latest pre-release on the develop branch that passed the tests:\n```\npip install sinabs --pre\n```\nThe package has been tested on the following configurations\n[![](http://github-actions.40ants.com/synsense/sinabs/matrix.svg?only=ci.multitest)](https://github.com/synsense/sinabs)\n\n\nDocumentation and Examples\n--------------------------\n[https://sinabs.readthedocs.io/](https://sinabs.readthedocs.io/)\n\nQuestions? Feedback?\n--------------------\nPlease join us on the [#sinabs Discord channel](https://discord.gg/V6FHBZURkg)!\n\n- If you would like to report bugs or push any changes, you can do this on our [github repository](https://github.com/synsense/sinabs/issues).\n\nLicense\n-------\nSinabs is published under Apache v2.0. See the LICENSE file for details.\n\n\nContributing to Sinabs\n------------------------\nCheckout the [contributing](https://sinabs.readthedocs.io/en/develop/about/contributing.html) page for more info.\n\n\nCitation\n--------\n\nIn case you find this software library useful for your work please consider citing it as follows:\n\n```\n@software{sinabs,\nauthor = {Sheik, Sadique and Lenz, Gregor  and Bauer, Felix and Kuepelioglu, Nogay },\ndoi = {10.5281/zenodo.8385545},\nlicense = {Apache-2.0},\ntitle = {{SINABS: A simple Pytorch based SNN library specialised for Speck}},\nurl = {https://github.com/synsense/sinabs}\n}\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "SynSense Spiking Neural Network simulator for deep neural networks (DNNs).",
    "version": "3.0.3",
    "project_urls": {
        "Documentation": "https://readthedocs.org/projects/sinabs/",
        "Source code": "https://github.com/synsense/sinabs"
    },
    "split_keywords": [
        "spiking neural networks",
        " machine learning",
        " snn",
        " dynapcnn",
        " speck"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd36eb1934833a2b70103cfcb84536cd92791504c9a731c98a9623d19ec9a266",
                "md5": "674e91985454224d545fd9153161beb1",
                "sha256": "4bbe7ace2a6e17f1b585b5f470b8e75209f871571fe3ad001cbb635cd1d235df"
            },
            "downloads": -1,
            "filename": "sinabs-3.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "674e91985454224d545fd9153161beb1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 98975,
            "upload_time": "2025-07-22T13:23:41",
            "upload_time_iso_8601": "2025-07-22T13:23:41.532373Z",
            "url": "https://files.pythonhosted.org/packages/fd/36/eb1934833a2b70103cfcb84536cd92791504c9a731c98a9623d19ec9a266/sinabs-3.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85d13f614c7521656620c7cf06caf31f0b9de7e55982ef1962ad951afede5847",
                "md5": "2c504b65e218c561145b80c3ae1dd175",
                "sha256": "13243cdda104e81e886d97be202a4a7df0a4a6963bf6af3fcaa1be6fae4d6a6a"
            },
            "downloads": -1,
            "filename": "sinabs-3.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2c504b65e218c561145b80c3ae1dd175",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4450276,
            "upload_time": "2025-07-22T13:23:43",
            "upload_time_iso_8601": "2025-07-22T13:23:43.641482Z",
            "url": "https://files.pythonhosted.org/packages/85/d1/3f614c7521656620c7cf06caf31f0b9de7e55982ef1962ad951afede5847/sinabs-3.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 13:23:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "synsense",
    "github_project": "sinabs",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "pbr",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "torch",
            "specs": [
                [
                    ">=",
                    "1.8"
                ]
            ]
        },
        {
            "name": "nir",
            "specs": [
                [
                    "<=",
                    "1.0.4"
                ]
            ]
        },
        {
            "name": "nirtorch",
            "specs": []
        },
        {
            "name": "samna",
            "specs": [
                [
                    ">=",
                    "0.33"
                ]
            ]
        }
    ],
    "lcname": "sinabs"
}
        
Elapsed time: 1.00622s