可以使用Tensorflow.js进行无监督学习吗?

时间:2020-03-19 09:24:52

标签: javascript node.js tensorflow machine-learning

我正在完成我的最后一个项目,该项目需要无监督的学习。我一直期待为此使用tensorflow.js。但是我不确定它是否提供无监督的学习。

所以,我的问题是:我可以使用Tensorflow.js进行无监督学习吗?

1 个答案:

答案 0 :(得分:0)

TF.JS的基本功能与TF几乎没有什么区别,除了速度,Gpu支持方面有一些细微差异(使用JS可以从浏览器本身使用,因为这些浏览器如今已启用Gpu加速)除了使用Python来实现您的模型(您也可以在JS中实现)之外,您应该会很好。

有些资料也解释了TF和TF Lite的一些差异,希望对您有所帮助:

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?

还有一些资料可以帮助您开始使用Lib:

TF-JS-Models

TF-Models-Github-Repo

TF Get started Guide

Specialization: Basics of TensorFlow for JavaScript development