Questions tagged [php-fann]

1 questions
0
votes
1 answer

How to ignore specific inputs for some outputs?

I am trying to implement a neural network with "PHP wrapper for FANN" library. As inputs I have 10 sensors which return different float and integer values (for example, presence detector returns 1/0, light sensor returns 0-1000, temperature sensor…
BArtWell
  • 4,176
  • 10
  • 63
  • 106