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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -