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
iwanaga
August 19, 2021
Technology
0
430
第0回ディープラーニング勉強会(演習問題、訂正)
iwanaga
August 19, 2021
Tweet
Share
More Decks by iwanaga
See All by iwanaga
第2回ディープラーニング勉強会~画像処理編~
ganchan11
0
290
第1回ディープラーニング勉強会~画像処理編~
ganchan11
0
260
第0回ディープラーニング勉強会~画像処理編~資料
ganchan11
1
760
第3回python勉強会(解答)
ganchan11
0
330
第3回python勉強会~基礎編~
ganchan11
0
470
第2回python勉強会(解答編)
ganchan11
0
410
第2回python勉強会~基礎編~
ganchan11
0
590
第1回python勉強会~インストール編~
ganchan11
0
650
Other Decks in Technology
See All in Technology
Observability в PHP без боли. Олег Мифле, тимлид Altenar
lamodatech
0
340
_第3回__AIxIoTビジネス共創ラボ紹介資料_20250617.pdf
iotcomjpadmin
0
150
BrainPadプログラミングコンテスト記念LT会2025_社内イベント&問題解説
brainpadpr
1
160
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
11
3.9k
20250623 Findy Lunch LT Brown
3150
0
850
Wasm元年
askua
0
140
生成AIで小説を書くためにプロンプトの制約や原則について学ぶ / prompt-engineering-for-ai-fiction
nwiizo
3
1.3k
低レイヤを知りたいPHPerのためのCコンパイラ作成入門 完全版 / Building a C Compiler for PHPers Who Want to Dive into Low-Level Programming - Expanded
tomzoh
4
3.2k
データプラットフォーム技術におけるメダリオンアーキテクチャという考え方/DataPlatformWithMedallionArchitecture
smdmts
5
630
~宇宙最速~2025年AWS Summit レポート
satodesu
1
1.8k
製造業からパッケージ製品まで、あらゆる領域をカバー!生成AIを利用したテストシナリオ生成 / 20250627 Suguru Ishii
shift_evolve
PRO
1
140
GitHub Copilot の概要
tomokusaba
1
130
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Writing Fast Ruby
sferik
628
61k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
700
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
How to Ace a Technical Interview
jacobian
277
23k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Thoughts on Productivity
jonyablonski
69
4.7k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Visualization
eitanlees
146
16k
BBQ
matthewcrist
89
9.7k
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を見てください。