In this code, you can train the complex-valued machine learning model used in WISE.
Create folders for the dataset and models under this folder:
mkdir Data, which is the folder to store the dataset- Put the dataset under the folder
./Data/, for example, the file namedmnist_train.csv, which is available online. mkdir Result, which is the folder to output the machine learning models and results.
python main.py