From 19bc50c291f83bc2e5692c89a9ac347369020b29 Mon Sep 17 00:00:00 2001 From: guille <guillermopolito@gmail.com> Date: Fri, 4 Nov 2016 15:19:44 +0100 Subject: [PATCH] fixed changes log organization --- CHANGESLOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGESLOG.md b/CHANGESLOG.md index 68d78a80..e3522916 100644 --- a/CHANGESLOG.md +++ b/CHANGESLOG.md @@ -8,17 +8,19 @@ Infrastructure: - Supporting the system's distribution: - Clustering support - Refactoring to support the dynamic deployment of actors in different cluster nodes. - - Two deployment strategies were implemented so far: Random and concrete actor. + - Two deployment strategies were implemented so far: Random and concrete node. - Fixes in the core to make it distributable. E.g, fixed serialization of messages, global state. - The Continuous Integration service was extended and enhanced [4] - A new input mechanism was implemented [5, 6] Core: + - Preliminar version of supervised learning algorithm SpikeProp + - Preliminar version of Supervised Xor, an example of learning the Xor function with SpikeProp (Error-backpropagation in temporally encoded networks of spiking neurons) - Added bio-inspired model i.e., a model with parameters similar to those in the nature. - - Added supervised learning algorithm SpikeProp + +Examples: - Examples of Mnist/Freeway/sevenSegment with the bio-inspired model. - Example of Masquelier's experiment: Spike Timing Dependent Plasticity Finds the Start of Repeating Patterns in Continuous Spike Trains - - Added Supervised Xor, an example of learning the Xor function with SpikeProp (Error-backpropagation in temporally encoded networks of spiking neurons) - Preliminar version of an example of direction detection with reservoir computing (using supervised STDP and only 2 directions) Documentation: -- GitLab