0

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?

Lain Iwakura
  • 105
  • 1
  • 5
  • 1
    Look into [SKLearn's preprocessing](http://scikit-learn.org/stable/modules/classes.html#module-sklearn.preprocessing) tools. You might transform your data before passing to MLPRegressor using StandardScaler. – Jarad Oct 28 '18 at 19:21
  • I'm going to study about it, thank you Jarad! – Lain Iwakura Oct 28 '18 at 19:51

0 Answers0