├── .gitignore ├── README.md ├── script_mnist_deep_rewiring.py ├── script_mnist_deep_rewiring_with_global_constraint.py ├── script_mnist_deep_rewiring_with_sparse_matrices.py └── script_mnist_soft_deep_rewiring.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillaumeBellec/deep_rewiring/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillaumeBellec/deep_rewiring/HEAD/README.md -------------------------------------------------------------------------------- /script_mnist_deep_rewiring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillaumeBellec/deep_rewiring/HEAD/script_mnist_deep_rewiring.py -------------------------------------------------------------------------------- /script_mnist_deep_rewiring_with_global_constraint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillaumeBellec/deep_rewiring/HEAD/script_mnist_deep_rewiring_with_global_constraint.py -------------------------------------------------------------------------------- /script_mnist_deep_rewiring_with_sparse_matrices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillaumeBellec/deep_rewiring/HEAD/script_mnist_deep_rewiring_with_sparse_matrices.py -------------------------------------------------------------------------------- /script_mnist_soft_deep_rewiring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guillaumeBellec/deep_rewiring/HEAD/script_mnist_soft_deep_rewiring.py --------------------------------------------------------------------------------