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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Tryolabs
April 10, 2019
Technology
0
2.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
2.2k
Tryolabs Workshop: Object Detection with Deep Learning
tryolabs
0
500
PyImageConf Workshop: Object Detection with Deep Learning
tryolabs
0
280
Introduction to Object Detection - PyCon APAC 2018
tryolabs
0
2.6k
Building an Object Detection toolkit with TensorFlow (ODSC West 2017)
tryolabs
1
2.5k
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.6k
Machine Learning 101 - Tryolabs
tryolabs
0
220
Other Decks in Technology
See All in Technology
LY Tableauでの Tableau x AIの実践 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
1.3k
Introduction to Bill One Development Engineer
sansan33
PRO
0
380
LINEアプリ開発のための Claude Code活用基盤の構築
lycorptech_jp
PRO
2
1.4k
Digitization部 紹介資料
sansan33
PRO
1
7k
「データとの対話」の現在地と未来
kobakou
0
1.3k
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
Data Hubグループ 紹介資料
sansan33
PRO
0
2.8k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
Exadata Fleet Update
oracle4engineer
PRO
0
1.3k
AIに視覚を与えモバイルアプリケーション開発をより円滑に行う
lycorptech_jp
PRO
1
790
AIエンジニア Devin と歩む、自律型運用プロセスの構築
a2ito
0
670
Snowflake Night #2 LT
taromatsui_cccmkhd
0
320
Featured
See All Featured
A designer walks into a library…
pauljervisheath
210
24k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
110
Product Roadmaps are Hard
iamctodd
PRO
55
12k
What does AI have to do with Human Rights?
axbom
PRO
1
2k
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.8k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
HDC tutorial
michielstock
1
490
Designing for Performance
lara
611
70k
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.7k
Design in an AI World
tapps
0
160
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!