model_zoo_ext.py defines three neural networks: MLP, CNN, LSTM

Hmcpt.py defines our proposed sampler

rnn_hmcpt.py, cnn_hmcpt.py and mlp_hmcpt.py are three scripts that run the HMCPT sampler on respective models.