Skip to content

Sensorimotor Processing, Intelligence, and Control with Embedded Neural Networks (SPICEnet)

License

Notifications You must be signed in to change notification settings

th-nuernberg/spicenet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPICEnet in Python

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.

Install

pip install spicenet

If you want to use the plotting subpackage use this command instead:
pip install spicenet[plotting]

How to use

Please take a look at the tutorial notebook.

Notebooks

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

About

Sensorimotor Processing, Intelligence, and Control with Embedded Neural Networks (SPICEnet)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published