darch icon indicating copy to clipboard operation
darch copied to clipboard

Create deep architectures in the R programming language

Results 4 darch issues
Sort by recently updated
recently updated
newest added

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

enhancement

Function preTrainDArch return last model. May be is better to return best model + add stopAfterEpochs?

enhancement

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,...

bug