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
WWDC2018でグッときたアレ
Search
Tomoki Kobayashi
September 07, 2018
Programming
1
450
WWDC2018でグッときたアレ
Mobile Act NAGOYA #12
https://mobileact.connpass.com/event/97211/
Tomoki Kobayashi
September 07, 2018
Tweet
Share
More Decks by Tomoki Kobayashi
See All by Tomoki Kobayashi
Skip Skip Run Run Run ♫
temoki
0
490
さようならRxSwift こんにちは*****
temoki
1
300
Androidで不安定なPlatform Viewsとの闘い
temoki
0
760
iOSパッケージマネージャー奮闘記 完結編
temoki
2
490
事業譲渡を受けたアプリとの統合で失敗、 そしてユーザーからの評価回復に至るまで
temoki
1
570
Apple Vision Proデベロッパラボに参加してきた
temoki
0
420
年末年始の成果、そして現状の紹介
temoki
0
170
Apple HIGのススメ
temoki
0
260
ChatGPTにSVGでお絵描きさせる
temoki
0
570
Other Decks in Programming
See All in Programming
エンジニア向けCursor勉強会 @ SmartHR
yukisnow1823
3
13k
監視 やばい
syossan27
12
10k
generative-ai-use-cases(GenU)の推しポイント ~2025年4月版~
hideg
1
410
生成AI時代のフルスタック開発
kenn
7
630
AIコーディングの本質は“コード“ではなく“構造“だった / The essence of AI coding is not “code” but "structure
seike460
PRO
2
460
VibeCoding時代のエンジニアリング
daisuketakeda
0
220
Boost Your Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
920
ドメイン駆動設計とXPで支える子どもの未来 / Domain-Driven Design and XP Supporting Children's Future
nrslib
0
300
最速Green Tea 🍵 Garbage Collector
kuro_kurorrr
1
130
はじめてのPDFKit.pdf
shomakato
0
100
Beyond_the_Prompt__Evaluating__Testing__and_Securing_LLM_Applications.pdf
meteatamel
0
110
「MCPを使ってる人」が より詳しくなるための解説
yamaguchidesu
0
220
Featured
See All Featured
Designing for humans not robots
tammielis
253
25k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
570
4 Signs Your Business is Dying
shpigford
183
22k
Embracing the Ebb and Flow
colly
85
4.7k
Become a Pro
speakerdeck
PRO
28
5.3k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
How to Ace a Technical Interview
jacobian
276
23k
Gamification - CAS2011
davidbonilla
81
5.3k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
Making Projects Easy
brettharned
116
6.2k
Transcript
WWDC2018 で グッときたアレ Mobile Act NAGOYA #12
自己紹介 @temoki / 小林 友樹 Fenrir Inc. / PL, iOS
Engineer
Mobile Act NAGOYA #11 今年の開発者イベントで僕がグッときたポイント Facebook F8 Oculus Go
Google I/O Daydream に関する VR180
実はもう一つ グッときたものが...
WWDC 2018 Platforms State of the Union 以降、iOS, macOS, Xcode
のベータ版について Apple が公開している情報の範囲での話となります。
Transfer Learning こそ 僕が望んでいたもの
試すにはデータが必要...
あった
Hello Goodbye オフィスに設置した iPad に顔を見せるだけで、 社内の勤怠システムで出社/ 退社できるアプリ 名古屋ß メンバーで開発して社内で広く利用されている 顔領域の検出には
CoreImage の CIDetector 使用 顔認識(誰の顔?)は Amazon Rekognition 使用 支社メンバーの毎日の顔データがログに残っている
None
データ メンバー7 名で約1,400 枚(約1 年間) メンバーごとに約200 枚 学習データとテストデータで半分ずつ
学習 Xcode Playground 上で 3 行書く import CreateMLUI let builder
= MLImageClassifierBuilder() builder.showInLiveView() Live View にデータをドラッグ&ドロップするだけ データ約700 枚を25 秒で学習完了 (0.035 秒/ 枚)
試験 学習したモデルを使ってテストデータを試験 これも Live View にドラック&ドロップするだけ データ約700 枚を43 秒で試験完了 (0.061
秒/ 枚)
学習したモデル CoreML の mlmodel として保存可能 Vision Framework 等に組み込んで利用できる 今回のものは 130KB
(小さい ) このサイズならアプリサイズも気にならない! 後からモデルの差し替えもしやすい?
リアルタイム顔認識デモ は懇親会で....
まとめ 誰でも独自のモデルがとても簡単に作成できる データを集めることに注力できる モデルサイズもとってもポータブル Machine Learning が完全に民主化した