A recurrent neural network for learning MDFT parameters.
Run the following line for installation
pip install git+https://github.com/Rahgooy/MDFT.git@master
The generated data are available in the /data
folder. However if you want to regenerate them use the following instructions. The data generation method is written in Matlab.
-
Run
./matlab/BuildsimMultiMDF.m
to build themex
files if you are not using a mac system. -
Run
./matlab/data_generator.m
file to generate the data.
The results are saved in the ./results/MLE
folder.
If you want to run the model run ./matlab/learn_multi.m
file.
The results are saved in the ./results/NN
folder.
If you want to run the NN
model in the root folder run bash ./scripts/learn.sh
.
To see the summary of the results saved in the ./results/MLE
and ./results/NN
folders run:
python summarize.py