brainspy.processors#
Main package for handling all related simulations and hardware measurements of dopant-networks. Check https://github.com/BraiNEdarwin/brains-py/wiki/C.-Package-Description
Modules
It is a very similar class to that of Processor, but it contains the con- trol voltages, declared as learnable parameters. |
|
This package contains the files necessary for handling the hardware processors within the main Processor class. |
|
Provides with additional modules, which are associated to a Processor class by an aggregation relationship, that can already replicate the scaling of DNPUs in ways that are known to work well. |
|
For providing seamless validation on hardware, the brains-py library leverages on the concept of Processor, which allows to change the internal behaviour of the class to measure on simulations or hardware measurements, while maintaining an equivalent behaviour for the public methods. |
|
This package contains the files necessary for handling the software processors that handle internal differences within the main Processor class. |