https://github.com/htm-community/simplehtm
Simple HTM implementation.
https://github.com/htm-community/simplehtm
Last synced: 5 months ago
JSON representation
Simple HTM implementation.
- Host: GitHub
- URL: https://github.com/htm-community/simplehtm
- Owner: htm-community
- License: agpl-3.0
- Created: 2018-04-25T20:49:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T20:17:50.000Z (about 7 years ago)
- Last Synced: 2025-10-03T15:19:21.646Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 564 KB
- Stars: 5
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplehtm
[](https://travis-ci.org/htm-community/simplehtm)
Simple HTM implementation being constructed for [Building HTM Systems](https://github.com/htm-community/building-htm-systems) and some random blog entries like [this one](https://numenta.com/blog/2018/05/25/how-grid-cells-map-space/).
### Work In Progress
This is incomplete. I'm building it as I go. Currently only contains some encoders, but they are [being used](https://buildinghtm.systems/encoding-numbers/).
### Test
npm test
### Build Webpack
npm start
Will overwrite whatever is at `docs/simplehtm-{version}.js`. Contents of `docs` are available at (that's how I currently deploy changes).