Coder Social home page Coder Social logo

janhohenheim / hippocrates Goto Github PK

View Code? Open in Web Editor NEW
62.0 14.0 12.0 1 MB

No longer maintained, actually usable implementation of NEAT

License: GNU Affero General Public License v3.0

C++ 88.28% CMake 3.35% C 7.67% PowerShell 0.71%
machine-learning neat genetic-algorithm cpp cpp17 cpp14 cpp11 ai artificial-intelligence platform-independent usability

hippocrates's Introduction

NO LONGER MAINTAINED




Branch Linux Windows
Master Build Status Build status
Development Build Status Build status

Gitter

Visualization Tool by @Mafii
Experimental image recognition is currently being added at https://github.com/IDPA16/Hippocrates

Implementation of Kenneth Stanley and Risto Miikkulainen's NEAT (NeuroEvolution of Augmenting Topologies, http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf).

It focuses (in contrast to other implementations) on

  • Speed - through modern and efficient C++17
  • Clean Code - through constant ongoing refactoring and a deep care for aesthetics
  • Usability - through being able to be used without much knowledge of Neural Networks
  • Platform Independency - written on three different operating systems (Windows, Ubuntu, MacOS X) and the most used compilers (MSVC and GCC6), it is safe to say that it will work on multiple platforms, flawlessly.

Acknowledgements

  • Serge A. Zaitsev (jsmn)

Dependencies

  • ImageMagick 6.9.6-8

hippocrates's People

Contributors

bash avatar celinar avatar idouble avatar janhohenheim avatar jeremystucki avatar lord-curdin avatar mafii avatar sarazarubica avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hippocrates's Issues

Run time Error

Not reproducible Runtime error Stackoverflow
function: NeuralNetwork::CategorizeNeuronBranchIntoLayers

The produced Json for genomes has one depth too much:

Here is what the genomes in json look like:

,"genome":{"genome":[{"historicalMarking":0,"from":0,"to":3,"weight":0.252425....

But, it should be

,"genome": [{"historicalMarking":0,"from":0,"to":3,"weight":0.252425....

Why?

Because the json representing the neurons is:

{"neurons":[{"layer":0,"lastActionPotential":1.000000}

Runtime Error

Error Runtime [Stackoverflow]
function NeuralNetwork::CategorizeNeuronBranchIntoLayers(Neuron& currNode)

errorexemple
errorexemple-1
errorexemple-2

Genome::MutateGenes adds faulty new Genes

  • The Method can connect Output Neurons to each other. Not Sure if this should be a functionality. Also I think there may be a off by one error.
  • The Input Neurons can be connected

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.