├── LICENSE.md ├── MNIST.py ├── README.md ├── deep_learning.py └── example_script.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordan-g/Segregated-Dendrite-Deep-Learning/HEAD/LICENSE.md -------------------------------------------------------------------------------- /MNIST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordan-g/Segregated-Dendrite-Deep-Learning/HEAD/MNIST.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordan-g/Segregated-Dendrite-Deep-Learning/HEAD/README.md -------------------------------------------------------------------------------- /deep_learning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordan-g/Segregated-Dendrite-Deep-Learning/HEAD/deep_learning.py -------------------------------------------------------------------------------- /example_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordan-g/Segregated-Dendrite-Deep-Learning/HEAD/example_script.py --------------------------------------------------------------------------------