Skip to content
Fergal Byrne edited this page Apr 3, 2014 · 4 revisions

Clortex Wiki

This is the official wiki for Clortex. Clortex is a new take on the Numenta Platform for Intelligent Computing (NuPIC), which is an implementation of Jeff Hawkins' Hierachical Temporal Memory and Cortical Learning Algorithm.

Clortex API Docs and further information, see the website or the blog. Clortex is also featured in my new book, Real Machine Intelligence with Clortex and NuPIC, which is available for free on Leanpub.com (please buy a copy to support the project).

NuPIC is also Open Source and is hosted here on Github. For general information about NuPIC, Numenta, and the Cortical Learning Algorithm, please go to http://numenta.org.

Getting Started With HTM and Clortex

###CLA / HTM Theory [NuPIC Wiki]
Learn about the Cortical Learning Algorithm, spatial pooling, sequence memory, etc.
<tr>
<td>
    <a href="Using-NuPIC">
        <img src="https://github.com/numenta/nupic/wiki/images/icons/use-nupic.png"/>
    </a>
</td>
<td>
     <h3><a href="Using-NuPIC">Using NuPIC</a></h3>
     <p>Prep your data, swarm to find the best model parameters, and stream it into NuPIC to get predictions and anomaly scores.</p>
</td>
</tr>

<tr>
<td>
    <a href="Learning-NuPIC">
        <img src="https://github.com/numenta/nupic/wiki/images/icons/learn-nupic.png"/>
    </a>
</td>
<td>
     <h3><a href="Learning-NuPIC">Learning NuPIC</a></h3>
     <p>Dive into the NuPIC codebase and find out where the algorithms are implemented, how they work, and how to twiddle with them.</p>
</td>
</tr>

<tr>
<td>
    <a href="Contributing-to-NuPIC">
        <img src="https://github.com/numenta/nupic/wiki/images/icons/contributing.png"/>
    </a>
</td>
<td>
     <h3><a href="Contributing-to-NuPIC">Contributing to NuPIC</a></h3>
     <p>Get involved! Help us advance our cortical learning algorithms, hierarchical temporal memory, and <em>be the catalyst for machine intelligence!</em></p>
</td>
</tr>

Clortex runs on the Java Virtual Machine, so a single download should get you started if you have Java! Clortex also comes as a

Other Topics

<tr>
<td>
    <a href="Projects">
        <img src="https://github.com/numenta/nupic/wiki/images/icons/projects.png"/>
    </a>
</td>
<td>
     <h3><a href="Projects">Projects</a></h3>
     <p>Here lies a collection of projects Numenta and other NuPIC community members have created using NuPIC. There are good examples of NuPIC usage inside.</p>
</td>
</tr>

<tr>
<td>
    <a href="Future-Plans">
        <img src="https://github.com/numenta/nupic/wiki/images/icons/future.png"/>
    </a>
</td>
<td>
     <h3><a href="Future-Plans">Future Plans</a></h3>
     <p>We have big plans for NuPIC. This is just the beginning of machine intelligence for us. Find out how we're planning on evolving NuPIC to be the catalyst for machine intelligence!</p>
</td>
</tr>

Wiki pages created for and maintained by the NuPIC Community of users and developers.

Questions?

First, take a look through our Frequently Asked Questions page.

The best place by far to send general questions about NuPIC is our nupic-discuss mailing list. There are several hundred subscribers to this list with an interest in NuPIC technologies.

If you have other questions regarding this wiki or the Numenta org on Github and its projects, please contact help@numenta.org.

Clone this wiki locally