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
270
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.6k
Machine Learning 101 - Tryolabs
tryolabs
0
210
Other Decks in Technology
See All in Technology
LLMエージェント時代に適応した開発フロー
hiragram
1
410
[CV勉強会@関東 CVPR2025 読み会] MegaSaM: Accurate, Fast, and Robust Structure and Motion from Casual Dynamic Videos (Li+, CVPR2025)
abemii
0
190
Go で言うところのアレは TypeScript で言うとコレ / Kyoto.なんか #7
susisu
6
1.8k
生成AI利用プログラミング:誰でもプログラムが書けると 世の中どうなる?/opencampus202508
okana2ki
0
190
AIドリブンのソフトウェア開発 - うまいやり方とまずいやり方
okdt
PRO
9
620
モダンな現場と従来型の組織——そこに生じる "不整合" を解消してこそチームがパフォーマンスを発揮できる / Team-oriented Organization Design 20250825
mtx2s
5
540
つくって納得、つかって実感! 大規模言語モデルことはじめ
recruitengineers
PRO
21
6k
Figma + Storybook + PlaywrightのMCPを使ったフロントエンド開発
yug1224
9
2.5k
R-SCoRe: Revisiting Scene Coordinate Regression for Robust Large-Scale Visual Localization
takmin
0
430
.NET開発者のためのAzureの概要
tomokusaba
0
230
kintone開発チームの紹介
cybozuinsideout
PRO
0
73k
開発と脆弱性と脆弱性診断についての話
su3158
1
1.1k
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
223
9.9k
Designing for Performance
lara
610
69k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.6k
Producing Creativity
orderedlist
PRO
347
40k
Unsuck your backbone
ammeep
671
58k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
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!