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
ゼロから作るDeepLearning 読書会(1)
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Satoru Ohguchi
July 29, 2017
Technology
0
110
ゼロから作るDeepLearning 読書会(1)
オライリーが発刊している「ゼロから作るDeepLearning」について読書会を実施するための説明資料(1)
Satoru Ohguchi
July 29, 2017
Tweet
Share
More Decks by Satoru Ohguchi
See All by Satoru Ohguchi
Use the M5Stack with 3G Modem
ochicchi
0
2.1k
Play with M5Stack
ochicchi
1
2.1k
How to study AWS IoT
ochicchi
0
1.1k
How to use OMRON sensors and M5Stack
ochicchi
0
90
IotLT_52-HobbyOmronSensors.pdf
ochicchi
2
800
JAWS-UG Beginner 2018/06/22
ochicchi
0
610
Swift愛好会初心者ハンズオン(vol.31)
ochicchi
0
260
Swift入門者向けハンズオンからの学び
ochicchi
1
440
Swift愛好会 #28
ochicchi
0
570
Other Decks in Technology
See All in Technology
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
S3はフラットである –AWS公式SDKにも存在した、 署名付きURLにおけるパストラバーサル脆弱性– / JAWS DAYS 2026
flatt_security
0
1.7k
JAWS FESTA 2025でリリースしたほぼリアルタイム文字起こし/翻訳機能の構成について
naoki8408
1
390
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
560
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.3k
OpenClawで回す組織運営
jacopen
3
700
今のWordPress の制作手法ってなにがあんねん?(改) / What’s the Deal with WordPress Development These Days?
tbshiki
0
360
Datadog の RBAC のすべて
nulabinc
PRO
3
450
事例に見るスマートファクトリーへの道筋〜工場データをAI Readyにする実践ステップ〜
hamadakoji
1
300
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
160
[E2]CCoEはAI指揮官へ。Bedrock×MCPで構築するコスト・セキュリティ自律運用基盤
taku1418
0
130
Kubernetesにおける推論基盤
ry
1
320
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
304
21k
It's Worth the Effort
3n
188
29k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
240
Exploring anti-patterns in Rails
aemeredith
2
290
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
My Coaching Mixtape
mlcsv
0
70
RailsConf 2023
tenderlove
30
1.4k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
79
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
Become a Pro
speakerdeck
PRO
31
5.8k
Making the Leap to Tech Lead
cromwellryan
135
9.8k
Transcript
ゼロから作る Deep Learning 読書会(1)
読書会 • 機械学習の読書会を半 年くらいかけてやろうと 思います。 • Python の基本的な使い 方とかにも脱線しながら やろうかと思っています。
目次 • 1.Python入門 • 2.パーセプトロン • 3.ニューラルネットワーク • 4.ニューラルネットワークの学習 •
5.誤差逆伝播法 • 6.学習に関するテクニック • 7.畳み込みニューラルネットワーク • 8.ディープラーニング
進め方 • 各自、1章ずつ読み進めていき、次回で共有 会を行う • 読む過程でプログラム実行とかは必須としま せん。 • 毎回、1時間程度時間をとって、自分が理解し た内容について情報交換をして、自分の理解
に間違いがないか確認する。
本日の作業 • Python 3.0 の環境を作成する • Windows/Mac の環境どちらでもOKです • Python
の書き方を少し学んでみる
Windows • Anaconda を導入する
Mac • Homebrew – /usr/bin/ruby -e "$(curl -fsSL hPps:// raw.githubusercontent.com/Homebrew/install/
master/install)" • Python3 のインストール – brew install python3 • Python3 の確認 – python3 -V
次回までに • 1章と2章を読んできて下さい。 • 1章のプログラム実行は、必須ではありませ ん。