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
Merocode
February 14, 2018
Programming
140
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Turi Create and Concept Behind Image Classification
CocoaHead Berlin
Merocode
February 14, 2018
More Decks by Merocode
See All by Merocode
Core ML Overview
merocode
0
260
Other Decks in Programming
See All in Programming
freeeにおけるEvalsの実践例の紹介
freee
PRO
0
120
170k Jobs a Day on GKE: Scaling Mercari's CI Platform - and What's Next for AI-Native Development
junyaokabe
0
110
自動化したのに回らない テスト運用の壁―AI時代の品質責任と生産性
mfunaki
0
260
20260722_microCMSで考える、AI時代のコンテンツ運用設計
yosh1
0
410
What's New in Android 2026
veronikapj
0
260
GDG Korea Android: 2026 I/O Extended ~ What's new in Android development tools
pluu
0
230
生成AI導入の「期待外れ」を乗り越える ー 開発フロー改革が目指す、真の組織変革
starfish719
0
4.6k
<title><a id="</title>君はこのHTMLをパースできるか"></a></title> #雑LT_study
pizzacat83
0
150
AI Engineeringは、AIプロダクトだけのものか? 〜AIがソフトウェアを作る時代の新しい当たり前〜 / No AI in your product. AI Engineering in your development.
rkaga
4
450
PHP に部分適用が来るぞ!……ところで何それ?おいしいの? #phpcon / phpcon-2026
shogogg
0
670
属人化した知識を、 AIが辿れる地図にする
pkshadeck
PRO
1
180
ここ半年くらいでAIに作らせたR用ツール
eitsupi
0
380
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
Building Applications with DynamoDB
mza
96
7.2k
How to train your dragon (web standard)
notwaldorf
97
6.8k
Building the Perfect Custom Keyboard
takai
2
840
How to Talk to Developers About Accessibility
jct
2
520
Typedesign – Prime Four
hannesfritz
42
3.1k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
350
Six Lessons from altMBA
skipperchong
29
4.4k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
210
So, you think you're a good person
axbom
PRO
2
2.1k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
56
3.4k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
500
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.