I am making a AutoEncoder on Tensorflow which takes input as a 3 D Matrix whose value lie in the range of [-1,1]. What is the optimal activation function for this scenario?
Also, what is the rule of thumb in selecting the activation function w.r.t to the input ranges?