Skip to content

etaler/tmviz-etaler

 
 

Repository files navigation

tmviz

A simple HTM TemporalMemory visualizer in C++. Ported(hacked) to work with Etaler

Dependencies

xtensor, SFML, Etaler

Linux

You can deal with it no problem fellow Linux user!

OS X

homebrew install xtensor sfml

And install Eraler

Build

git clone --recursive https://github.com/Etaler/tmviz-etaler
cd tmviz
mkdir build 
cd build
cmake ..
make

run and controlls

bin/tmviz

Controlls:

  • 1-9,0,-,= - Activae column 1~12
  • R - reset TM state
  • I - reset TM connections and state
  • C - clear unused synapses (buggy now)
  • S - Show all synapses
  • A - Show connections to current active cells
  • P - Show connections to current prediction
  • L - Enable/disable learning

Screenshot: Screenshor

About

A simple HTM TemporalMemory visualizer in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.8%
  • CMake 7.2%