Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
/ gpu-neat Public archive

An implementation of the NEAT algorithm that takes advantage of TensorFlow's GPU capabilities

Notifications You must be signed in to change notification settings

emeldar/gpu-neat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpu-neat

An implementation of the NEAT algorithm that takes advantage of TensorFlow's GPU capabilities

About

This is a personal project made to implement one of my favorite machine learning algorithms of all time: Neuroevolution of Augmenting Topologies. The existing implementation at neat-python is a great project, but it's lacking the ability to use GPUs.

This project is not meant to compete with neat-python, I just thought it would be fun to reproduce results from one of my favorite ML papers of all time.

About

An implementation of the NEAT algorithm that takes advantage of TensorFlow's GPU capabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages