NeuroEvolution of Augmenting Topologies(NEAT) in MATLAB
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I had a little query.is it possible to work on NeuroEvolution of Augmenting Topologies(NEAT) on MATLAb?previously ANJI(Another NEAT Java Implementation) was used as a variant of NEAT to provide platform for the development of player in Iterated Prisoner's Dilemma.
For this purpose ANJI used open source project including JGAP(Java Genetic Algorithm Package) and NEVT(NeuroEvolution Visualization Toolkit) to train a player for Iterated Prisoner Dilemma.
Can the same be done in MATLAB?are same tools available in MATLAB?
0 commentaires
Réponses (1)
Franck Dernoncourt
le 24 Mar 2013
The Matlab NEAT package contains Matlab source code for the NeuroEvolution of Augmenting Topologies method (see the original NEAT C++ package). It includes an implementation of the XOR experiment.
0 commentaires
Voir également
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!