Learn R Programming

daltoolbox (version 1.1.737)

autoenc_conv_e: Convolutional Autoencoder - Encode

Description

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

Usage

autoenc_conv_e(
  input_size,
  encoding_size,
  batch_size = 32,
  num_epochs = 1000,
  learning_rate = 0.001
)

Value

a autoenc_conv_e object.

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

Examples

Run this code
#See an example of using `autoenc_conv_e` at this
#https://github.com/cefet-rj-dal/daltoolbox/blob/main/transf/autoenc_conv_e.md

Run the code above in your browser using DataLab