MortezaMardani / Neural-PGD
View external linksLinks

This code implements the neural proximal gradient descent (PGD) algorithm proposed in https://arxiv.org/abs/1806.03963. The idea is to unroll the proximal gradient descent algorithm and model the proximal using a neural network. Adopting residual network (ResNet) as the proximal, a recurrent neural net (RNN) is implemented to learn the proximal.…
25Nov 1, 2018Updated 7 years ago

Alternatives and similar repositories for Neural-PGD

Users that are interested in Neural-PGD are comparing it to the libraries listed below

Sorting:

Are these results useful?