Giter Club home page Giter Club logo

neuro-evolution-of-augmenting-topologies's Introduction

Neuro Evolution of Augmenting Topologies (NEAT)

(Work on progress...)


Wikipedia:

NeuroEvolution of Augmenting Topologies (NEAT) is a genetic algorithm for the generation of evolving artificial neural networks. It alters both the weighting parameters and structures of networks, attempting to find a balance between the fitness of evolved solutions and their diversity. It is based on applying three key techniques: tracking genes with history markers to allow crossover among topologies, applying speciation (the evolution of species) to preserve innovations, and developing topologies incrementally from simple initial structures ("complexifying").


State:

  • Halted due to university workload (resuming work as soon as possible)...
  • 'Nodes', 'links' and 'networks' classes implemented.
  • Speciation implemented.
  • Complexifying structure implemented.
  • Reading documentation to learn the best constant values for cross-over and other methods (cross-over rate, mutation rate, etc...)
  • GUI's created to visualize and test network generation, mutation and cross-over. On the image "Networks" in the directory you can see four different networks. Green nodes stand for input nodes, yellow ones stand for bias nodes and red ones to output nodes. The blue nodes are nodes in the hidden layer created by mutation or cross over.
  • Programming language: Java

Goals:

  • Create a general purpose NEAT-based program able to learn task and then execute them.
  • The first task the program will try to learn is to beat a real-life user in Tic Tac Toe.

Last update: August 2018

Author(s):

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.