ajsousal / brainspy-tasks

A python package based on the brains-py library to peform benchmark tests and tasks for studying the capacity of the boron-doped silicon devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brains-py tasks

A python package based on the brains-py library to peform benchmark tests and tasks for studying the capacity of the boron-doped silicon devices. The package is part of the brains-py project, a set of python libraries to support the development of nano-scale in-materio hardware neural-network accelerators.

  • Tools: A python package to support the study of Dopant Network Processing Units as hardware accelerators for non-linear operations. Its aim is to support key functions for hardware setups and algorithms related to searching functionality on DNPUs and DNPU architectures both in simulations and in hardware.
  • Tools: A python package for creating surrogate models of nano-electronic materials.

Insert image

1. General description

This package supports the following tasks:

  • Boolean classifier:
    • A single boolean gate classifier
    • VC-Dimension tests
    • Capacity tests for checking the performance on multiple VC-Dimensions
  • Ring classifier:
    • A particular ring classifier with a given separation gap
    • Multiple runs on a ring classifier with a given separation gap
    • Capacity tests for checking the performance on multiple separation gaps for several runs

2. Installation instructions

The installation instructions differ depending on whether if you want to install as a developer or as a user of the library. Please follow the instructions that are most suitable for you:

3. License and libraries

This code is released under the GNU GENERAL PUBLIC LICENSE Version 3. Click here to see the full license. The package relies on the following libraries:

  • brains-py
  • matplotlib

4. Acknowledgements

This package has been created and it is maintained by the Brains team of the NanoElectronics research group at the University of Twente. It has been designed and developed by:

With the contribution of:

Some of the code present in this project has been refactored from the skynet legacy project. The original contributions to the scripts, which are the base of this project, can be found at skynet, and the authorship remains of those people who collaborated in it. Using existing scripts from skynet, a whole new structure has been designed and developed to be used as a general purpose python library.

About

A python package based on the brains-py library to peform benchmark tests and tasks for studying the capacity of the boron-doped silicon devices.


Languages

Language:Python 100.0%