Giter Club home page Giter Club logo

hacktm's Introduction

HackTM C++ library

This library implements the Cortical Learning Algorithm as described
by Numenta's paper[1] in C++. It is meant to be a framework to
experiment with HTMs and the algorithm itself. 

This library works using bitmaps for input and output, and it is able
to associate these bitmaps to a generic, n-dimensional space.

No aggressive optimizations have been pursued, memory usage is not
optimal but it is fast enough and it is designed to be easily
pipelined by parallel threads.

To ease portability, it only uses STL library, with the exception of
LLVM BitVector class, included in the tree.


COMPILATION INSTRUCTIONS:

You will need cmake (http://www.cmake.org) to generate makefiles.
When you have installed cmake in your system, create a build
directory, cd into it and type:

 $ cmake /path/to/sources/

where "/path/to/sources/" is the place where the source have been
installed. If successful, you can type "make" and have the library and
tests compiled.


DIFFERENCES BETWEEN NUMENTA'S ALGORITHM AND HACKTM:

1. Boosting has not been implemented. There's no technical problem
behind implementing it, just lack of interest at this moment.
2. Sequence segments and prediction segments are treated
separately. This helps the sequential learner to better differentiate
between sequences with the same elements but in different order.


IMPORTANT NOTES ABOUT THE USE OF THIS SOFTWARE AND THE CLA ALGORITHM

This software is inteded for personal use and research only. Numenta
owns the Intellectual Property of the HTM algorithm. Please refer to
Numenta website for more information.

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


[1] http://numenta.com/htm-overview/education/HTM_CorticalLearningAlgorithms.pdf

hacktm's People

Contributors

glguida avatar

Watchers

James Cloos avatar eric o avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.