TensorFlow.js는 자바스크립트 머신러닝 라이브러리입니다.
자바스크립트로 ML 모델을 개발하고 브라우저 또는 Node.js에서 바로 ML을 사용하세요.
작동 방식
기존 모델 실행
바로 사용할 수 있는 자바스크립트 모델을 사용하거나, 브라우저 또는 Node.js에서 실행할 수 있도록 Python TensorFlow 모델을 변환하세요.
기존 모델 다시 학습시키기
자체 데이터를 사용하여 기존 ML 모델을 다시 학습시키세요.
자바스크립트로 ML 개발
유연하고 직관적인 API를 사용하여 자바스크립트로 직접 모델을 빌드하고 학습시키세요.
데모
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
2023년 3월 30일
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
2022년 9월 8일
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
2022년 8월 31일
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
2022년 8월 19일