diff --git a/CHANGESLOG.md b/CHANGESLOG.md index 68d78a80a6b6406d37c67383d10e3695f0981664..e35229163d57f71443173aae0391ef976e419e0a 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: