TensorFlow.js es una biblioteca para aprendizaje automático en JavaScript
Desarrolle modelos de ML en JavaScript y utilice ML directamente en el navegador o en Node.js.
Cómo funciona
Ejecutar modelos existentes
Utilice modelos de JavaScript disponibles en el mercado o convierta modelos de Python TensorFlow para ejecutarlos en el navegador o en Node.js.
Vuelva a entrenar los modelos existentes
Vuelva a entrenar modelos de ML preexistentes utilizando sus propios datos.
Desarrollar ML con JavaScript
Cree y entrene modelos directamente en JavaScript utilizando API flexibles e intuitivas.
Población

Disfrute de una interpretación de piano en tiempo real mediante una red neuronal.

Juega Pac-Man usando imágenes entrenadas en tu navegador.

Transpórtate a una playa tropical, al espacio exterior y a otros lugares con el poder del aprendizaje automático web.
Noticias y anuncios
Consulte nuestro blog para obtener actualizaciones adicionales y suscríbase a nuestro boletín informativo de TensorFlow para recibir los últimos anuncios directamente en su bandeja de entrada.
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 de marzo de 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 de septiembre de 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 de agosto de 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 de agosto de 2022