Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Tensorflow.jsの話
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
yohfee
June 08, 2021
Programming
0
320
Tensorflow.jsの話
Sendai Frontend Meetup #6
https://sfeug.connpass.com/event/212239/
yohfee
June 08, 2021
Tweet
Share
More Decks by yohfee
See All by yohfee
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
830
個人開発で使ってるやつを紹介する回
yohfee
1
930
バーチャル背景の話
yohfee
0
150
認証の話
yohfee
0
260
Other Decks in Programming
See All in Programming
CSC307 Lecture 14
javiergs
PRO
0
470
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
110
ロボットのための工場に灯りは要らない
watany
10
2.8k
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
480
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
250
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
480
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1.1k
20260315 AWSなんもわからん🥲
chiilog
2
150
Docコメントで始める簡単ガードレール
keisukeikeda
1
120
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.9k
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
140
Kubernetesでセルフホストが簡単なNewSQLを求めて / Seeking a NewSQL Database That's Simple to Self-Host on Kubernetes
nnaka2992
0
110
Featured
See All Featured
My Coaching Mixtape
mlcsv
0
71
Test your architecture with Archunit
thirion
1
2.2k
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
Typedesign – Prime Four
hannesfritz
42
3k
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
KATA
mclloyd
PRO
35
15k
First, design no harm
axbom
PRO
2
1.1k
Balancing Empowerment & Direction
lara
5
940
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
The agentic SEO stack - context over prompts
schlessera
0
690
[SF Ruby Conf 2025] Rails X
palkan
2
830
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
Transcript
Tensorflow.jsの話 Sendai Frontend Meetup #6
大魔王始めさせられました
ディープラーニングできたら楽しそう
ディープラーニングやってみ たいけど今更Pythonをイチ から始めるのは辛いです。 会社員(30代・男性)
Tensorflow.jsでやってみた
Demo1 https://github.com/yohfee/sfeug6/tree/main/demo1
モデルをtfhubからロード tfjsを読み込み imgからtensorに変換 モデルに合わせて成型 予測 上位3件を取得
Demo2 https://github.com/yohfee/sfeug6/tree/main/demo2
で、どうなの? • ブラウザでもNode.jsでもほぼ同様のコードで動くので偉い • ブラウザだとimgやcanvasで画像tensorの出し入れが楽ちん • ブラウザだとモデルのサイズが大きいと流石に遅い • TypeScriptでも書けるので安心 •
GPUを使って高速化できる • tfhubなどに出来合いモデルが転がってるので割と遊べる • 他の形式のモデルも変換して使える場合がある • 頑張れば自前モデルも作れる
頑張れば自前モデルも作れる
ディープラーニングやってみ たいけど今更Pythonをイチ から始めるのは辛いです。 会社員(30代・男性)
ディープラーニングやってみ たけどディープラーニングの こと何もわからんので辛い。 会社員(30代・男性)
ディープラーニングやってみ たけどディープラーニングの こと何もわからんので辛い。 会社員(30代・男性) レイヤは何層で組めばいいの!? CPU遅すぎるんだが!? CNN!?RNN?GAN!?DQN!? 全然収束しないんだけど!? 与 え
るパ ラメー タの 勘 所 わ か らん !? 学習データ集めるのダル過ぎ!? どの活性化関数が適してるんですか!? PCが無限に唸りを上げ続けている!?
俺たちの戦いは(ry
ご清聴ありがとうございました