TensorFlow.js जावास्क्रिप्ट में मशीन लर्निंग के लिए एक लाइब्रेरी है
जावास्क्रिप्ट में एमएल मॉडल विकसित करें, और सीधे ब्राउज़र में या नोड.जेएस में एमएल का उपयोग करें।
यह काम किस प्रकार करता है
मौजूदा मॉडल चलाएँ
ब्राउज़र में या Node.js के अंतर्गत चलने के लिए ऑफ-द-शेल्फ जावास्क्रिप्ट मॉडल का उपयोग करें या Python TensorFlow मॉडल को परिवर्तित करें।
मौजूदा मॉडलों को फिर से प्रशिक्षित करें
अपने स्वयं के डेटा का उपयोग करके पहले से मौजूद एमएल मॉडल को पुनः प्रशिक्षित करें।
जावास्क्रिप्ट के साथ एमएल विकसित करें
लचीले और सहज एपीआई का उपयोग करके सीधे जावास्क्रिप्ट में मॉडल बनाएं और प्रशिक्षित करें।
क़ौम

तंत्रिका नेटवर्क द्वारा वास्तविक समय में पियानो प्रदर्शन का आनंद लें।

अपने ब्राउज़र में प्रशिक्षित छवियों का उपयोग करके पैक-मैन खेलें।

वेब एमएल की शक्ति से अपने आप को एक उष्णकटिबंधीय समुद्र तट, बाहरी अंतरिक्ष और अन्य जगहों पर ले जाएं।
समाचार एवं घोषणाएँ
अतिरिक्त अपडेट के लिए हमारे ब्लॉग को देखें, और नवीनतम घोषणाओं को सीधे आपके इनबॉक्स में प्राप्त करने के लिए हमारे TensorFlow न्यूज़लेटर की सदस्यता लें।
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 मार्च 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 सितंबर 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 अगस्त 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 अगस्त 2022