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]: allow negative input-values #469

Open kitsudaiki opened 1 month ago

kitsudaiki commented 1 month ago

Feature

Description

Currently only positive input-values are possivle. Every negative value is handled by the network, like it is 0. This should be changed by adding a small workaround.

Acceptance Criteria