how to dynamically scale autoencoder with different input features
I am trying to use one code and create autoencoder with following configuration hidden=c(6,6,6) as shown below. Question: 1) How can I use the same code for multiple input dataframe such that one can have 20 features and other can have 400 and 1000 and so on. Goal is to change the hidden vector 2) What does hidden=c(6,6,6)…