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
2.1k
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
2k
Tryolabs Workshop: Object Detection with Deep Learning
tryolabs
0
420
PyImageConf Workshop: Object Detection with Deep Learning
tryolabs
0
260
Introduction to Object Detection - PyCon APAC 2018
tryolabs
0
2.5k
Building an Object Detection toolkit with TensorFlow (ODSC West 2017)
tryolabs
1
2.3k
Building an Object Detection toolkit with TensorFlow (PyLadies Meetup)
tryolabs
1
410
Building an Object Detection toolkit with TensorFlow (ODSC Europe 2017)
tryolabs
1
210
Tryolabs Working Trip NYC 2017 in pictures.
tryolabs
0
1.5k
Machine Learning 101 - Tryolabs
tryolabs
0
210
Other Decks in Technology
See All in Technology
OSSのSNSツール「Misskey」をさわってみよう(右下ワイプで私のOSCの20年を振り返ります) / 20250705-osc2025-do
akkiesoft
0
170
20250707-AI活用の個人差を埋めるチームづくり
shnjtk
4
3.9k
Delegating the chores of authenticating users to Keycloak
ahus1
0
140
OPENLOGI Company Profile for engineer
hr01
1
34k
B2C&B2B&社内向けサービスを抱える開発組織におけるサービス価値を最大化するイニシアチブ管理
belongadmin
1
7.1k
KubeCon + CloudNativeCon Japan 2025 Recap
ren510dev
1
390
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
2
7.8k
マネジメントって難しい、けどおもしろい / Management is tough, but fun! #em_findy
ar_tama
7
1.1k
american airlines®️ USA Contact Numbers: Complete 2025 Support Guide
supportflight
1
110
CRE Camp #1 エンジニアリングを民主化するCREチームでありたい話
mntsq
1
130
Flutter向けPDFビューア、pdfrxのpdfium WASM対応について
espresso3389
0
130
「クラウドコスト絶対削減」を支える技術—FinOpsを超えた徹底的なクラウドコスト削減の実践論
delta_tech
4
170
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
A Tale of Four Properties
chriscoyier
160
23k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Designing for humans not robots
tammielis
253
25k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Why Our Code Smells
bkeepers
PRO
336
57k
Thoughts on Productivity
jonyablonski
69
4.7k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
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!