MicroMLP icon indicating copy to clipboard operation
MicroMLP copied to clipboard

Real values

Open pedrocnf opened this issue 3 years ago • 1 comments

Hi,

I want to code usig the following set of examples:

mlp.AddExample( [32, 45], [1] )

with real (Float) numbers, how could I do that?

thx

pedrocnf avatar Jul 14 '20 00:07 pedrocnf

@pedrocnf, you must to have a minimum and a maximum range values. Between 0 and 1 for example, to set your entries.

jczic avatar Sep 17 '22 20:09 jczic