简体   繁体   中英

Using tensorflow with nodejs library for machine learning models

I have read that different libraries are availbale for Tensorflow. (In Python, C++, javascript).

"Tensorflow.js is a javascript lib for training and deploying machine learning models in Node.js". so does it mean that Tensorflow supports Nodejs also ?

I don't have much idea about js/javascript/nodejs.

Thanks, Mayank

That is correct. See here - https://www.npmjs.com/package/@tensorflow/tfjs

It even works in browser. See section Develop ML in the Browser in above link.

The documentation I found here says it is possible.

check import * as tf from '@tensorflow/tfjs-node'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM