🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

neatjs

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neatjs

NeuroEvolution of Augmenting Topologies (NEAT) implemented in Javascript (with tests done in Mocha for verification). Can be used as a node module or in a browser

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
27
68.75%
Maintainers
1
Weekly downloads
 
Created
Source

NeuroEvolution for Augmenting Topologies (NEAT) written in Javascript (for browser or nodejs) tested using Mocha.

Library is currently in development, and is 95% well tested. Genomes are well functioning, and mutation/crossover are well defined.

Left to be tested: evolution - IEC/NSGA-II/Novelty search with local competition. These will all be created in the near future.

Another library - neat-ui will be created for using neatjs in a browser environment or a node environment with UI elements for visualization.

NPM Usage-

var neatjs = require('neatjs');

var neatGenome = neatjs.loadLibraryFile('neatjs', 'neatGenome');

//real documentation to come soon...

Keywords

Neural Network

FAQs

Package last updated on 19 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts