ANN                     Rcpp module exposing C++ class ANN
autoencoder             Train an Autoencoding Neural Network
compression_plot        Compression plot
decode                  Decoding step
encode                  Encoding step
neuralnetwork           Train a Neural Network
plot.ANN                Plot training and validation loss
predict.ANN             Make predictions for new data
print.ANN               Print ANN
read_ANN                Read ANN object from file
reconstruct             Reconstruct data using trained ANN object of
                        type autoencoder
reconstruction_plot     Reconstruction plot
train                   Continue training of a Neural Network
write_ANN               Write ANN object to file
