SPICEnet is an artificial neural network that is capable of identifying the mathematical relationship between two values. This library provides a single core implementation for quick usage. For more information about the network look up the pdf in the docs folder.
pip install spicenet
If you want to use the plotting subpackage use this command instead:
pip install spicenet[plotting]
Please take a look at the tutorial notebook.
The Notebooks you will find in this repository, are examples on how to use this library.
- tests: This notebook is only for test cases, it might not be running.
- solar panels: This notebook shows you how to calculate the voltage of a solar panel by the lux level of the environment.
- tutorial: Follow this guid on how to use this library