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
2k
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.9k
Tryolabs Workshop: Object Detection with Deep Learning
tryolabs
0
390
PyImageConf Workshop: Object Detection with Deep Learning
tryolabs
0
250
Introduction to Object Detection - PyCon APAC 2018
tryolabs
0
2.4k
Building an Object Detection toolkit with TensorFlow (ODSC West 2017)
tryolabs
1
2.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
210
Tryolabs Working Trip NYC 2017 in pictures.
tryolabs
0
1.4k
Machine Learning 101 - Tryolabs
tryolabs
0
200
Other Decks in Technology
See All in Technology
テキスト解析で見る PyCon APAC 2025 セッション&スピーカートレンド分析
negi111111
0
250
DevOps文化を育むQA 〜カルチャーバブルを生み出す戦略〜 / 20250317 Atsushi Funahashi
shift_evolve
1
120
Cloud Native PG 使ってみて気づいたことと最新機能の紹介 - 第52回PostgreSQLアンカンファレンス
seinoyu
2
250
OCI見積もり入門セミナー
oracle4engineer
PRO
0
160
Go の analysis パッケージで自作するリファクタリングツール
kworkdev
PRO
1
630
OPENLOGI Company Profile for engineer
hr01
1
23k
DevinはクラウドエンジニアAIになれるのか!? 実践的なガードレール設計/devin-can-become-a-cloud-engineer-ai-practical-guardrail-design
tomoki10
3
1.5k
PostgreSQL Unconference #52 pg_tde
nori_shinoda
1
250
Restarting_SRE_Road_to_SRENext_.pdf
_awache
1
210
デザインシステムのレガシーコンポーネントを刷新した話/Design System Legacy Renewal
kaonavi
0
120
AWS CDK コントリビュート はじめの一歩
yendoooo
1
130
Zabbixチョットデキルとは!?
kujiraitakahiro
0
120
Featured
See All Featured
How to Ace a Technical Interview
jacobian
276
23k
The Pragmatic Product Professional
lauravandoore
33
6.5k
The Cult of Friendly URLs
andyhume
78
6.3k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
28
1.6k
How to train your dragon (web standard)
notwaldorf
91
5.9k
Into the Great Unknown - MozCon
thekraken
36
1.7k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
30
1.1k
Navigating Team Friction
lara
184
15k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
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!