This is an implementation of slow feature analysis, based on James Stone and Alistair Bray's 1995 paper: "A learning rule for extracting spatio-temporal invariances"
The project uses CMake for building.
mkdir build
cd build
cmake ..
makeThis will generate two executables:
main: The main simulation program.run_tests: The test suite.
src/: Source files.include/: Header files.tests/: Test files.data/: Output CSV files and other data.CMakeLists.txt: CMake configuration file.