iT邦幫忙

鐵人檔案

第 11 屆 iThome 鐵人賽
回列表
Google Developers Machine Learning

Overview of Machine Learning Products 系列

這系列文章主要介紹整個系列的AI and Machine Learning products,希望能透過這系列文章的摸索,趕上對Google AI & ML products的了解~。

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

[Day 11] Google Natural Language - 2

今天開始使用Natural Language API,一樣要先Enable API跟下載credential json。 忘記的人可以看Day 3的文章回想一...

2019-09-18 ‧ 由 Joseph-bug 分享
DAY 12

[Day 12] Google Natural Language - 3

今天來Google Natural Language第三篇,我本來想按照Natural Language裡分析情緒這個部分實作,可是看完以後發現它code有點短...

2019-09-19 ‧ 由 Joseph-bug 分享
DAY 13

[Day 13] Google Natural Language - 子系列最終章

我們今天玩的是AutoML Natural Language,可以透過GCP左邊的sidebar,找到Natural Language打開,或直接點這個連結...

2019-09-20 ‧ 由 Joseph-bug 分享
DAY 14

[Day 14] Google Translation - 1

OK,今天要講一個大家常用,卻不一定知道他是Google AI & ML products之一的服務,Google Translation API。 他...

2019-09-21 ‧ 由 Joseph-bug 分享
DAY 15

[Day 15] Google Translation - 2

昨天玩完了Demo,按照步調今天就用Code來實踐吧。在下筆的時候Client Library有v2、v3beta1兩個版本,但Golang只有v2的Examp...

2019-09-22 ‧ 由 Joseph-bug 分享
DAY 16

[Day 16] Google Translation - 3

還記得昨天在串API的時候,有特別提到Google Translate API在Go client library沒有v3beta1的版本。秉持著練習golan...

2019-09-23 ‧ 由 Joseph-bug 分享
DAY 17

[Day 17] Google Translation - 子系列最終章

今天要講AutoML translation的部分,這部分在官網上一直沒找到對應的範例,很有可能範例要自己生。我只好自己在網路上找些翻譯的dataset,幸好在...

2019-09-24 ‧ 由 Joseph-bug 分享
DAY 18

[Day 18] Google Cloud Text-to-Speech - 1

今天來介紹Google另一個AI服務:文字轉語音(Text-To-Search)。把一段文字丟入以後,他可以唸出來給你。這套服務目前還沒有AutoML的UI介面...

2019-09-25 ‧ 由 Joseph-bug 分享
DAY 19

[Day 19] Google Cloud Text-to-Speech - 2

昨天玩完Cloud Text-to-Speech demo以後,大概知道他可以把文字轉成語音念給你聽。今天就來入門Cloud Text-to-Speech AP...

2019-09-26 ‧ 由 Joseph-bug 分享
DAY 20

[Day 20] Google Cloud Text-to-Speech - 子系列最終章

今天是這子系列的最後一篇,因為Text-to-Speech沒有AutoML UI介面可以操作,無奈只好讓這邊結束這回合。 按照進度,這篇必須更深入介紹Text-...

2019-09-27 ‧ 由 Joseph-bug 分享