-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, nets are initialized by linking all output nodes with all inputs and applying sigmoid to all outputs. Instead of this, maybe could introduce some sort of "network constructor" trait that lets certain structs init a neural network (ex: SigmoidMLP::new<I, O>() -> NeuralNetworkTopology<I, O> or something of the sort).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request