Skip to content

[TODO] topology defaulting API #64

@HyperCodec

Description

@HyperCodec

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions