This
0 => [0] 1 => [1,0] 2 => [1,1,0] is easy but assumes a too extreme input value distribution.Does anybody have a suggestion for an encoder that is more suitable for real-world values that are, for instance, normally distributed?
This
0 => [0] 1 => [1,0] 2 => [1,1,0] is easy but assumes a too extreme input value distribution.Does anybody have a suggestion for an encoder that is more suitable for real-world values that are, for instance, normally distributed?