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]: make binary input possible #445

Closed kitsudaiki closed 1 month ago

kitsudaiki commented 2 months ago

Feature

Description

In order to be capable for more use-cases, a workaround should be implemented, to make it possible to process binary input-data, which have only the value 0 or 1. Normally this would be a problem for the network, because of its growing algorithm.

Acceptance Criteria