JSPM

artificial.js

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q37555F
  • License

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.

Package Exports

  • artificial.js
  • artificial.js/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (artificial.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


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)

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.