/nupic.core

Unofficial refactoring of Numenta's HTM multi-language, multi-platform core implementation.

Primary LanguageC++

Workshop

Mulit-language C++ example project.

Quick Start

Windows

Setup

Install

  • Run vcpkg install boost.
  • Run vcpkg install pybind11.

CMake

I used the Windows GUI.

  • CONFIGURE
    • Specify the generator for this project: Visual Studio 15 2017
    • Specify toolchain file for cross-compiling: ~\vcpkg\scripts\buildsystems\vcpkg.cmake
  • GENERATE