TensorFlow.js là một thư viện dành cho máy học bằng JavaScript
Phát triển các mô hình ML bằng JavaScript và sử dụng ML trực tiếp trong trình duyệt hoặc trong Node.js.
Làm thế nào nó hoạt động
Chạy các mô hình hiện có
Sử dụng các mô hình JavaScript có sẵn hoặc chuyển đổi các mô hình TensorFlow của Python để chạy trong trình duyệt hoặc trong Node.js.
Đào tạo lại các mô hình hiện có
Đào tạo lại các mô hình ML có sẵn bằng dữ liệu của riêng bạn.
Phát triển ML bằng JavaScript
Xây dựng và đào tạo các mô hình trực tiếp bằng JavaScript bằng API linh hoạt và trực quan.
Bản demo

Thưởng thức buổi biểu diễn piano theo thời gian thực bằng mạng lưới thần kinh.

Chơi Pac-Man bằng cách sử dụng hình ảnh được đào tạo trong trình duyệt của bạn.

Đưa bạn đến một bãi biển nhiệt đới, ngoài không gian và những nơi khác với sức mạnh của web ML.
How Adobe used Web ML with TensorFlow.js to enhance Photoshop for web
Photoshop Web Beta is a browser-based version of the popular desktop image editing software, Adobe Photoshop. This online tool offers a wide range of features and capabilities for editing, enhancing, and manipulating images, all through a web
TensorFlow
30 tháng 3, 2023
Content moderation using machine learning: the server-side part
cd text - moderation / functions const functions = require ( 'firebase-functions' ); const toxicity = require ( '@tensorflow-models/toxicity' ); exports. moderator = functions. database. ref ( '/messages/{messageId}' ). onCreate ( async ( snapshot,
TensorFlow
8 tháng 9, 2022
JAX on the Web with TensorFlow.js
In this blog post we demonstrate how to convert and run Python-based JAX functions and Flax machine learning models in the browser using TensorFlow.js. We have produced three examples of JAX-to-TensorFlow.js conversion each with increasing
TensorFlow
31 tháng 8, 2022
Content moderation using machine learning: a dual approach
I've often wondered why anonymity drives people to say things that they'd never dare say in person, and it’s unfortunate that comment sections for videos and articles are so often toxic! If you’re interested in content moderation, you can use machine
TensorFlow
19 tháng 8, 2022