TensorFlow.js は機械学習用 JavaScript ライブラリです

ML モデルを JavaScript で開発し、ブラウザまたは Node.js で直接 ML を使用します。

チュートリアル

包括的で完全な例を挙げながら TensorFlow.js の使い方を説明するチュートリアルです。

モデルを見る

事前トレーニング済みで、一般的なユースケースにそのまま使用可能なモデルです。

デモを見る

TensorFlow.js を使用するライブデモやコードの例をブラウザで実行できます。

仕組み

既存のモデルを実行する

既製の JavaScript モデルを使用するか、Python TensorFlow モデルを変換してブラウザ内または Node.js で実行します。

既存のモデルを再トレーニングする

独自のデータを使用して既存の ML モデルを再トレーニングします。

JavaScript を使用して ML モデルを開発する

柔軟性が高く直感的に操作できる API を使用して、JavaScript で直接モデルの構築とトレーニングを行います。

デモ

Performance RNN

ニューラル ネットワークによるリアルタイムのピアノ演奏をお楽しみください。

ウェブカメラ コントローラ

ブラウザでトレーニングした画像を使って、パックマンをプレイしましょう。

Holobooth

ウェブ ML を活用することで、熱帯のビーチや宇宙空間など、好きな場所に移動できます。

ニュースとお知らせ

その他の最新情報については、ブログをご覧ください。また、最新のお知らせをメールボックスに直接お届けする TensorFlow ニュースレターにご登録ください。

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日

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日

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日

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日