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
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
560
Docコメントで始める簡単ガードレール
keisukeikeda
1
120
AI駆動開発の本音 〜Claude Code並列開発で見えたエンジニアの新しい役割〜
hisuzuya
4
520
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8.1k
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
1k
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
430
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
140
Angular-Apps smarter machen mit Gen AI: Lokal und offlinefähig - Hands-on Workshop!
christianliebel
PRO
0
120
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
570
OTP を自動で入力する裏技
megabitsenmzq
0
110
Unity6.3 AudioUpdate
cova8bitdots
0
140
文字コードの話
qnighy
44
17k
Featured
See All Featured
So, you think you're a good person
axbom
PRO
2
2k
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
150
How to make the Groovebox
asonas
2
2k
We Have a Design System, Now What?
morganepeng
55
8k
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
770
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
290
Abbi's Birthday
coloredviolet
2
5.4k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
310
SEO for Brand Visibility & Recognition
aleyda
0
4.4k
YesSQL, Process and Tooling at Scale
rocio
174
15k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
210
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
160
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.