$30 off During Our Annual Pro Sale. View Details »
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Tensorflow.jsの話
Search
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
1
900
バーチャル背景の話
yohfee
0
140
認証の話
yohfee
0
250
Other Decks in Programming
See All in Programming
手軽に積ん読を増やすには?/読みたい本と付き合うには?
o0h
PRO
1
120
20251127_ぼっちのための懇親会対策会議
kokamoto01_metaps
2
220
Java_プロセスのメモリ監視の落とし穴_NMT_で見抜けない_glibc_キャッシュ問題_.pdf
ntt_dsol_java
0
230
ZOZOにおけるAI活用の現在 ~モバイルアプリ開発でのAI活用状況と事例~
zozotech
PRO
1
1.6k
JJUG CCC 2025 Fall: Virtual Thread Deep Dive
ternbusty
3
500
データファイルをAWSのDWHサービスに格納する / 20251115jawsug-tochigi
kasacchiful
2
100
OSS開発者の憂鬱
yusukebe
14
12k
モデル駆動設計をやってみよう Modeling Forum2025ワークショップ/Let’s Try Model-Driven Design
haru860
0
200
TypeScriptで設計する 堅牢さとUXを両立した非同期ワークフローの実現
moeka__c
5
2.7k
JEP 496 と JEP 497 から学ぶ耐量子計算機暗号入門 / Learning Post-Quantum Crypto Basics from JEP 496 & 497
mackey0225
2
500
AIエージェントでのJava開発がはかどるMCPをAIを使って開発してみた / java mcp for jjug
kishida
4
820
Rails Girls Sapporo 2ndの裏側―準備の日々から見えた、私が得たもの / SAPPORO ENGINEER BASE #11
lemonade_37
2
190
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
95
14k
How to train your dragon (web standard)
notwaldorf
97
6.4k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Cult of Friendly URLs
andyhume
79
6.7k
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
1
59
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Being A Developer After 40
akosma
91
590k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
YesSQL, Process and Tooling at Scale
rocio
174
15k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Designing for Performance
lara
610
69k
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
ご清聴ありがとうございました