[mlpack-git] (blog) master: New blog post (e9d6c8a)

gitdub at mlpack.org gitdub at mlpack.org
Sun Aug 21 19:44:41 EDT 2016


Repository : https://github.com/mlpack/blog
On branch  : master
Link       : https://github.com/mlpack/blog/compare/64511e6b569ec1a17bab35e0773690d7d97e6bcc...e9d6c8a157e4f96f1bc7307aaeb7fb6ac6d8c71d

>---------------------------------------------------------------

commit e9d6c8a157e4f96f1bc7307aaeb7fb6ac6d8c71d
Author: Bang Liu <bang3 at ualberta.ca>
Date:   Sun Aug 21 17:44:41 2016 -0600

    New blog post


>---------------------------------------------------------------

e9d6c8a157e4f96f1bc7307aaeb7fb6ac6d8c71d
 .DS_Store                        | Bin 0 -> 6148 bytes
 content/.DS_Store                | Bin 0 -> 6148 bytes
 content/blog/.DS_Store           | Bin 0 -> 12292 bytes
 content/blog/BangWeekFourteen.md |   5 ++++-
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..ebae4b5
Binary files /dev/null and b/.DS_Store differ
diff --git a/content/.DS_Store b/content/.DS_Store
new file mode 100644
index 0000000..b654201
Binary files /dev/null and b/content/.DS_Store differ
diff --git a/content/blog/.DS_Store b/content/blog/.DS_Store
new file mode 100644
index 0000000..afec251
Binary files /dev/null and b/content/blog/.DS_Store differ
diff --git a/content/blog/BangWeekFourteen.md b/content/blog/BangWeekFourteen.md
index 44f9c5a..069e312 100644
--- a/content/blog/BangWeekFourteen.md
+++ b/content/blog/BangWeekFourteen.md
@@ -1,4 +1,7 @@
-# Neuroevolution Algorithms Implementation - Week 14
+Title: Neuroevolution Algorithms Implementation: week 14
+Date: 2016-08-21 17:43:00
+Tags: gsoc, CNE, NEAT, HyperNEAT
+Author: Bang Liu
 
 During the last week, we have changed the design of HyperNEAT to avoid class inheritance, and implemented it and its first test case: XOR. We are now debugging this algorithm as it hasn't pass the test. Until now, we have figured out multiple critical bugs through the debugging of XOR. One is the Genome classs's Activate() function. Previously it may skip some neuron's activation due to the disabled links. Another is NEAT's MutateAddNeuron(). Previously it will generate duplicated links. After we figured out why, the problem is now solved. We have re-run previous NEAT's test cases, and they passed.
 




More information about the mlpack-git mailing list