Skip to content

Implementation of Stone and Bray's paper titled "Slow feature Analysis"

License

Notifications You must be signed in to change notification settings

godofecht/Slow-Feature-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slow Feature Analysis

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"

Building the project

The project uses CMake for building.

mkdir build
cd build
cmake ..
make

This will generate two executables:

  • main: The main simulation program.
  • run_tests: The test suite.

Repository Structure

  • src/: Source files.
  • include/: Header files.
  • tests/: Test files.
  • data/: Output CSV files and other data.
  • CMakeLists.txt: CMake configuration file.

About

Implementation of Stone and Bray's paper titled "Slow feature Analysis"

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •