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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Tomoki Kobayashi
September 07, 2018
Programming
1
540
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
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
2k
Liquid Glass を Metal Shader で描きたいだけの人生だった…
temoki
0
130
Skip Skip Run Run Run ♫
temoki
0
840
さようならRxSwift こんにちは*****
temoki
1
520
Androidで不安定なPlatform Viewsとの闘い
temoki
0
1.1k
iOSパッケージマネージャー奮闘記 完結編
temoki
2
690
事業譲渡を受けたアプリとの統合で失敗、 そしてユーザーからの評価回復に至るまで
temoki
1
730
Apple Vision Proデベロッパラボに参加してきた
temoki
0
560
年末年始の成果、そして現状の紹介
temoki
0
270
Other Decks in Programming
See All in Programming
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
230
Codex の「自走力」を高める
yorifuji
0
1.2k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
450
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
410
モジュラモノリスにおける境界をGoのinternalパッケージで守る
magavel
0
3.5k
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8k
手戻りゼロ? Spec Driven Developmentとは@KAG AI week
tmhirai
1
190
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
370
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1k
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.9k
文字コードの話
qnighy
44
17k
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
540
Featured
See All Featured
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
RailsConf 2023
tenderlove
30
1.4k
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
290
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
The Spectacular Lies of Maps
axbom
PRO
1
620
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
690
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Faster Mobile Websites
deanohume
310
31k
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
290
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
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 が完全に民主化した