Skip to content
/ CortiCL Public

CortiCL is an OpenCL implementation of the Cortical Learning Algorithm

License

Notifications You must be signed in to change notification settings

Jontte/CortiCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CortiCL is an OpenCL implementation of the Cortical Learning Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published