Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

repetere/ts-core

Repository files navigation

@tensorscript/ts-core

Coverage Status Build Status

Machine Learning tools built with Tensorflow

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