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
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
870
バーチャル背景の話
yohfee
0
130
認証の話
yohfee
0
240
Other Decks in Programming
See All in Programming
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
250
Navigating Dependency Injection with Metro
zacsweers
3
230
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
210
TDD 実践ミニトーク
contour_gara
1
290
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2k
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
0
110
Namespace and Its Future
tagomoris
6
700
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
290
個人軟體時代
ethanhuang13
0
320
ソフトウェアテスト徹底指南書の紹介
goyoki
1
150
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.2k
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Documentation Writing (for coders)
carmenintech
74
5k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Git: the NoSQL Database
bkeepers
PRO
431
66k
The World Runs on Bad Software
bkeepers
PRO
70
11k
4 Signs Your Business is Dying
shpigford
184
22k
Faster Mobile Websites
deanohume
309
31k
Raft: Consensus for Rubyists
vanstee
140
7.1k
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
ご清聴ありがとうございました