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
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
1.9k
Play with M5Stack
ochicchi
1
2k
How to study AWS IoT
ochicchi
0
1.1k
How to use OMRON sensors and M5Stack
ochicchi
0
71
IotLT_52-HobbyOmronSensors.pdf
ochicchi
2
780
JAWS-UG Beginner 2018/06/22
ochicchi
0
600
Swift愛好会初心者ハンズオン(vol.31)
ochicchi
0
230
Swift入門者向けハンズオンからの学び
ochicchi
1
410
Swift愛好会 #28
ochicchi
0
560
Other Decks in Technology
See All in Technology
解析の定理証明実践@Lean 4
dec9ue
0
180
OpenHands🤲にContributeしてみた
kotauchisunsun
1
450
「良さそう」と「とても良い」の間には 「良さそうだがホンマか」がたくさんある / 2025.07.01 LLM品質Night
smiyawaki0820
1
200
Amazon ECS & AWS Fargate 運用アーキテクチャ2025 / Amazon ECS and AWS Fargate Ops Architecture 2025
iselegant
17
5.6k
250627 関西Ruby会議08 前夜祭 RejectKaigi「DJ on Ruby Ver.0.1」
msykd
PRO
2
320
Amazon Bedrockで実現する 新たな学習体験
kzkmaeda
2
580
Github Copilot エージェントモードで試してみた
ochtum
0
110
Prox Industries株式会社 会社紹介資料
proxindustries
0
310
強化されたAmazon Location Serviceによる新機能と開発者体験
dayjournal
2
210
25分で解説する「最小権限の原則」を実現するための AWS「ポリシー」大全 / 20250625-aws-summit-aws-policy
opelab
9
1.2k
Amazon S3標準/ S3 Tables/S3 Express One Zoneを使ったログ分析
shigeruoda
4
540
Lambda Web Adapterについて自分なりに理解してみた
smt7174
3
120
Featured
See All Featured
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
940
Embracing the Ebb and Flow
colly
86
4.7k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
It's Worth the Effort
3n
185
28k
Producing Creativity
orderedlist
PRO
346
40k
How to Ace a Technical Interview
jacobian
277
23k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
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章のプログラム実行は、必須ではありませ ん。