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
300
第1回ディープラーニング勉強会~画像処理編~
ganchan11
0
260
第0回ディープラーニング勉強会~画像処理編~資料
ganchan11
1
770
第3回python勉強会(解答)
ganchan11
0
340
第3回python勉強会~基礎編~
ganchan11
0
470
第2回python勉強会(解答編)
ganchan11
0
420
第2回python勉強会~基礎編~
ganchan11
0
600
第1回python勉強会~インストール編~
ganchan11
0
650
Other Decks in Technology
See All in Technology
新アイテムをどう使っていくか?みんなであーだこーだ言ってみよう / 20250911-rpi-jam-tokyo
akkiesoft
0
340
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
280
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
190
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.3k
スクラムガイドに載っていないスクラムのはじめかた - チームでスクラムをはじめるときに知っておきたい勘所を集めてみました! - / How to start Scrum that is not written in the Scrum Guide 2nd
takaking22
1
180
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
460
Android Audio: Beyond Winning On It
atsushieno
0
3.4k
テストを軸にした生き残り術
kworkdev
PRO
0
220
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/06 - 2025/08
oracle4engineer
PRO
0
110
メルカリIBISの紹介
0gm
0
190
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.8k
EncryptedSharedPreferences が deprecated になっちゃった!どうしよう! / Oh no! EncryptedSharedPreferences has been deprecated! What should I do?
yanzm
0
490
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
Git: the NoSQL Database
bkeepers
PRO
431
66k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Making Projects Easy
brettharned
117
6.4k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Rails Girls Zürich Keynote
gr2m
95
14k
Agile that works and the tools we love
rasmusluckow
330
21k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
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を見てください。