PhDP / Akarui

Experimental ML/AI code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Akarui is a fun functional library for experimenting with different reasoning systems (read the doc carefully: some stuff is experimental, some is fast, some is slow).

Development is done on the 'develop' branch.

Building

Build Status

Using Cabal, ghc's package manager, you can build the library with:

$ cabal new-update
$ cabal new-install --lib
$ cabal new-configure --enable-tests
$ cabal new-build
$ cabal new-test

After the library is compiled, simply type

$ cabal new-repl

...to have access to the library in an interactive console.

The code is fully documented, type

$ cabal new-haddock

to generate a local copy of the documentation.

License

The code is released under the permissive Apache v2 license, along with an exception to ensure GPLv2 compatibility see LICENSE.md.

About

Experimental ML/AI code

License:Apache License 2.0


Languages

Language:Haskell 100.0%