kitsudaiki / OpenHanami

OpenHanami contains an experimental artificial neural network, which can work on unnormalized input-data in a cloud native environment.
https://docs.openhanami.com
Apache License 2.0
9 stars 0 forks source link

[Feature]: implement Axons #467

Closed kitsudaiki closed 1 month ago

kitsudaiki commented 1 month ago

Feature

Description

The concept of Axons based on the human brain (https://de.wikipedia.org/wiki/Axon) was already part in the really first versions of the project. They were removed at some point, because they were not absolutely necessary for the base function. Now since there is a solid base with useful performance, the concept of the Axons should be added again. Thanks to the current structure, it should be able to implement them much better than in the past and without any breaking changes.

Acceptance Criteria