Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ゼロから作るDeepLearning 読書会(1)

ゼロから作るDeepLearning 読書会(1)

オライリーが発刊している「ゼロから作るDeepLearning」について読書会を実施するための説明資料(1)

Satoru Ohguchi

July 29, 2017
Tweet

More Decks by Satoru Ohguchi

Other Decks in Technology

Transcript

  1. 目次 •  1.Python入門 •  2.パーセプトロン •  3.ニューラルネットワーク •  4.ニューラルネットワークの学習 • 

    5.誤差逆伝播法 •  6.学習に関するテクニック •  7.畳み込みニューラルネットワーク •  8.ディープラーニング
  2. Mac •  Homebrew –  /usr/bin/ruby -e "$(curl -fsSL hPps:// raw.githubusercontent.com/Homebrew/install/

    master/install)" •  Python3 のインストール – brew install python3 •  Python3 の確認 – python3 -V