TensorFlow.js یک کتابخانه برای یادگیری ماشین در جاوا اسکریپت است
مدلهای ML را در جاوا اسکریپت توسعه دهید و از ML مستقیماً در مرورگر یا Node.js استفاده کنید.
چگونه کار می کند
مدل های موجود را اجرا کنید
از مدلهای جاوا اسکریپت خارج از قفسه استفاده کنید یا مدلهای تنسورفلو پایتون را برای اجرا در مرورگر یا زیر Node.js تبدیل کنید.
مدل های موجود را دوباره آموزش دهید
با استفاده از داده های خود، مدل های ML از قبل موجود را دوباره آموزش دهید.
ML را با جاوا اسکریپت توسعه دهید
با استفاده از API های انعطاف پذیر و بصری، مدل ها را مستقیماً در جاوا اسکریپت بسازید و آموزش دهید.
دموها

از اجرای پیانو در زمان واقعی توسط یک شبکه عصبی لذت ببرید.

Pac-Man را با استفاده از تصاویر آموزش دیده در مرورگر خود بازی کنید.

با قدرت وب 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
۳۰ مارس ۲۰۲۳
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
۸ سپتامبر ۲۰۲۲
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
۳۱ اوت ۲۰۲۲
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
۱۹ اوت ۲۰۲۲