iT邦幫忙

鐵人檔案

2019 iT 邦幫忙鐵人賽
回列表
AI & Data

跟著Google學ML 系列

ai.google 是Google今年推出的AI教學平台,上面有各式各樣的AI、ML topic,「跟著Google學ML」就是跟著其中"Machine Learning Crash Course"這個topic,一步一腳印踏入machine learning的國度。

鐵人鍊成 | 共 30 篇文章 | 30 人訂閱 訂閱系列文 RSS系列文
DAY 1

[Day 1] 緣起

第一天,我先來說說為什麼要寫這系列的文章 利用這第一篇的時間,先講點跟主題沒關的東西。 工程師活在學習之中 網路上的學習資源很多,市面上的也有各種學習書籍,...

2018-10-01 ‧ 由 Joseph-bug 分享
DAY 2

[Day 2] 事前準備 (Prerequisites and prework)

Reference: Prerequisites and Prework過程中我會盡量避免翻譯英文,每次都卡在英文看得懂,要講中文講不出來。尤其是專有名詞,太...

2018-10-02 ‧ 由 Joseph-bug 分享
DAY 3

[Day 3] Machine learning介紹

Reference: Introduction to Machine Learning 這篇簡單介紹Machine learning,但這也挺有趣的,手機版...

2018-10-03 ‧ 由 Joseph-bug 分享
DAY 4

[Day 4] Machine learning術語

Reference: Framing Google這邊的Machine learning有特別強調是Supervised machine learning,...

2018-10-04 ‧ 由 Joseph-bug 分享
DAY 5

[Day 5] 陷入Machine Learning之中

Reference: Descending into ML 記得我們昨天說到Machine learning model就是在找feature / labe...

2018-10-05 ‧ 由 Joseph-bug 分享
DAY 6

[Day 6] ML中的reducing loss

Ref.: Reducing Loss An Iterative Approach 一張圖道盡千言萬語:是不是沒看到結束點?一般來講有steps,或一直到可...

2018-10-06 ‧ 由 Joseph-bug 分享
DAY 7

[Day 7] TensorFlow的第一步

Ref: First Steps with TensorFlow Tensorflow 中有很多Machine learning model可以使用,但它也...

2018-10-07 ‧ 由 Joseph-bug 分享
DAY 8

[Day 8] TensorFlow programming exercises

Ref.: TensorFlow exercises 昨天的文章大概講解了TensorFlow,今天來練習幾個Exercises。 Quick Introd...

2018-10-08 ‧ 由 Joseph-bug 分享
DAY 9

[Day 9] Generalization

Ref.: Generalization Generalization這部分在說要怎麼讓model也能適應沒新的、看過的data,只要新的data跟訓練mo...

2018-10-09 ‧ 由 Joseph-bug 分享
DAY 10

[Day 10] Training set vs. test set

Ref.: Training and test sets 就一份data,哪來什麼Training set 跟 test set? 來看看下面的圖:是的,我...

2018-10-10 ‧ 由 Joseph-bug 分享