hnn_core.hnn_io.dict_to_network#

hnn_core.hnn_io.dict_to_network(net_data, read_drives=True, read_external_biases=True)[source]#

Converts a dict of network configurations to a Network

Parameters:
net_datadict

Dictionary containing network configurations.

read_drivesbool, optional

Read-in drives to Network object. Default is True.

read_external_biasesbool, optional

Read-in external biases to Network object. Default is True.

ReturnsNetwork
——-