Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/examples/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Examples
convolution/image_convolution.rst
scikits_learn/digit_classification.rst
gsfa/gsfa.rst
incsfa/incsfa.rst
logo/logo_animation.rst
bayes_guesser/bayes_guesser.rst
word_generator/word_generator.rst
Expand All @@ -22,6 +23,7 @@ Examples
bimdp_examples/bimdp_inverse.rst
bimdp_examples/bimdp_hinet_inspection.rst
bimdp_examples/bimdp_custom_inspection.rst
icub/icub.rst


Here are examples on how to use MDP for typical machine learning
Expand All @@ -39,6 +41,10 @@ applications:
in an applciation for handwritten digit classification
* :ref:`gsfa` — Use graph-based Slow Feature Analysis (GSFA) for supervised
dimensionality reduction and classification.
* :ref:`incsfa` - Utilize Incremental Slow Feature Analysis (IncSFA) as part of
a hierarchical image processing architecture
* :ref:`icub` - Use Incremental Slow Feature Analysis (IncSFA) to ptocess real
high-dimensional vision sequences generated from the camera-eyes of an exploring iCub robot.

* `hinet_html.py`__ — Get the HTML representation for a simple hinet network.
* `benchmark_parallel.py`__ — Simple benchmark to compare the different
Expand Down
Binary file added source/examples/icub/SFA_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/examples/icub/ccipca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/examples/icub/cfimca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/examples/icub/eq_lr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading