tangledpath / ruby-fann

Ruby library for interfacing with FANN (Fast Artificial Neural Network)
https://github.com/tangledpath/ruby-fann
MIT License
496 stars 42 forks source link

what is input? #25

Closed fab1an2 closed 7 months ago

fab1an2 commented 3 years ago

What is input data? 0...1.0 or -1.0....+1.0 ?

git-steven commented 7 months ago

It depends on your activation function. Anything ending in "_symmetric", e.g., "sigmoid_symmetric".

fab1an2 commented 7 months ago

tell me what is input exactly from 0 to +1 or not. if answer is in table form please put it directly