Summary of MLTSA’s Modules

OneD_pot_data

TwoD_pot_data

CV_from_MD

This module will encompass the code for analyzing the molecular dynamics generated on the simulations as dcd files.

MLTSA_sk

models

MLTSA_tf

TF_2_LSTM

This snippet of code is for the set of functions we will use for the LSTM architecture to try on the different data.

TF_2_MLP

This snippet of code is for the set of functions we will use for the basic Multi-Layer Perceptron architecture to try on the different data.

TF_2_RNN

This snippet of code is for the set of functions we will use for the different Recurrent Neural Networks architectures to try on the different data.