2019年7月6日 星期六

Python與機器學習的學習資源

Python與機器學習的學習資源

Python 新手 100 天學習計劃

jackfrued/Python-100-Days
https://github.com/jackfrued/Python-100-Days
第一階段,Python 語言基礎(學習週期 15 天)
第二階段,Python 語言進階(週期 15 天)
第三階段, Web 前端入門(週期 10 天)
第四階段,玩轉 Linux 操作系統(週期 5 天)
第五階段,數據庫基礎和進階(週期 5 天)
第六階段,實戰 Django(週期 15 天)
第七階段,實戰  Flask(週期 5 天)
第八階段,實戰 Tornado(週期 5 天)
第九階段,爬蟲開發(週期 10 天)
第十階段, 數據處理和機器學習(週期 15 天)
第十一階段, 團隊專案開發(週期 10 天)

Tableau整合Python

Python-Tableau Integration
https://medium.com/@vishal152715/python-tableau-integration-9139bcadaf5
tableau/TabPy
https://github.com/tableau/TabPy
如何在Tableau中用Python
https://kknews.cc/zh-tw/other/g86kbpl.html
Python Integration with Tableau And Running Python Scripts inside Tableau
https://www.technicaljockey.com/tableau-training-consultant/python-integration-with-tableau/

機器學習

  • 監督式學習(Supervised Learning)
  • 非監督式學習(Unsupervised Learning)
  • 增強式學習 (Reinforcement Learning)
    • 模型已知(Model Based)
    • 模型未知(Model Free)
    • 近似強化學習的基本方法,包括帶值函數的TD學習、近似值疊代、近似策略疊代和最小二乘策略疊代。
       三大類機器學習:監督式、強化式、非監督式
       https://en.wikipedia.org/wiki/Machine_learning
       模型匯總19 強化學習(Reinforcement Learning)算法基礎及分類
       https://kknews.cc/tech/6p248pv.html

圖解機器學習
http://www.r2d3.us/圖解機器學習第一章/
機器學習:使用Python
https://machine-learning-python.kspax.io/
用 Python 自學資料科學與機器學習入門實戰:Scikit Learn 基礎入門
https://blog.techbridge.cc/2017/11/24/python-data-science-and-machine-learning-scikit-learn-basic-tutorial/
[資料分析&機器學習] 第1.1講:Python懶人包 Anaconda 介紹&安裝
https://medium.com/jameslearningnote/medium-com-jameslearningnote/home
Python 科學計算入門(來自 UCSB Engineering 的 M. Scott Shell)
Python's documentation, tutorials, and guides
https://www.python.org/doc/

影片

機器學習入門
http://moocs.nccu.edu.tw/media/17901
線性回歸的基本概念
http://moocs.nccu.edu.tw/media/17893
Google Developer Python Course
https://www.youtube.com/playlist?list=PLfZeRfzhgQzTMgwFVezQbnpc1ck0I6CQl


深度學習

深度學習英語:deep learning)是機器學習的分支,是一種以人工神經網路為架構,對資料進行表徵學習的演算法
https://zh.wikipedia.org/wiki/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0

人工智慧、機器學習與深度學習間有什麼區別?
日期:Jul 29, 2016
https://blogs.nvidia.com.tw/2016/07/whats-difference-artificial-intelligence-machine-learning-deep-learning-ai/
[自學課程]成為 Python AI 深度學習達人的第一堂課
http://moocs.nccu.edu.tw/course/172/intro

CNN(卷積神經網絡)、RNN(循環神經網絡)、DNN(深度神經網絡)的內部網絡結構的區別
https://kknews.cc/zh-tw/news/6n84mm3.html

其他

機器學習跟統計學差在哪?哈佛博士:機器學習重視預測結果,統計學在乎因果推理
Posted on 2019/05/02
https://buzzorange.com/techorange/2019/05/02/difference-between-statistics-and-machine-learning/
機器學習和統計的主要區別在於它們的目的。機器學習模型旨在使最準確的預測成為可能。統計模型是為推斷變數之間的關係而設計的。

沒有留言:

SQL Server Database Mirroring 資料庫鏡像

SQL Server Database Mirroring 資料庫鏡像