A recurrent neural network for learning MDFT parameters.
Run the following line for installation
pip install git+https://github.com/Rahgooy/MDFT.git@masterThe 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.mto build themexfiles if you are not using a mac system. -
Run
./matlab/data_generator.mfile 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