sakuya/node_modules/neataptic/mkdocs/templates/docs/architecture/architecture.md

11 lines
368 B
Markdown
Raw Normal View History

2022-04-10 00:37:53 +08:00
If you want to built your completely custom neural network; this is the place to be.
You can build your network from the bottom, using nodes and connections, or you can
ease up the process by using groups and layers.
* [Connection](connection.md)
* [Node](node.md)
* [Group](group.md)
* [Layer](layer.md)
* [Network](network.md)
* [Construct](construct.md)