Learn R Programming

daltoolbox (version 1.1.727)

aae_encode: Adversarial Autoencoder - Encode

Description

Creates an deep learning adversarial autoencoder to encode a sequence of observations. It wraps the pytorch library.

Usage

aae_encode(
  input_size,
  encoding_size,
  batch_size = 350,
  num_epochs = 1000,
  learning_rate = 0.001
)

Value

a aae_encode object. #See an example of using aae_encode at this #link

Arguments

input_size

input size

encoding_size

encoding size

batch_size

size for batch learning

num_epochs

number of epochs for training

learning_rate

learning rate