Giter Club home page Giter Club logo

cuda-neat's Introduction

cuda-neat

Parallel evaluation of NEAT genomes.

Specifically, enables the execution of a single NEAT neural network on many data in parallel. This is useful when you need to test each genome on a large data set. There will of course be no increase in performance (probably a decrease, due to the GPU bandwith problem) on a small dataset.

The kernel is set up to execute a network with 1 hidden layer (3 executions). It can be easily altered for fewer. As well, it is set up for a one dimensional output, which can also be altered. Both of these parameters will be made more easily customizable when I get around to it.

Requires:

CUDA toolkit, MultiNEAT, PyCUDA

The setup is a little unusual. Before running setup.py for MultiNEAT, you should place the provided NeuralNetwork.cpp file into MultiNEAT/lib, replacing the existing file. This alters the code so that the Output() method outputs the parameters of the network instead of the actual output of the network. WARNING: This breaks the normal functionality of this function. This was the easiest solution for my use case, but of course not optimal. If you want a normally functioning version of MultiNEAT you should maintain that separately from this installation.

cuda-neat's People

Contributors

dblibaum avatar

Watchers

James Cloos avatar eric o avatar

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.