To avoid redundancy across the single files systems, we made a shared file containing the networks. This approach ensures clarity and is easy to maintain.
How?
Develop the get_networks function to enable user selection between feedforward or recurrent networks, and to specify whether the training is centralized or independent.
What?
Make a shared file for the networks.
Why?
To avoid redundancy across the single files systems, we made a shared file containing the networks. This approach ensures clarity and is easy to maintain.
How?
Develop the
get_networks
function to enable user selection between feedforward or recurrent networks, and to specify whether the training is centralized or independent.