DeepNetworkPredict: Predictions from a simple deep network.

Description Usage Arguments

View source: R/DeepNetwork.R

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

1
DeepNetworkPredict(x, model, verbose = FALSE)

Arguments

x

matrix with input data

model

a model trained with the deep network trainer.

verbose

verbose output?


RcppShark documentation built on May 30, 2017, 6:20 a.m.