neural networks as a general-purpose computational framework
Project description
Neuralkernel
This project uses networks of neuron-like computational units to build a framework of computation. Specifically, it implements characteristics traditionally found in neural networks including synaptic diversity, temporal delays, and voltage spikes. It builds on the ideas proposed in the paper STICK: Spike Time Interval Computational Kernel, A Framework for General Purpose Computation.
Getting Started
To run a sample network, you can run the module.
python -m neuralkernel
The networks currently implemented are:
- Inverting Memory
- Logarithm
- Maximum
- Non-Inverting Memory
- Full Subtractor
For more information on each of these networks, please check out the docs folder.
Running the tests
To run the unit tests, you can run the following.
pytest
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neuralkernel-0.0.8-py3-none-any.whl.
File metadata
- Download URL: neuralkernel-0.0.8-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.4.0 requests-toolbelt/0.8.0 tqdm/4.19.8 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9ad5a617731d9d425c8009d24a61bd2f72247084624e10db8ea42a4f4ebedf1
|
|
| MD5 |
469fe2bc71ae2faa35046eaf7c060c95
|
|
| BLAKE2b-256 |
901510514f67a7351ff31cb93c08e5a415393e12d4e419d1aa1f1500c12f4820
|