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
制約理論(ToC)入門
recruitengineers
PRO
9
3.7k
実践アプリケーション設計 ②トランザクションスクリプトへの対応
recruitengineers
PRO
4
1.2k
実践アプリケーション設計 ①データモデルとドメインモデル
recruitengineers
PRO
5
1.4k
退屈なことはDevinにやらせよう〜〜Devin APIを使ったVisual Regression Testの自動追加〜
kawamataryo
4
1.1k
AIエージェントの活用に重要な「MCP (Model Context Protocol)」とは何か
masayamoriofficial
0
250
Webアクセシビリティ入門
recruitengineers
PRO
3
1.5k
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
6
2.4k
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
0
230
ライブサービスゲームQAのパフォーマンス検証による品質改善の取り組み
gree_tech
PRO
0
430
Browser
recruitengineers
PRO
8
2.2k
トヨタ生産方式(TPS)入門
recruitengineers
PRO
6
1.4k
MCPで変わる Amebaデザインシステム「Spindle」の開発
spindle
PRO
3
2.2k
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
11
1.1k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
800
Building Adaptive Systems
keathley
43
2.7k
Why Our Code Smells
bkeepers
PRO
339
57k
Bash Introduction
62gerente
614
210k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
A Modern Web Designer's Workflow
chriscoyier
696
190k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
510
YesSQL, Process and Tooling at Scale
rocio
173
14k
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章のプログラム実行は、必須ではありませ ん。