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
100
ゼロから作る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
590
Swift愛好会初心者ハンズオン(vol.31)
ochicchi
0
230
Swift入門者向けハンズオンからの学び
ochicchi
1
410
Swift愛好会 #28
ochicchi
0
560
Other Decks in Technology
See All in Technology
AIコードエディタは開発を変えるか?Cursorをチームに導入して1ヶ月経った本音
ota1022
1
710
Contract One Dev Group 紹介資料
sansan33
PRO
0
6.1k
これでバッチリ!Azure マルチテナントアーキテクチャ設計のコツ/jat06
thara0402
0
110
入門 ESlint Typegen #TSKaigi #TSKaigi2025_kataritai
bengo4com
0
970
Eight Engineering Unit 紹介資料
sansan33
PRO
0
3.3k
[zh-TW] DevOpsDays Taipei 2025 -- Creating Awesome Change in SmartNews!(machine translation)
martin_lover
1
670
セキュリティSaaS企業が実践するCursor運用ルールと知見 / How a Security SaaS Company Runs Cursor: Rules & Insights
tetsuzawa
0
1k
プラットフォームとしての Datadog / Datadog as Platforms
aoto
PRO
1
340
LT:組込み屋さんのオシロが壊れた!
windy_pon
0
540
エンジニアが組織に馴染むために勉強会を主催してチームの壁を越える
ohmori_yusuke
2
120
Flutterアプリを⾃然⾔語で操作する
yukisakai1225
0
180
從開發到架構設計的可觀測性實踐
philipz
0
140
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1370
200k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Visualization
eitanlees
146
16k
Typedesign – Prime Four
hannesfritz
41
2.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
GraphQLとの向き合い方2022年版
quramy
46
14k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
750
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.6k
A better future with KSS
kneath
239
17k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
14
1.5k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
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章のプログラム実行は、必須ではありませ ん。