https://github.com/timboudreau/jhtm
Implements some ideas from NuPIC in Java
https://github.com/timboudreau/jhtm
Last synced: 11 months ago
JSON representation
Implements some ideas from NuPIC in Java
- Host: GitHub
- URL: https://github.com/timboudreau/jhtm
- Owner: timboudreau
- License: gpl-3.0
- Created: 2014-10-25T03:19:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T03:23:05.000Z (about 11 years ago)
- Last Synced: 2025-01-10T15:51:13.507Z (about 1 year ago)
- Language: Java
- Size: 189 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JHTM
----
Implements some ideas from NuPIC in Java, with an eye toward high performance (colocated data, flyweight objects).
What has tests works, and the general design is sound. I wrote this in the summer of 2013, with plans on getting back
to it, but haven't found the time. Since NuPIC is now doing a Java implementation, I'm making this available under
a compatible license in case it is useful there (at least for inspiration).
License is GPL v3.