ラベル

AI Forecast 8306MUFG (214) Social (75) life (70) Financial (62) IT (57) Proposal (56) idea (50) Fund Management (48) Trading (43) economics (42) Covid-19 (40) AI (38) Hedge Fund (36) Risk (36) Culture (31) BOJ (29) Science (26) hobby (24) accounting (17) Apps (16) career (11) job (7) Travel (6) Hiking (5) emotion (5) music (3) Statarb (2) piano (2)

2020年12月22日火曜日

Tensorflow.jsの世界 The World of Tensorflow.JS

Tensorflow.jsの世界

The World of Tensorflow.js


TensorflowはニューラルネットによるAIを容易に作成できるライブラリだ。その中のJavascriptバージョンはインストール不要でWebページを開けるだけで動作するため、無限のスケーラビリティーを持つ、GPUも自動的に活用できる環境だ。いくつかのサンプルを作ってみた。すべてプログラム付き。処理はすべてあなたのスマホ、PC上で行われているため、できるだけ最新の機械で実行しよう!Tensorflow is a neural net based AI library which makes AI development easy. Among them, its Javascript version is install-free with infinite scalability, and can run just by opening up web page. It is an environment where GPU is utilized automatically. I made couple of samples with codes. Better to run on latest possible smart phone/PC since all process are done on your machine! 

画像系Image
FaceMeshOnWASM 顔メッシュWASM版
PoseNet 姿勢表示PostureAnalysis
FaceAPI 顔解析FaceAnalysis
BodyPix 体部分表示BodyAnalysis
ImageClassifier 話す画像分類
YOLO 形状認識ObjectDetector
MobileNet 話す形状分類ObjectDetectorThatSpeaks
TeachableMachine
手軽なAI教育

補間系Interpolation
EasyPoC 概念検証ツールInstantProofOfConcept
StockPrediction 
株価予測
TemperatureControl 温度管理
Interpolation 数値補間

計画中Future Plan
PhysicsSimulation物理シミュレーション
CartPolePhysicsModelカートポール物理モデル

遊んでみてね!Have fun!