autoencoderDB.Rd
The present function compress data using autoencoder partially connected
autoencoderDB(
group = c("sudo", "docker"),
scratch.folder,
file,
separator,
permutation,
nEpochs,
patiencePercentage = 5,
seed = 1111,
projectName,
lr = 0.01,
loss = "mean_squared_error"
)
a character string. Two options: sudo or docker, depending to which group the user belongs
a character string indicating the path of the scratch folder
a character string indicating the path of the file, with file name and extension included
separator used in count file, e.g. '\t', ','
number of permutations to perform the pValue to evaluate clustering
number of Epochs for neural network training
number of Epochs percentage of not training before to stop.
important value to reproduce the same results with same input
might be different from the matrixname in order to perform different analysis on the same dataset
learning rate, the speed of learning. Higher value may increase the speed of convergence but may also be not very precise
loss of function to use, for other loss of function check the keras loss of functions.
if (FALSE) {
}