kitsudaiki / Hanami

A custom developed artificial neural network, which can grow over time and doesn't require normalization of input-values, within an as-a-Service structure.
https://docs.hanami-ai.com
Apache License 2.0
8 stars 0 forks source link

[Feature]: 3-dimensional neural networks #233

Open kitsudaiki opened 7 months ago

kitsudaiki commented 7 months ago

Feature

Description

One idea of the original concept were 3-dimensional neural networks. Theoretically it should better mix different inputs, but it was never tested, because other basic stuff was missing. The bricks basically already support 3 coordinates, so there should be no changes in the cluster-templates necessary.

Acceptance Criteria

Additional Information

Blocked by

How to test

kitsudaiki commented 4 months ago

should already work, but never tested so far

kitsudaiki commented 2 months ago

brick-initializing in cluster_init still doesn't support 3-dimensions