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

cppnjs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cppnjs

Compositional Pattern Producing Networks (CPPN), a form of Artificial Neural Network with differing activation functions, implemented in Javascript with Mocha tests for verification

latest
Source
npmnpm
Version
0.2.7
Version published
Maintainers
1
Created
Source

CPPN.js

Node module for Compositional Pattern Producing Networks, now in a javascript library near you!

Tests are run through Mocha and should.js. Activation functions and cppns are tested against the HyperNEAT C# code from Sebastian Risi's work.

This library is used by the neatjs library and the winjs library as well, usually as an NPM module -- but can be used inside HTML.

(links to follow someday...)

Usage:

var cppnjs = require('cppn');

-- (to follow some day)

Keywords

Neural Networks

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