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
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
410
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
21
11k
KotlinConf 2025_イベントレポート
sony
1
130
ハードウェアとソフトウェアをつなぐ全てを内製している企業の E2E テストの作り方 / How to create E2E tests for a company that builds everything connecting hardware and software in-house
bitkey
PRO
1
130
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
410
オブザーバビリティが広げる AIOps の世界 / The World of AIOps Expanded by Observability
aoto
PRO
0
370
人工衛星のファームウェアをRustで書く理由
koba789
15
7.8k
エラーとアクセシビリティ
schktjm
1
1.2k
ZOZOマッチのアーキテクチャと技術構成
zozotech
PRO
4
1.5k
20250913_JAWS_sysad_kobe
takuyay0ne
2
200
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
1
950
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
0
350
Featured
See All Featured
Being A Developer After 40
akosma
90
590k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Agile that works and the tools we love
rasmusluckow
330
21k
Thoughts on Productivity
jonyablonski
70
4.8k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Done Done
chrislema
185
16k
The Invisible Side of Design
smashingmag
301
51k
Documentation Writing (for coders)
carmenintech
74
5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
We Have a Design System, Now What?
morganepeng
53
7.8k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
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を見てください。