Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 424 Bytes

Cerebro 2

A visualization and debugging tool for NuPIC.

Usage

cd static
python -m SimpleHTTPServer 8000

You can the visit the following URLs in your browser:

// Basic demo
http://localhost:8000

// Random models demo
http://localhost:8000/#minX=1&maxX=50&minY=1&maxY=25&minZ=3&maxZ=5

// Network demo
http://localhost:8000/#layerClass=TestNetworkLayer&loadLayersTimeoutDuration=500