TensorFlow.js è una libreria per l'apprendimento automatico in JavaScript
Sviluppa modelli ML in JavaScript e utilizza il ML direttamente nel browser o in Node.js.
Come funziona
Esegui modelli esistenti
Utilizza modelli JavaScript standard o converti modelli Python TensorFlow da eseguire nel browser o in Node.js.
Riqualificare i modelli esistenti
Riqualifica i modelli ML preesistenti utilizzando i tuoi dati.
Sviluppa ML con JavaScript
Costruisci e addestra modelli direttamente in JavaScript utilizzando API flessibili e intuitive.
Demo

Goditi un'esibizione di pianoforte in tempo reale tramite una rete neurale.

Gioca a Pac-Man utilizzando le immagini memorizzate nel tuo browser.

Trasportati su una spiaggia tropicale, nello spazio e altrove con la potenza del Web ML.
Notizie e annunci
Dai un'occhiata al nostro blog per ulteriori aggiornamenti e iscriviti alla nostra newsletter TensorFlow per ricevere gli ultimi annunci direttamente nella tua casella di posta.
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 marzo 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 settembre 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 agosto 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 agosto 2022