-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
This refers to the prerelease of 0.12 from Git, commit b85978e
- The example in the minimizeAutoencoder documentation doesn't run as coded. It's missing a comma, and after that fix, it gives errors about non-conformable arrays.
- This is the closest version I was able to get to run:
tmp<-darch(iris[,1:4], iris[,1:4], c(4,10,2,10,4), darch.isClass=F, darch.fineTuneFunction = "minimizeAutoencoder", darch.numEpochs=20,darch.unitFunction=tanhUnit,preProc.params = list(method=c('center','scale')))
However this produces MSE which never decreases, and warnings about NaNs, so I think I'm still doing it wrong. Could you provide a working example of how to use minimizeAutoencoder properly?
Reactions are currently unavailable