資料科學 機器學習 學習資源
Python 基礎學習資源 (1) Python 安裝環境介紹 - 吳佳諺老師 https://youtu.be/0o6Y1yoZpeE (2) 莫煩 Python 基礎教程 https://morvanzhou.github.io/tutorials/python-basic/basic/ ■ 資料科學相關學習資源 (1) 莫煩資料科學基礎 教程 https://morvanzhou.github.io/tutorials/data-manipulation/np-pd/ https://morvanzhou.github.io/tutorials/data-manipulation/plt/ (2) 推薦書籍 Python 資料科學學習手冊 (Python Data Science Handbook: Essential Tools for Working with Data) https://www.tenlong.com.tw/products/9789864766857?list_name=srh ■ Machine Learning 推薦學習資源 (1) 莫煩 Scikitlearn 教程 https://morvanzhou.github.io/tutorials/machine-learning/sklearn/ (2) 吳恩達 Deeplearning.ai 全部課程學習心得分享 http://bangqu.com/86uNY1.html 目前 Coursera 上可用的課程中,有三門課值得關注: 1. 神經網絡與深度學習(Neural Networks and Deep Learning) 2. 改進深度神經網絡:調整超參數、正則化與優化(Improving Deep Neural Networks: Hyperparamater tuning, Regularization and Optimization) 3. 結構化機器學習項目(Structuring Machine Learning Projects) (3) 李宏毅老師線上課程/簡報 http://speech.ee.ntu.edu.tw/~tlkagk/courses_ML17_2.html (4) Google 基礎機器學習線上課 https://developers.googl...