All Projects → zygmuntz → msda-denoising

zygmuntz / msda-denoising

Licence: Apache-2.0 license
Using a very fast denoising autoencoder

Programming Languages

matlab
3953 projects
python
139335 projects - #7 most used programming language
r
7636 projects
M
324 projects

MSDA-denosing

The code for Spearmints experiments described in http://fastml.com/very-fast-denoising-autoencoder-with-a-robot-arm/.

spearmint - optimize hyperparams (layers and noise) for a random forest (or ridge regression)
spearmint_variable_noise - optimize noise separately for each of 10 layers

denoised_rf.r - train a random forest on denoised data
f_rmse.r - RMSE function
rf.r - train a random forest on original data

The original experiments described in the article used only the last layer from MSDA. Updated run_denoise.m to use all layers, see user comments at the end of the post.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].