All Questions
Tagged with relu standardization
1 question
0
votes
1
answer
115
views
Autoencoder accuracy with standardized data
I want to make an autoencoder over the data that I originally standardized (that is, the data is now normally distributed ~ N(0,1)). The activation functions I use in the linear autoencoder is ReLu.
...