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
410
PyImageConf Workshop: Object Detection with Deep Learning
tryolabs
0
260
Introduction to Object Detection - PyCon APAC 2018
tryolabs
0
2.4k
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
200
Other Decks in Technology
See All in Technology
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.6k
おれのAI活用の現状とこれから
tsukasagr
0
120
Tenstorrent HW/SW 概要説明
tenstorrent_japan
0
250
GitHub Copilot Use Cases at ZOZO
horie1024
1
350
Tenstorrent 開発者プログラム
tenstorrent_japan
0
210
「伝える」を加速させるCursor術
naomix
0
310
Test Smarter, Not Harder: Achieving Confidence in Complex Distributed Systems
eliasnogueira
1
130
プロジェクトマネージャーに最後まで残るたった一つの仕事は交渉
ichimichi
1
180
組織とセキュリティ文化と、自分の一歩
maimyyym
3
1.4k
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/03 - 2025/05
oracle4engineer
PRO
1
130
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
12k
単一Gitリポジトリから独立しました
lycorptech_jp
PRO
0
370
Featured
See All Featured
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Practical Orchestrator
shlominoach
188
11k
The Cost Of JavaScript in 2023
addyosmani
49
8.3k
What's in a price? How to price your products and services
michaelherold
245
12k
Building Adaptive Systems
keathley
42
2.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
25
2.8k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
228
22k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
15
900
Speed Design
sergeychernyshev
30
980
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.6k
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!