Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 664 Bytes

CortiCL

CortiCL is a C++/OpenCL implementation of the HTM Cortical Learning Algorithm by Numenta. Whitepaper

Building

The main platform is 64-bit Linux, but it might run elsewhere too. To build:

mkdir build
cd build
cmake ..
make
./cldemo

Note that SDL2 and OpenCL development libraries are required.

Use of the algorithm

Numenta owns the Intellectual Property of the HTM algorithm. Please refer to Numenta website (http://numenta.org/) for more information.

Also note that I am not affiliated with the company, and that this library is the result of programming in my free time.