All Projects → nilinswap → neuro-evolution

nilinswap / neuro-evolution

Licence: GPL-3.0 license
A project on improving Neural Networks performance by using Genetic Algorithms.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to neuro-evolution

DeepHyperNEAT
A public python implementation of the DeepHyperNEAT system for evolving neural networks. Developed by Felix Sosa and Kenneth Stanley. See paper here: https://eplex.cs.ucf.edu/papers/sosa_ugrad_report18.pdf
Stars: ✭ 42 (+68%)
Mutual labels:  neat, genetic-algorithm, neuroevolution
NEATEST
NEATEST: Evolving Neural Networks Through Augmenting Topologies with Evolution Strategy Training
Stars: ✭ 13 (-48%)
Mutual labels:  neat, genetic-algorithm, neuroevolution
NeuroEvolution-Flappy-Bird
A comparison between humans, neuroevolution and multilayer perceptrons playing Flapy Bird implemented in Python
Stars: ✭ 17 (-32%)
Mutual labels:  neat, genetic-algorithm, neuroevolution
Aimandshoot
A neuroevolution game experiment.
Stars: ✭ 201 (+704%)
Mutual labels:  genetic-algorithm, neuroevolution
Cephalopods
Evolving squids through neuroevolution
Stars: ✭ 122 (+388%)
Mutual labels:  genetic-algorithm, neuroevolution
Machine Learning Flappy Bird
Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm
Stars: ✭ 1,683 (+6632%)
Mutual labels:  genetic-algorithm, neuroevolution
Neural Network P5
Deprecated! See:
Stars: ✭ 218 (+772%)
Mutual labels:  genetic-algorithm, neuroevolution
evo-NEAT
A java implementation of NEAT(NeuroEvolution of Augmenting Topologies ) from scratch for the generation of evolving artificial neural networks. Only for educational purposes.
Stars: ✭ 34 (+36%)
Mutual labels:  neat, neuroevolution
neat-openai-gym
NEAT for Reinforcement Learning on the OpenAI Gym
Stars: ✭ 19 (-24%)
Mutual labels:  neat, neuroevolution
Hippocrates
No longer maintained, actually usable implementation of NEAT
Stars: ✭ 59 (+136%)
Mutual labels:  neat, genetic-algorithm
Super-Meta-MarIO
Mario AI Ensemble
Stars: ✭ 15 (-40%)
Mutual labels:  neat, genetic-algorithm
Radiate
Radiate is a parallel genetic programming engine capable of evolving solutions to many problems as well as training learning algorithms.
Stars: ✭ 65 (+160%)
Mutual labels:  genetic-algorithm, neuroevolution
Super Mario Neat
This program evolves an AI using the NEAT algorithm to play Super Mario Bros.
Stars: ✭ 64 (+156%)
Mutual labels:  genetic-algorithm, neuroevolution
Evolutionsimulator
Evolution Simulator with Box2D
Stars: ✭ 143 (+472%)
Mutual labels:  genetic-algorithm, neuroevolution
Evolutionary Algorithm
Evolutionary Algorithm using Python, 莫烦Python 中文AI教学
Stars: ✭ 881 (+3424%)
Mutual labels:  genetic-algorithm, neuroevolution
Neatron
Yet another NEAT implementation
Stars: ✭ 14 (-44%)
Mutual labels:  genetic-algorithm, neuroevolution
NSGAII.jl
A NSGA-II implementation in Julia
Stars: ✭ 18 (-28%)
Mutual labels:  genetic-algorithm, nsga2
pacman-ai
A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning
Stars: ✭ 26 (+4%)
Mutual labels:  neat, neuroevolution
Tensorflow-Neuroevolution
Neuroevolution Framework for Tensorflow 2.x focusing on modularity and high-performance. Preimplements NEAT, DeepNEAT, CoDeepNEAT, etc.
Stars: ✭ 109 (+336%)
Mutual labels:  neat, neuroevolution
transfer-learning-text-tf
Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)
Stars: ✭ 82 (+228%)
Mutual labels:  transfer-learning

Multi-Objective Neuro Evolution

Abstract

In this project we implement a memetic algorithm, in that, we are training neural networks using evolutionary algorithms and occasionally apply back-propagation on cluster-heads we recieved after applying clustering. We used NEAT techniques to realise Neural Network and combined it with NSGA-II to implement Genetic algorithm. We have also done experiments on Transfer learning using this model. See branch 'dataset3_tl' for that.

Contributors

  1. Swapnil Sharma
  2. Aditya Pimparkar
  3. Atul Kumar Sinha
  4. Kunal Gupta
  5. Raghav Khandelwal
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].