Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htm-community/HTM.Julia
Julia's CLA
https://github.com/htm-community/HTM.Julia
Last synced: 3 months ago
JSON representation
Julia's CLA
- Host: GitHub
- URL: https://github.com/htm-community/HTM.Julia
- Owner: htm-community
- License: agpl-3.0
- Created: 2015-10-01T18:17:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T21:48:24.000Z (about 9 years ago)
- Last Synced: 2024-07-18T17:58:08.229Z (4 months ago)
- Homepage:
- Size: 143 KB
- Stars: 4
- Watchers: 13
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTM.Julia
## porting of the HTM algorithms to Julia
### Giving my new love some love ;)[![Join the chat at https://gitter.im/nupic-community/HMT.Julia](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nupic-community/HTM.Julia?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## [WORK IN PROGRESS]
This aims to be a complete porting of the CLA infrastructure and implementations to [Julia](http://julialang.org).
## Why do this?
Simple: Check out [Julia's benchmarks](http://julialang.org/benchmarks/) and you'll know!
It writes and reads as simply as Python, but is as fast as C due to it's JIT compilation!
This will be implemented in such a way that it is easily compatible with the IJulia notebooks, which make building and experimenting with code incrediblly easy and interactive, just as the IPython notebooks, but 1000x faster!## TODOs & Ideas:
- [IJulia](https://github.com/JuliaLang/IJulia.jl) integration
- [Pycluster](https://pypi.python.org/pypi/Pycluster) intigration
- GPU intigration (like Mocha.jl)## Roadmap:
- Start!
- Finish!
- Use & Love!
# Feel free to help & lean to love Julia!