Home Reference Source

@tensorscript/ts-core

Coverage Status Build Status

Machine Learning tools built with Tensorflow

Full Documentation

Installation

$ npm i @tensorscript/ts-core

Testing

$ npm i
$ npm test

Contributing

Fork, write tests and create a pull request!

Misc

As of Node 8, ES modules are still used behind a flag, when running natively as an ES module

$ node --experimental-modules my-machine-learning-script.mjs
# Also there are native bindings that require Python 2.x, make sure if you're using Andaconda, you build with your Python 2.x bin
$ npm i --python=/usr/bin/python

License

MIT