powered by
Creates an deep learning convolutional autoencoder to encode a sequence of observations. It wraps the pytorch library.
cae_encode( input_size, encoding_size, batch_size = 32, num_epochs = 1000, learning_rate = 0.001 )
a cae_encode object.
cae_encode
input size
encoding size
size for batch learning
number of epochs for training
learning rate
#See an example of using `cae_encode` at this #[link](https://github.com/cefet-rj-dal/daltoolbox/blob/main/transf/cae_encode.ipynb)
Run the code above in your browser using DataLab