├── DLGI_exp_data_64.mat ├── Input_Data.py ├── README.md ├── data.zip ├── nn_model.py ├── test.py └── train.py /DLGI_exp_data_64.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeiWang0824/DLGI/HEAD/DLGI_exp_data_64.mat -------------------------------------------------------------------------------- /Input_Data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeiWang0824/DLGI/HEAD/Input_Data.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeiWang0824/DLGI/HEAD/README.md -------------------------------------------------------------------------------- /data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeiWang0824/DLGI/HEAD/data.zip -------------------------------------------------------------------------------- /nn_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeiWang0824/DLGI/HEAD/nn_model.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeiWang0824/DLGI/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeiWang0824/DLGI/HEAD/train.py --------------------------------------------------------------------------------