diff --git a/README.md b/README.md index 967dc41..8db428f 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ I am currently working on different ways to extend the basic SOM algorithm: * **Inputs**: In addition to classic bottom-up driving inputs, a SOM could also receive lateral contextual or top-down modulatory inputs. * **Weighted inputs**: Each data point from inputs can be weighted so that fuzzy data is weighted less for the winner selection. * **Dynamics**: When receiving continuous inputs in time, past activations can influence the computation of the next step. -* **Supervized and self-supervized learning**: Top-down inputs and next inputs in time can act as teaching signal for supervized and self-supervized learning. +* **Supervised and self-supervised learning**: Top-down inputs and next inputs in time can act as teaching signal for supervised and self-supervised learning. * **Multi-agent system**: Each SOM is an agent of a mutli-agent system where thousands of SOMs interact with each other. Some of these features will land on an other library that depends on ***Somap***. diff --git a/docs/demo1.png b/docs/demo1.png new file mode 100644 index 0000000..f546f53 Binary files /dev/null and b/docs/demo1.png differ diff --git a/docs/demo_custom.png b/docs/demo_custom.png new file mode 100644 index 0000000..7f42df2 Binary files /dev/null and b/docs/demo_custom.png differ diff --git a/docs/index.md b/docs/index.md index 5a396e0..d4c6777 100644 --- a/docs/index.md +++ b/docs/index.md @@ -87,7 +87,7 @@ I am currently working on different ways to extend the basic SOM algorithm: * **Inputs**: In addition to classic bottom-up driving inputs, a SOM could also receive lateral contextual or top-down modulatory inputs. * **Weighted inputs**: Each data point from inputs can be weighted so that fuzzy data is weighted less for the winner selection. * **Dynamics**: When receiving continuous inputs in time, past activations can influence the computation of the next step. -* **Supervized and self-supervized learning**: Top-down inputs and next inputs in time can act as teaching signal for supervized and self-supervized learning. +* **Supervised and self-supervised learning**: Top-down inputs and next inputs in time can act as teaching signal for supervised and self-supervised learning. * **Multi-agent system**: Each SOM is an agent of a mutli-agent system where thousands of SOMs interact with each other. Some of these features will land on an other library that depends on ***Somap***. diff --git a/docs/social.png b/docs/social.png new file mode 100644 index 0000000..d3fb94b Binary files /dev/null and b/docs/social.png differ