https://github.com/elinorbgr/htm
Rust implementation of Hierarchical Temporal Memory related algorithms.
https://github.com/elinorbgr/htm
Last synced: about 1 year ago
JSON representation
Rust implementation of Hierarchical Temporal Memory related algorithms.
- Host: GitHub
- URL: https://github.com/elinorbgr/htm
- Owner: elinorbgr
- License: agpl-3.0
- Created: 2015-10-27T15:05:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T12:31:18.000Z (over 10 years ago)
- Last Synced: 2025-04-13T07:05:19.754Z (about 1 year ago)
- Language: Rust
- Size: 42 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HTM -- Hierarchical Temporal Memory
This crate aims to provide rusty implementations of HTM-related algorithms and useful tools.
It currently implements the base of the Cortical Learning Algorithm.
## Licensing
The algorithms implemented in this crate are the intellectual property of [Numenta](http://numenta.com/).
They have chosen to allow their use for research and non-commercial purposes, and also provide a framework:
[NuPIC](http://numenta.org/) under the AGPLv3 license for non-commercial use.
This crate is released under the same license. If you want to make commercial use of these algorithms, you'll need
to contact Numenta to settle things. See http://numenta.org/licenses/ for details.