adaptive resonance theory

Authors:
©Tomas Hudik, Jan Zizka
Contact: xhudik@gmail.com

This software package is freely downloadable under GNU GPL license. It is an open source project.

ART versions included in the package:

  1. ART 1

  2. ART 2A

  3. ART 2A-C

  4. ART distance

Documentation: Some basic notions on ART - Wikipedia
ART software package is described here
A few examples of how to use this software package can be found here


Download: ART (source, 400KB) recommended

Windows XP version (executable, 3MB). Note: It is necessary to have installed cygwin . Just to run the ART binaries (art*.exe) under MS Windows, at least the UNIX emulation engine cygwin1.dll should be placed in the "c:\windows\" directory. (you don't need the whole cygwin installation just the library - cygwin1.dll)

Linux binaries (executable, 2MB)


Compiling:

You will need a C++ compiler (best possibility is gnu g++) and gnu gsl library.

  1. gcc is downloadable from http://gcc.gnu.org/releases.html, recommended version is 4.1.2

  2. gsl library http://www.gnu.org/software/gsl/, recommended version is 1.10

These libraries are probably already installed in your linux distribution. If not, you can use some automatic installers like yum, ...
Note: if you are trying to compile ART under MS Windows you need to have installed cygwin. Since only an old version of gcc is presented in cygwin it is necessary to download and install a new version of gcc (>= gcc 4.1.2)





© Tomas Hudik