Overview:
- mor_comp_batches.py: input sequence generator for mixture models;
- mor_tf.py: implements MultiLayer MultiHead Attention Network;
- mor_train.py: training loops for models;
- mor_EM.py: implement batch EM algorithm;
- mor_exp: procedure of the whole experiment in each single case.