[mlpack-git] (blog) master: new blog post (00bb0e5)

gitdub at mlpack.org gitdub at mlpack.org
Mon Aug 22 13:54:37 EDT 2016


Repository : https://github.com/mlpack/blog
On branch  : master
Link       : https://github.com/mlpack/blog/compare/30b6108de045b4715bf2030e3280150ad3734741...00bb0e526327345048f396025191f601fae1f9b5

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

commit 00bb0e526327345048f396025191f601fae1f9b5
Author: Bang Liu <bang3 at ualberta.ca>
Date:   Mon Aug 22 11:54:37 2016 -0600

    new blog post


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

00bb0e526327345048f396025191f601fae1f9b5
 content/blog/BangGsocSummary.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/blog/BangGsocSummary.md b/content/blog/BangGsocSummary.md
index 42b473c..1d6ab3e 100644
--- a/content/blog/BangGsocSummary.md
+++ b/content/blog/BangGsocSummary.md
@@ -28,10 +28,11 @@ After they are merged, they can be found in the same directory under mlpack repo
 
 ### **CNE Algorithm Implementation**
 
-The first algorithm is Conventional Neural Evolution (CNE) algorithm. The main reference papers for the implementation of CNE includes:
+The first algorithm is Conventional Neural Evolution (CNE) algorithm. The main reference papers and code for the implementation of CNE includes:
 
 - "[Training Feedforward Neural Networks Using Genetic Algorithms](http://www.ijcai.org/Proceedings/89-1/Papers/122.pdf)"
 -  "[Evolving Artificial Neural Networks](http://www.cs.bham.ac.uk/~axk/evoNN.pdf)"
+- [Multineat](http://multineat.com/index.html)
 
 Generally, different neural evolution algorithms are evolving a number of neural networks iteratively to find out a siutable neural network for solving specific tasks. So we first define some classes to represent key concepts in neural evolution algorithms. Including:
 




More information about the mlpack-git mailing list