Open greyshaman opened 1 week ago
At the moment, there is a method for configuring neuron inputs, but there is no way to serialize the configuration of connections between neurons.
The connection of neurons is the responsibility of the network, so we need to include the configuration of neuron inputs in the network configuration. As a result, the network configuration should include:
Problem: It is time-consuming and inconvenient to manually configure a network.
Solution: We need a way to generate configuration data and upload it to a network, which would then create a structure based on the configuration and store the resulting structure as configuration data.