We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the multilayer code, in the beginning, the code asks:
layer_size = 197 # Define the number of nodes per layer. We used the BNA, with some regions removed
When one has layers, with different number of nodes, and nodes are interdependent, how do you approach this?
The text was updated successfully, but these errors were encountered:
was this issue solved @jantinerottgering?
@fnobregasantos @lcbreedt
Sorry, something went wrong.
Code wasn't compatible with multiple layers with different numbers of non-corresponding nodes. Perhaps could be clarified in the script?
No branches or pull requests
In the multilayer code, in the beginning, the code asks:
layer_size = 197 # Define the number of nodes per layer. We used the BNA, with some regions removed
When one has layers, with different number of nodes, and nodes are interdependent, how do you approach this?
The text was updated successfully, but these errors were encountered: