Skip to content

minimizeAutoencoder #14

@tmelconian

Description

@tmelconian

This refers to the prerelease of 0.12 from Git, commit b85978e

  1. 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.
  2. 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?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions