Learn R Programming

RcppShark (version 3.1.0)

DeepNetworkPredict: Predictions from a simple deep network.

Description

This will do prediction using a trained simple 'deep' neural network with two hidden layers. For more information refer to the Shark tutorial at http://image.diku.dk/shark/sphinx_pages/build/html/rest_sources/tutorials/algorithms/deep_denoising_autoencoder_network.html

Usage

DeepNetworkPredict(x, model, verbose = FALSE)

Arguments

x
matrix with input data
model
a model trained with the deep network trainer.
verbose
verbose output?