I'm using scikit-learn, and trying to understand how normalize my input variables, for different activation functions using MLPregressor:
- Relu
- Tanh
- Logistic
How can i properly normalize the data for this activation functions?
I'm using scikit-learn, and trying to understand how normalize my input variables, for different activation functions using MLPregressor:
How can i properly normalize the data for this activation functions?