LoginSignup
15
14

More than 5 years have passed since last update.

入門向けのkeras勉強会やったよ!

Posted at
  • 最近機械学習はじめたので、内部向けに勉強会を開催しました。 その際の資料を共有します。(寄せ集めです(汗))

目的

  • 機械学習の敷居を下げ、機械学習をはじめてもらう!
  • kerasのソースベースなので、とりあえず動かせる(はず)

進め方

  • keras説明(2分)
  • kerasインストール(2分)
  • 実装&理論(30分)
  • 質問時間(10分)
  • 参考資料の共有(6分)

keras説明(2分)

kerasインストール方法説明(2分)

windowsで入れる場合は、Anaconda(Pythonとかライブラリいろいろ入ってる)インストール→pip install tensorflow, kerasだけ!(おそらく5分くらい)

実装&パラメータ、理論等解説(30分)

各種用語&補足説明

参考資料の共有(6分)

学習用マテリアル(無料)

本とか

  • 図解ディープラーニング(tensorflowによる時系列データ処理) →おすすめ!アルゴリズムを詳しく説明してくれます。tensorflowとkeras両方のサンプルコードがあるのがうれしい

データセット

その他参考URL一覧

15
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
14