npm-artificial.js

1.0.0 • Public • Published

artificial.js


npm version npm downloads

About

This is an ongoing project intended to make it easier to use neural network creation, genetic algorithms, and other data science and machine learning skills.

However, the npm module is under development.

check out a separate version of the same developed: FabioSmuu/RNA.

Example usage

Install artificial.js:

npm install artificial.js
yarn add artificial.js

Testing that the module is working.:

const { Activations: fn, Generation, RNA } = require('artificial.js')

fn.ReLU()

const rna = new RNA()
console.log(rna)

const generation = new Generation()
console.log(generation)

Quick Links

Contributing

Pull requests are welcome! If you see something you'd like to add, please do. For drastic changes, please open an issue first.

License

This project is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 2.1.

Package Sidebar

Install

npm i npm-artificial.js

Weekly Downloads

2

Version

1.0.0

License

GPL-2.0+

Unpacked Size

31.7 kB

Total Files

7

Last publish

Collaborators

  • smuu