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.
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)
Pull requests are welcome! If you see something you'd like to add, please do. For drastic changes, please open an issue first.
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.