darch
darch copied to clipboard
Create deep architectures in the R programming language
I was wondering whether darch can be used for achieving dimensionality reduction. do we have any samples to refer to?
In dataset.R Instead ``` # Remove data from dataset if necessary # TODO better name? postProcessDataSet
Function preTrainDArch return last model. May be is better to return best model + add stopAfterEpochs?
This refers to the prerelease of 0.12 from Git, commit b85978e881bd2e76037df1540fcf1898b9246ad2 1. The example in the minimizeAutoencoder documentation doesn't run as coded. It's missing a comma, and after that fix,...