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
第0回ディープラーニング勉強会(演習問題、訂正)
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
iwanaga
August 19, 2021
Technology
0
440
第0回ディープラーニング勉強会(演習問題、訂正)
iwanaga
August 19, 2021
Tweet
Share
More Decks by iwanaga
See All by iwanaga
第2回ディープラーニング勉強会~画像処理編~
ganchan11
0
300
第1回ディープラーニング勉強会~画像処理編~
ganchan11
0
270
第0回ディープラーニング勉強会~画像処理編~資料
ganchan11
1
770
第3回python勉強会(解答)
ganchan11
0
340
第3回python勉強会~基礎編~
ganchan11
0
480
第2回python勉強会(解答編)
ganchan11
0
430
第2回python勉強会~基礎編~
ganchan11
0
610
第1回python勉強会~インストール編~
ganchan11
0
660
Other Decks in Technology
See All in Technology
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
860
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
540
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
160
JAWSDAYS2026_A-6_現場SEが語る 回せるセキュリティ運用~設計で可視化、AIで加速する「楽に回る」運用設計のコツ~
shoki_hata
0
3k
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
160
楽しく学ぼう!コミュニティ入門 AWSと人が つむいできたストーリー
hiroramos4
PRO
1
190
脳内メモリ、思ったより揮発性だった
koutorino
0
140
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
6.4k
マネージャー版 "提案のレベル" を上げる
konifar
22
15k
わたしがセキュアにAWSを使えるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
cmusudakeisuke
1
510
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
190
AI時代のSaaSとETL
shoe116
1
110
Featured
See All Featured
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
110
HDC tutorial
michielstock
1
530
The SEO identity crisis: Don't let AI make you average
varn
0
410
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
970
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
RailsConf 2023
tenderlove
30
1.4k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
400
Transcript
~画像処理編~ (問題と資料の訂正)
§ P61 BatchNormalization層(バッチ正規化バッチ層) → BatchNormalization層(バッチ正規化層) § P66異常検知の説明 推論時にその 政情から〜→推論時にその 正常から〜
§ P69 ORC→OCR ※それ以外に間違いを発見されましたらイベント主催者(岩永拓也)にご報告お願いしま す。
§ 問1 例題:入力をA=4、B=2、C=5、重みを𝑤! =0.1、 𝑤" =0.7 、 𝑤# =0.2、閾値を th=3とし
たとき返ってくる値はいくら?
§ 問2 次の図で①〜③で当てはまる単語とを答えなさい。 ① ③ ② ②
問3 (1)次の学習方法の表に当てはまる言葉を選びなさい。 1 2 3 4 5 6 11 10
12 a1 13 14 15 a2 a3 A 7 8 9
(2) 順伝搬→差分計算→誤差逆伝播の繰り返す回数であるAを答えなさい。また、nを データ数とした時、Aとステップの式を答えなさい。 (1)選択肢 {1データ毎、バッチサイズ分のデータ、全データで一括、小さい、バッチサイズに依 存、大きい、可能、不可能、長い、不安定、短い、安定}
§ 問1 計算するとX = 4×0.1 + 2×0.7 + 5×0.2 =
2.8 よってX < thより0が出力 § 問2 スライド20、22を見てください。 § 問3 (1)(2)勉強会のスライド33を見てください。