python - How to normalise inputs inside a Keras model -


when using keras, found it's important normalise inputs variables (mean value = 0) , (standard error = 1). perform normalisation before start training, wonder if there way perform procedure inside model? such using dedicated layer or activation function it. don't need normalise inputs variables manually.


Comments

Popular posts from this blog

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -