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
Turi Create and Concept Behind Image Classifica...
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Merocode
February 14, 2018
Programming
1
140
Turi Create and Concept Behind Image Classification
CocoaHead Berlin
Merocode
February 14, 2018
Tweet
Share
More Decks by Merocode
See All by Merocode
Core ML Overview
merocode
0
250
Other Decks in Programming
See All in Programming
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
220
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
640
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
390
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
190
Codex の「自走力」を高める
yorifuji
0
1.2k
20260313 - Grafana & Friends Taipei #1 - Kubernetes v1.36 的開發雜記:那些困在 Alpha 加護病房太久的 Metrics
tico88612
0
210
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
120
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
150
Ruby and LLM Ecosystem 2nd
koic
1
920
脱 雰囲気実装!AgentCoreを良い感じにWEBアプリケーションに組み込むために
takuyay0ne
1
240
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
420
Featured
See All Featured
Navigating Weather and Climate Data
rabernat
0
140
Building the Perfect Custom Keyboard
takai
2
710
Exploring anti-patterns in Rails
aemeredith
2
290
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
680
Unsuck your backbone
ammeep
672
58k
Git: the NoSQL Database
bkeepers
PRO
432
66k
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
640
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
First, design no harm
axbom
PRO
2
1.1k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
140
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
220
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
77
Transcript
TURI CREATE CONCEPT BEHIND IMAGE CLASSIFICATION
WHAT WE WANT TO ACHIEVE?
None
None
CORE ML
INFERENCE
None
FROM WHERE WE GET THE CORE ML FORMAT MODELS?
> Apple ready-to-use Core ML Models.
> Apple tool (Python Package) to convert known model formats
to Core ML model format. That is covered in that blog post
import coremltools caffe_model = ('EmotiW_VGG_S.caffemodel', 'deploy.prototxt') labels = 'labels.txt' coreml_model
= coremltools.converters.caffe.convert(caffe_model, class_labels=labels, image_input_names='data') coreml_model.save('EmotiW_VGG_S.mlmodel')
WHAT IS A MODEL?
TRAINING
TURI CREATE
> Under the hood of Turi Create is Apache’s MXNet
> Python 2.7, 3.5, 3.6 conda create -n turi python=3.6 source activate turi pip install -U turicreate import turicreate fails on macOS 10.12.6 conda create -n turi python=2.7 pip install -Iv turicreate==4.0
CONVOLUTIONAL NEURAL NETWORKS CNN MODEL Feature extraction part + Classification
part
None
None
None
None
None
None
None
VISUALIZING FEATURE / ACTIVATION MAPS
TRANSFER LEARNING
None
CREATE AND TRAIN A MODEL USING TURI CREATE
SQUEEZENET_V1.1
None
None
None
None
None
15 min.
44 min.
ResNet50
9 min.
17 min.
66 min.
IMAGE AUGMENTATION Invariant Representation Scale Rotation Translation
None
RESOURCES CODE Turi Create Sample Code and Demo Apps
RESOURCES TOOLS Turi Create Anaconda Miniconda
RESOURCES APPLE Turi Create User Guide Turi Create API Documentation
Sample Code: Classifying Images with Vision and Core ML Apple Machine Learning
RESOURCES ARTICLES Convolutional Neural Networks Image Augmentation in Keras
RESOURCES PHOTOS Photo by Gift Habeshaw on Unsplash Elon Musk
SpaceX launch footage
THANK YOU ❤ @_MeroCode_ LET’S LEARN ABOUT MACHINE LEARNING.