brainspy.utils.manager#
Class to retrieve data specified in a dictionary used to train a model. The class methods require a configuration dictionary with data keys specific to do a task. It can be used to get an optimizer,fitness function,driver or an algorithm for training a model.
Functions
|
To get an Adam optimizer object which include added information to train a specific model. |
|
To get a default train function for either GA - genetic algorithm or GD - Gradient Descent, based on its name. |
|
Returns a loss/fitness function from brainspy.algorithms.modules.signal module given a string name. |
|
To get an instance of a driver object from brainspy.processors.hardware.drivers.nidaq/cdaq based on a configurations dictionary. |
|
Gets either a genetic algorithm or a gradient descent pytorch optimizer object from a dictionary. |