Skip to content

charlesap/Brainiac

Repository files navigation

Brainiac

biologically inspired neural networks

Derived from Numenta's research and directly influenced by the Nupic code base

To run all ports of the Brainiac algorithm you will need compilers or interpreters for C, Fortran, Java, Go, Oberon, and Python.

Prerequisites on Debian

To obtain the compilers and interpreters for Debian 11 Bullseye you may do the following:

(as root)

Prerequisites on OSX

To obtain the compilers and interpreters for OSX you may do the following:

(as a user with administrative access)

Compiling and running Brainiac

Compiling:

Running:

  • ./cbrainiac foo
  • ./fbrainiac foo
  • ./obrainiac foo
  • ./gobrainiac foo
  • python3 brainiac.py foo
  • java Brainiac foo

About

biologically inspired neural networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published