Skip to content

Hands-on tutorial of deep learning in Keras (Python)

Notifications You must be signed in to change notification settings

twcmchang/hands-on-DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

手把手的深度學習實務

下載程式、投影片

  1. 請下載此 github 檔案建議開啟終端機 git clone https://github.com/twcmchang/hands-on-DL.git 或直接下載 zip 檔。
  2. 2018-12-03 投影片連結 here
  3. 2018 台灣資料科學年會系列活動演講投影片 slideshare

課前準備: 安裝 Keras

  1. Python 建議安裝 python3.5+ 的版本。請依照各自的環境,參照下方安裝說明,安裝好所需要的 packages。
  2. 安裝 TensorFlow 請參考 TensorFlow 官網 https://www.tensorflow.org/install/
  3. 安裝 Keras 請參考 Keras 官網, https://keras.io/#installation
  4. 下載 https://github.com/fchollet/keras/blob/master/examples/mnist_mlp.py 這份範例程式並執行測試。
python mnist_mlp.py
  • 若能成功執行,表示安裝成功。
  • 所需套件整理如下:
pip install numpy scipy matplotlib scikit-learn pandas jupyter
pip install tensorflow
pip install keras
  • 由於作業系統環境因人而異,若有任何安裝上的問題,請不吝來信詢問: [email protected],希望大家能在上課前完成安裝,謝謝。沒有的話也無妨,我會在課堂上操作並且幫忙解決問題。

About

Hands-on tutorial of deep learning in Keras (Python)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published