brainspy.utils.performance.data#

Package for describing the dataset for training a perceptron after the signal of a Processor class or one of its children.

Functions

get_data(results, batch_size)

Initialises the perceptron Dataset and loads the dataset into the Pytorch Dataloader.

Classes

PerceptronDataset(inputs, targets[, device])

This class is an instace of the Pytorch Dataset.