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
2k
Play with M5Stack
ochicchi
1
2k
How to study AWS IoT
ochicchi
0
1.1k
How to use OMRON sensors and M5Stack
ochicchi
0
75
IotLT_52-HobbyOmronSensors.pdf
ochicchi
2
790
JAWS-UG Beginner 2018/06/22
ochicchi
0
600
Swift愛好会初心者ハンズオン(vol.31)
ochicchi
0
240
Swift入門者向けハンズオンからの学び
ochicchi
1
420
Swift愛好会 #28
ochicchi
0
560
Other Decks in Technology
See All in Technology
Cloud WANの基礎から応用~少しだけDeep Dive~
masakiokuda
3
110
バクラクによるコーポレート業務の自動運転 #BetAIDay
layerx
PRO
1
970
ロールが細分化された組織でSREと協働するインフラエンジニアは何をするか? / SRE Lounge #18
kossykinto
0
220
Backlog AI アシスタントが切り開く未来
vvatanabe
1
140
生成AIによるデータサイエンスの変革
taka_aki
0
3k
Intro to Software Startups: Spring 2025
arnabdotorg
0
260
家族の思い出を形にする 〜 1秒動画の生成を支えるインフラアーキテクチャ
ojima_h
3
1.2k
✨敗北解法コレクション✨〜Expertだった頃に足りなかった知識と技術〜
nanachi
1
740
OPENLOGI Company Profile for engineer
hr01
1
38k
Delegate authentication and a lot more to Keycloak with OpenID Connect
ahus1
0
220
全員が手を動かす組織へ - 生成AIが変えるTVerの開発現場 / everyone-codes-genai-transforms-tver-development
tohae
0
200
「AIと一緒にやる」が当たり前になるまでの奮闘記
kakehashi
PRO
3
150
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Facilitating Awesome Meetings
lara
54
6.5k
Raft: Consensus for Rubyists
vanstee
140
7.1k
BBQ
matthewcrist
89
9.8k
Adopting Sorbet at Scale
ufuk
77
9.5k
Done Done
chrislema
185
16k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
760
Speed Design
sergeychernyshev
32
1.1k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.3k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Scaling GitHub
holman
461
140k
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章のプログラム実行は、必須ではありませ ん。