Python (PyTorch) implementation of Neural Adaptive Empirical Bayes (Model, Algorithm)
NA-EB depends on the PyTorch deep learning framework. First install a proper version of PyTorch following the official documentation.
The code files for the numerical experiments presented in the article are provided in experiments
. Simply run the Python files in order in each subdirectory. The generated plots used by the article are also provided.