├── Example.py ├── README.md ├── Save_nc.py ├── data_generator.py ├── data_tools.py ├── figures ├── Fig_3b.png ├── ori.gif └── rec.gif └── utils.py /Example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qzhang95/SGD-SM/HEAD/Example.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qzhang95/SGD-SM/HEAD/README.md -------------------------------------------------------------------------------- /Save_nc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qzhang95/SGD-SM/HEAD/Save_nc.py -------------------------------------------------------------------------------- /data_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qzhang95/SGD-SM/HEAD/data_generator.py -------------------------------------------------------------------------------- /data_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qzhang95/SGD-SM/HEAD/data_tools.py -------------------------------------------------------------------------------- /figures/Fig_3b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qzhang95/SGD-SM/HEAD/figures/Fig_3b.png -------------------------------------------------------------------------------- /figures/ori.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qzhang95/SGD-SM/HEAD/figures/ori.gif -------------------------------------------------------------------------------- /figures/rec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qzhang95/SGD-SM/HEAD/figures/rec.gif -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qzhang95/SGD-SM/HEAD/utils.py --------------------------------------------------------------------------------