简体   繁体   中英

can I use Tensorflow.js for unsupervised learning?

I am working on my final year project which requires unsupervised learning. I have been looking forward to use tensorflow.js for this. But I am not sure that it provides unsupervised learning or not.

So, my question is this: can I use Tensorflow.js for unsupervised learning?

There's not much difference in basic functionalities of TF.JS from TF, other than some minor differences in terms of speed, Gpu Support (Which can be used from browser itself as Major Browsers these days have Gpu acceleration enabled), using JS instead of Python to implement your models(Which you can just do it in JS too), other than that you should be good to go.

Here are some sources explaining some of differences with TF & TF Lite too, Hope that helps :

Machine Learning : Tensorflow v/s Tensorflow.js v/s Brain.js

Tensorflow js VS Tensorflow Lite

Whats the difference between Tensorflow and Tensorflow.js?

What is the difference between the TensorFlow JS and TensorFlow Python apart from programming language? Is there anything that the TensorFlow Python can do that the TensorFlow JS cannot or vice versa?

Difference between Tensorflow and Tensorflow.js?

Here also are some sources to get you started with the Lib :

TF-JS-Models

TF-Models-Github-Repo

TF Get started Guide

Specialization: Basics of TensorFlow for JavaScript development

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