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
Intro to ConvNets: The backbone of modern compu...
Search
Tryolabs
April 10, 2019
Technology
0
1.8k
Intro to ConvNets: The backbone of modern computer vision
Tryolabs
April 10, 2019
Tweet
Share
More Decks by Tryolabs
See All by Tryolabs
An Introduction to Machine Learning and How to Teach Machines to See
tryolabs
0
1.8k
Tryolabs Workshop: Object Detection with Deep Learning
tryolabs
0
360
PyImageConf Workshop: Object Detection with Deep Learning
tryolabs
0
240
Introduction to Object Detection - PyCon APAC 2018
tryolabs
0
2.3k
Building an Object Detection toolkit with TensorFlow (ODSC West 2017)
tryolabs
1
2k
Building an Object Detection toolkit with TensorFlow (PyLadies Meetup)
tryolabs
1
400
Building an Object Detection toolkit with TensorFlow (ODSC Europe 2017)
tryolabs
1
200
Tryolabs Working Trip NYC 2017 in pictures.
tryolabs
0
1.3k
Machine Learning 101 - Tryolabs
tryolabs
0
190
Other Decks in Technology
See All in Technology
フロントエンド設計にモブ設計を導入してみた / 20241212_cloudsign_TechFrontMeetup
bengo4com
0
1.9k
20241220_S3 tablesの使い方を検証してみた
handy
4
620
複雑性の高いオブジェクト編集に向き合う: プラガブルなReactフォーム設計
righttouch
PRO
0
120
DUSt3R, MASt3R, MASt3R-SfM にみる3D基盤モデル
spatial_ai_network
2
180
1等無人航空機操縦士一発試験 合格までの道のり ドローンミートアップ@大阪 2024/12/18
excdinc
0
170
ハイテク休憩
sat
PRO
2
160
KubeCon NA 2024 Recap: How to Move from Ingress to Gateway API with Minimal Hassle
ysakotch
0
210
大幅アップデートされたRagas v0.2をキャッチアップ
os1ma
2
540
Google Cloud で始める Cloud Run 〜AWSとの比較と実例デモで解説〜
risatube
PRO
0
110
なぜCodeceptJSを選んだか
goataka
0
160
OpenAIの蒸留機能(Model Distillation)を使用して運用中のLLMのコストを削減する取り組み
pharma_x_tech
4
560
AI時代のデータセンターネットワーク
lycorptech_jp
PRO
1
290
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
4
170
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
48
2.2k
Statistics for Hackers
jakevdp
796
220k
Designing for humans not robots
tammielis
250
25k
Raft: Consensus for Rubyists
vanstee
137
6.7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
29
2k
Side Projects
sachag
452
42k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
2
170
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
520
The Cult of Friendly URLs
andyhume
78
6.1k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Transcript
The backbone of modern computer vision Intro to ConvNets
2
3 =
4
Convolutional Network
6 ⊙ = Σ input output kernel
7 input output ⊙ = kernel Σ
8 input output = kernel Σ ⊙
9 input output ⊙ = kernel Σ
10 kernel input output
11
12 Optimization Label: Bird ConvNet Loss Function Prediction: Cat
13 Optimization ConvNet Prediction: Bird Loss Function Label: Bird
14 Non-linear function from: wikipedia.org Sigmoid Function
15 Pooling operation from: computersciencewiki.org
16
17 Conv layer Non-linear function Convolution & Non-linear function &
Pooling Pooling Conv layer Non-linear function Pooling Conv layer Non-linear function
18 AlexNet (2012)
Thanks!