Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tensjs/tens
Tens
https://github.com/tensjs/tens
tens tensorflow
Last synced: about 1 month ago
JSON representation
Tens
- Host: GitHub
- URL: https://github.com/tensjs/tens
- Owner: tensjs
- License: mit
- Created: 2017-08-03T15:01:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T15:55:27.000Z (almost 7 years ago)
- Last Synced: 2024-09-30T13:41:47.524Z (about 2 months ago)
- Topics: tens, tensorflow
- Language: C++
- Size: 74.2 KB
- Stars: 9
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/tensjs/tens/blob/a33411aff87b3b72b7a7db54a187c71f24709c32/tens.png)
[![build status][travis-image]][travis-url]
[![codecov][coveralls-image]][coveralls-url]
[![greenkeeper][greenkeeper-image]][greenkeeper-url]# Tens
Tens, written in Javascript and capable of running on top of TensorFlow.
# dev
```shell
npm i
node scripts/install
npm run rebuild
```# test
```shell
npm test
```[travis-image]: https://travis-ci.org/tensjs/tens.svg?branch=master
[travis-url]: https://travis-ci.org/tensjs/tens
[coveralls-image]: https://codecov.io/gh/tensjs/tens/branch/master/graph/badge.svg
[coveralls-url]: https://codecov.io/gh/tensjs/tens
[greenkeeper-image]: https://badges.greenkeeper.io/tensjs/tens.svg
[greenkeeper-url]: https://greenkeeper.io