neuroevolution
Version:
Neuroevolution: evolving neural networks using tensorflow.js and genetic algorithm
28 lines (21 loc) • 744 B
Markdown
<h1 align="center">Neuroevolution</h1>
<div align="center">
Evolving a population of Neural Networks using Tensorflow.js and Genetic Algorithm in ES6
</div>
<br />
<div align="center">
<!-- Build Status -->
<img src="https://img.shields.io/travis/romainsimon/neuroevolution.svg?style=flat-square"
alt="Build Status" />
<!-- Test Coverage -->
<img src="https://img.shields.io/coveralls/github/romainsimon/neuroevolution/master.svg?style=flat-square"
alt="Test Coverage" />
<!-- Standard -->
<a href="https://standardjs.com">
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square"
alt="Standard" />
</a>
</div>
## Installation
`npm install neuroevolution`
## Usage