├── README.md ├── hcgd.py ├── model.py ├── pics ├── Lipschitz-01.png ├── eq1.png └── eq2.png ├── sequential_mnist_example.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KordingLab/hilbert-constrained-gradient-descent/HEAD/README.md -------------------------------------------------------------------------------- /hcgd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KordingLab/hilbert-constrained-gradient-descent/HEAD/hcgd.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KordingLab/hilbert-constrained-gradient-descent/HEAD/model.py -------------------------------------------------------------------------------- /pics/Lipschitz-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KordingLab/hilbert-constrained-gradient-descent/HEAD/pics/Lipschitz-01.png -------------------------------------------------------------------------------- /pics/eq1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KordingLab/hilbert-constrained-gradient-descent/HEAD/pics/eq1.png -------------------------------------------------------------------------------- /pics/eq2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KordingLab/hilbert-constrained-gradient-descent/HEAD/pics/eq2.png -------------------------------------------------------------------------------- /sequential_mnist_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KordingLab/hilbert-constrained-gradient-descent/HEAD/sequential_mnist_example.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KordingLab/hilbert-constrained-gradient-descent/HEAD/utils.py --------------------------------------------------------------------------------