-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathblog.html
553 lines (457 loc) · 31.9 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="zh-hant-tw"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="zh-hant-tw"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="zh-hant-tw">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="author" content="Lee Meng" />
<title>LeeMeng - 部落格首頁</title>
<!--- article-specific meta data
================================================== -->
<meta name="description" content="不只是資料科學家,處在資訊時代的各行各業都需要能活用資料科學的人才。透過分享自己的學習心得以及業界經驗,我希望讓更多人接觸到資料科學的奧秘。部落格主要會提及資料科學、資料工程、機器學習及資料視覺化技巧。此為部落格首頁。" />
<meta name="keywords" content="部落格, 資料科學, 數據科學, Python, R, 機器學習, 資料分析, 深度學習, 資料視覺化, 軟體工程, 資料工程, 雲端運算, 台灣, blog, data science, machine learning, deep learning, data analysis, data visualization, data engineering, taiwan, tensorflow, tensorflow.js, keras, pytorch, transformer, bert, gpt" />
<!--- Open Graph Object metas
================================================== -->
<meta property="og:image" content="https://leemeng.tw/theme/images/hero-bg4.jpg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://leemeng.tw/blog.html" />
<meta property="og:title" content="部落格首頁" />
<meta property="og:description" content="不只是資料科學家,處在資訊時代的各行各業都需要能活用資料科學的人才。透過分享自己的學習心得以及業界經驗,我希望讓更多人接觸到資料科學的奧秘。部落格主要會提及資料科學、資料工程、機器學習及資料視覺化技巧。此為部落格首頁。" />
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<!--for customized css in individual page-->
<!--for showing toc navigation which slide in from left-->
<!--for responsive embed youtube video-->
<!--for prettify dark-mode result-->
<link rel="stylesheet" type="text/css" href="https://leemeng.tw/theme/css/darkmode.css">
<link rel="stylesheet" type="text/css" href="https://leemeng.tw/theme/css/base.css">
<link rel="stylesheet" type="text/css" href="https://leemeng.tw/theme/css/vendor.css">
<link rel="stylesheet" type="text/css" href="https://leemeng.tw/theme/css/main.css">
<link rel="stylesheet" type="text/css" href="https://leemeng.tw/theme/css/ipython.css">
<link rel="stylesheet" type="text/css" href='https://leemeng.tw/theme/css/progress-bar.css' />
<!--TiqueSearch-->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400">
<link rel="stylesheet" href="https://leemeng.tw/theme/tipuesearch/css/normalize.css">
<link rel="stylesheet" href="https://leemeng.tw/theme/tipuesearch/css/tipuesearch.css">
<!-- script
================================================== -->
<script src="https://leemeng.tw/theme/js/modernizr.js"></script>
<script src="https://leemeng.tw/theme/js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="../theme/images/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="../theme/images/favicon.ico" type="image/x-icon"/>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106559980-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-106559980-1');
</script>
<title>LeeMeng - 部落格首頁</title> <meta name="description" content="不只是資料科學家,處在資訊時代的各行各業都需要能活用資料科學的人才。透過分享自己的學習心得以及業界經驗,我希望讓更多人接觸到資料科學的奧秘。部落格主要會提及資料科學、資料工程、機器學習及資料視覺化技巧。此為部落格首頁。" />
<meta name="keywords" content="部落格, 資料科學, 數據科學, Python, R, 機器學習, 資料分析, 深度學習, 資料視覺化, 軟體工程, 資料工程, 雲端運算, 台灣, blog, data science, machine learning, deep learning, data analysis, data visualization, data engineering, taiwan, tensorflow, tensorflow.js, keras, pytorch, transformer, bert, gpt" />
<meta property="og:image" content="https://leemeng.tw/theme/images/hero-bg4.jpg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://leemeng.tw/blog.html" />
<meta property="og:title" content="部落格首頁" />
<meta property="og:description" content="不只是資料科學家,處在資訊時代的各行各業都需要能活用資料科學的人才。透過分享自己的學習心得以及業界經驗,我希望讓更多人接觸到資料科學的奧秘。部落格主要會提及資料科學、資料工程、機器學習及資料視覺化技巧。此為部落格首頁。" />
<!--for prettify dark-mode result-->
<link rel="stylesheet" type="text/css" href="https://leemeng.tw/theme/css/darkmode.css">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="../index.html"><img src="https://leemeng.tw/theme/images/logo.png" alt="Homepage"></a>
</div>
<!--navigation bar ref: http://jinja.pocoo.org/docs/2.10/tricks/-->
<nav class="header-nav-wrap">
<ul class="header-nav">
<li>
<a href="../index.html#home">Home</a>
</li>
<li>
<a href="../index.html#about">About</a>
</li>
<li>
<a href="../index.html#projects">Projects</a>
</li>
<li class="current">
<a href="../blog.html">Blog</a>
</li>
<li>
<a href="https://demo.leemeng.tw">Demo</a>
</li>
<li>
<a href="../books.html">Books</a>
</li>
<li>
<a href="../index.html#contact">Contact</a>
</li>
</ul>
<!--<div class="search-container">-->
<!--<form action="../search.html">-->
<!--<input type="text" placeholder="Search.." name="search">-->
<!--<button type="submit"><i class="im im-magnifier" aria-hidden="true"></i></button>-->
<!--</form>-->
<!--</div>-->
</nav>
<a class="header-menu-toggle" href="#0"><span>Menu</span></a>
</header> <!-- end s-header -->
<!-- page header for featured/newest post
================================================== -->
<section class="page-header page-hero" style="background-image:url(https://leemeng.tw/theme/images/background/maxim-hopman-IayKLkmz6g0-unsplash.jpg)">
<div class="row page-header__content">
<article class="col-full">
<div class="page-header__info">
<div class="page-header__cat">
<a href="https://leemeng.tw/tag/jian-kong-zi-ben-zhu-yi.html" rel="tag">監控資本主義</a>
<a href="https://leemeng.tw/tag/zi-liao-ke-xue.html" rel="tag">資料科學</a>
<a href="https://leemeng.tw/tag/ren-gong-zhi-hui.html" rel="tag">人工智慧</a>
<a href="https://leemeng.tw/tag/shen-du-xue-xi.html" rel="tag">深度學習</a>
<a href="https://leemeng.tw/tag/tui-jian-xi-tong.html" rel="tag">推薦系統</a>
</div>
<div class="page-header__date">
2021-01-25 (Mon)
</div>
</div>
<h1 class="page-header__title">
<a href="https://leemeng.tw/data-science-ai-and-our-digital-future-in-the-age-of-surveillance-capitalism.html" rel="bookmark" title="Permalink to 監控資本主義時代下的資料科學、AI 與你我的數位未來">
監控資本主義時代下的資料科學、AI 與你我的數位未來
</a>
</h1>
<p><p>這是一篇講述監控資本主義的驚悚輕小說與科普文。處在數位時代的每個人都需要了解谷歌、臉書與推特等科技巨頭如何形塑我們的數位現實以及其背後運作的商業邏輯與經濟誘因。文中也會清晰地呈現資料科學與監控資本主義之間的緊密關係。閱讀完本文的讀者將能重新找回數位時代中最重要的注意力並專注在真正重要的事情。</p></p>
<p>
<a href="https://leemeng.tw/data-science-ai-and-our-digital-future-in-the-age-of-surveillance-capitalism.html" class="btn btn--stroke page-header__btn">Read More</a>
</p>
</article>
</div>
</section> <!-- end page-header -->
<!-- blog
================================================== -->
<section class="blog-content-wrap">
<div class="row blog-content">
<div class="col-full">
<div class="blog-list block-1-2 block-tab-full">
<article class="col-block">
<div class="blog-date">
<a href="https://leemeng.tw/essence-of-principal-component-analysis.html">2020-01-06 (Mon)</a>
<br>
137,554 views
</div>
<h2 class="h01">
<a href="https://leemeng.tw/essence-of-principal-component-analysis.html" rel="bookmark" title="Permalink to 世上最生動的 PCA:直觀理解並應用主成分分析">世上最生動的 PCA:直觀理解並應用主成分分析</a>
</h2>
<div>
<a href="https://leemeng.tw/essence-of-principal-component-analysis.html" rel="bookmark" title="Permalink to 世上最生動的 PCA:直觀理解並應用主成分分析">
<img src="https://leemeng.tw/theme/images/background/pca-league-of-legend-champions.jpg">
</a>
</div>
<p><p>這篇文章用世上最生動且實務的方式帶你直觀理解機器學習領域中十分知名且強大的線性降維技巧:主成分分析 PCA。我們將重新回顧你所學過的重要線性代數概念,並實際應用這些概念將數據有效地降維並去除特徵間的關聯。你也將學會如何使用 NumPy 和 scikit-learn 等 Python 函式庫自己實作 PCA。文中也分享使用 PCA 分析線上遊戲《英雄聯盟》公開數據的有趣案例。</p></p>
<div class="blog-cat">
<a href="https://leemeng.tw/tag/pca.html" rel="tag">PCA</a>
<a href="https://leemeng.tw/tag/zhu-cheng-fen-fen-xi.html" rel="tag">主成分分析</a>
<a href="https://leemeng.tw/tag/ji-qi-xue-xi.html" rel="tag">機器學習</a>
<a href="https://leemeng.tw/tag/xian-xing-dai-shu.html" rel="tag">線性代數</a>
<a href="https://leemeng.tw/tag/python.html" rel="tag">Python</a>
</div>
</article>
<article class="col-block">
<div class="blog-date">
<a href="https://leemeng.tw/deep-learning-for-everyone-understand-neural-net-and-linear-algebra.html">2019-10-13 (Sun)</a>
<br>
50,523 views
</div>
<h2 class="h01">
<a href="https://leemeng.tw/deep-learning-for-everyone-understand-neural-net-and-linear-algebra.html" rel="bookmark" title="Permalink to 給所有人的深度學習入門:直觀理解神經網路與線性代數">給所有人的深度學習入門:直觀理解神經網路與線性代數</a>
</h2>
<div>
<a href="https://leemeng.tw/deep-learning-for-everyone-understand-neural-net-and-linear-algebra.html" rel="bookmark" title="Permalink to 給所有人的深度學習入門:直觀理解神經網路與線性代數">
<img src="https://leemeng.tw/theme/images/background/CoverSymbolicTwoByThreeMatrixAndNN.png">
</a>
</div>
<p><p>這是篇透過大量動畫幫助你直觀理解神經網路的科普文。我們將介紹基礎的神經網路與線性代數概念,以及兩者之間的緊密關係。我們也將實際透過神經網路解決二元分類任務,了解神經網路的運作原理。讀完本文,你將能夠深刻地體會神經網路與線性代數之間的緊密關係,奠定 AI 之旅的基礎。</p></p>
<div class="blog-cat">
<a href="https://leemeng.tw/tag/shen-du-xue-xi.html" rel="tag">深度學習</a>
<a href="https://leemeng.tw/tag/manim.html" rel="tag">Manim</a>
<a href="https://leemeng.tw/tag/tensorflow.html" rel="tag">TensorFlow</a>
</div>
</article>
<article class="col-block">
<div class="blog-date">
<a href="https://leemeng.tw/gpt2-language-model-generate-chinese-jing-yong-novels.html">2019-09-07 (Sat)</a>
<br>
43,024 views
</div>
<h2 class="h01">
<a href="https://leemeng.tw/gpt2-language-model-generate-chinese-jing-yong-novels.html" rel="bookmark" title="Permalink to 直觀理解 GPT-2 語言模型並生成金庸武俠小說">直觀理解 GPT-2 語言模型並生成金庸武俠小說</a>
</h2>
<div>
<a href="https://leemeng.tw/gpt2-language-model-generate-chinese-jing-yong-novels.html" rel="bookmark" title="Permalink to 直觀理解 GPT-2 語言模型並生成金庸武俠小說">
<img src="https://leemeng.tw/theme/images/background/godslar-zboO0K1WfY4-unsplash.jpg">
</a>
</div>
<p><p>這篇文章將簡單向讀者介紹 OpenAI 的知名語言模型 GPT-2,並展示能夠生成金庸小說的 GPT-2 模型。文中也將透過視覺化工具 BertViz 來帶讀者直觀了解基於 Transformer 架構的 NLP 模型背後的自注意力機制。讀者也能透過文中提供的 GPT-2 模型及 Colab 筆記本自行生成全新的金庸橋段。</p></p>
<div class="blog-cat">
<a href="https://leemeng.tw/tag/zi-ran-yu-yan-chu-li.html" rel="tag">自然語言處理</a>
<a href="https://leemeng.tw/tag/nlp.html" rel="tag">NLP</a>
<a href="https://leemeng.tw/tag/pytorch.html" rel="tag">PyTorch</a>
</div>
</article>
<article class="col-block">
<div class="blog-date">
<a href="https://leemeng.tw/practical-pandas-tutorial-for-aspiring-data-scientists.html">2019-07-27 (Sat)</a>
<br>
199,305 views
</div>
<h2 class="h01">
<a href="https://leemeng.tw/practical-pandas-tutorial-for-aspiring-data-scientists.html" rel="bookmark" title="Permalink to 資料科學家的 pandas 實戰手冊:掌握 40 個實用數據技巧">資料科學家的 pandas 實戰手冊:掌握 40 個實用數據技巧</a>
</h2>
<div>
<a href="https://leemeng.tw/practical-pandas-tutorial-for-aspiring-data-scientists.html" rel="bookmark" title="Permalink to 資料科學家的 pandas 實戰手冊:掌握 40 個實用數據技巧">
<img src="https://leemeng.tw/theme/images/background/nick-hillier-yD5rv8_WzxA-unsplash.jpg">
</a>
</div>
<p><p>熟練地使用 pandas 是資料科學家處理數據與分析時不可或缺的重要技能之一。透過 40 個 pandas 實用技巧,這篇文章將帶你由淺入深地掌握最基礎且重要的 pandas 能力。文中也將介紹多個適合與 pandas 一起使用的強大函式庫,提升你的數據處理能力。</p></p>
<div class="blog-cat">
<a href="https://leemeng.tw/tag/zi-liao-ke-xue.html" rel="tag">資料科學</a>
<a href="https://leemeng.tw/tag/python.html" rel="tag">Python</a>
<a href="https://leemeng.tw/tag/pandas.html" rel="tag">pandas</a>
</div>
</article>
<article class="col-block">
<div class="blog-date">
<a href="https://leemeng.tw/attack_on_bert_transfer_learning_in_nlp.html">2019-07-10 (Wed)</a>
<br>
205,512 views
</div>
<h2 class="h01">
<a href="https://leemeng.tw/attack_on_bert_transfer_learning_in_nlp.html" rel="bookmark" title="Permalink to 進擊的 BERT:NLP 界的巨人之力與遷移學習">進擊的 BERT:NLP 界的巨人之力與遷移學習</a>
</h2>
<div>
<a href="https://leemeng.tw/attack_on_bert_transfer_learning_in_nlp.html" rel="bookmark" title="Permalink to 進擊的 BERT:NLP 界的巨人之力與遷移學習">
<img src="https://leemeng.tw/theme/images/background/attack_on_bert.jpg">
</a>
</div>
<p><p>這篇是給所有人的 BERT 科普文以及操作入門手冊。文中將簡單介紹知名的語言代表模型 BERT 以及如何用其實現兩階段的遷移學習。讀者將有機會透過 PyTorch 的程式碼來直觀理解 BERT 的運作方式並實際 fine tune 一個真實存在的假新聞分類任務。閱讀完本文的讀者將能把 BERT 與遷移學習運用到其他自己感興趣的 NLP 任務。</p></p>
<div class="blog-cat">
<a href="https://leemeng.tw/tag/zi-ran-yu-yan-chu-li.html" rel="tag">自然語言處理</a>
<a href="https://leemeng.tw/tag/nlp.html" rel="tag">NLP</a>
<a href="https://leemeng.tw/tag/pytorch.html" rel="tag">PyTorch</a>
</div>
</article>
<article class="col-block">
<div class="blog-date">
<a href="https://leemeng.tw/neural-machine-translation-with-transformer-and-tensorflow2.html">2019-06-17 (Mon)</a>
<br>
87,662 views
</div>
<h2 class="h01">
<a href="https://leemeng.tw/neural-machine-translation-with-transformer-and-tensorflow2.html" rel="bookmark" title="Permalink to 淺談神經機器翻譯 & 用 Transformer 與 TensorFlow 2 英翻中">淺談神經機器翻譯 & 用 Transformer 與 TensorFlow 2 英翻中</a>
</h2>
<div>
<a href="https://leemeng.tw/neural-machine-translation-with-transformer-and-tensorflow2.html" rel="bookmark" title="Permalink to 淺談神經機器翻譯 & 用 Transformer 與 TensorFlow 2 英翻中">
<img src="https://leemeng.tw/theme/images/background/Tour_de_babel.jpg">
</a>
</div>
<p><p>本文分為兩大部分。前半將帶讀者簡單回顧 Seq2Seq 模型、自注意力機制以及 Transformer 等近年在機器翻譯領域裡頭的重要發展與概念;後半段則將帶著讀者實作一個可以將英文句子翻譯成中文的 Transformer。透過瞭解其背後運作原理,讀者將能把類似的概念應用到如圖像描述、閱讀理解以及語音辨識等各式各樣的機器學習任務之上。</p></p>
<div class="blog-cat">
<a href="https://leemeng.tw/tag/zi-ran-yu-yan-chu-li.html" rel="tag">自然語言處理</a>
<a href="https://leemeng.tw/tag/nlp.html" rel="tag">NLP</a>
<a href="https://leemeng.tw/tag/tensorflow.html" rel="tag">Tensorflow</a>
</div>
</article>
<article class="col-block">
<div class="blog-date">
<a href="https://leemeng.tw/generate-anime-using-cartoongan-and-tensorflow2.html">2019-05-05 (Sun)</a>
<br>
18,507 views
</div>
<h2 class="h01">
<a href="https://leemeng.tw/generate-anime-using-cartoongan-and-tensorflow2.html" rel="bookmark" title="Permalink to 用 CartoonGAN 及 TensorFlow 2 生成新海誠與宮崎駿動畫">用 CartoonGAN 及 TensorFlow 2 生成新海誠與宮崎駿動畫</a>
</h2>
<div>
<a href="https://leemeng.tw/generate-anime-using-cartoongan-and-tensorflow2.html" rel="bookmark" title="Permalink to 用 CartoonGAN 及 TensorFlow 2 生成新海誠與宮崎駿動畫">
<img src="https://leemeng.tw/theme/images/background/finan-akbar-429027-unsplash-transformed.jpg">
</a>
</div>
<p><p>本文展示 3 種可以讓你馬上運用 CartoonGAN 來生成動漫的方法。其中包含了我們的 Github 專案、TensorFlow.js 應用以及一個事先為你準備好的 Colab 筆記本。有興趣的同學還可學習如何利用 TensorFlow 2.0 來訓練自己的專屬 CartoonGAN。</p></p>
<div class="blog-cat">
<a href="https://leemeng.tw/tag/gan.html" rel="tag">GAN</a>
<a href="https://leemeng.tw/tag/tensorflow.html" rel="tag">TensorFlow</a>
<a href="https://leemeng.tw/tag/tensorflowjs.html" rel="tag">TensorFlow.js</a>
</div>
</article>
<article class="col-block">
<div class="blog-date">
<a href="https://leemeng.tw/how-to-generate-interesting-text-with-tensorflow2-and-tensorflow-js.html">2019-03-27 (Wed)</a>
<br>
27,020 views
</div>
<h2 class="h01">
<a href="https://leemeng.tw/how-to-generate-interesting-text-with-tensorflow2-and-tensorflow-js.html" rel="bookmark" title="Permalink to 讓 AI 寫點金庸:如何用 TensorFlow 2.0 及 TensorFlow.js 寫天龍八部">讓 AI 寫點金庸:如何用 TensorFlow 2.0 及 TensorFlow.js 寫天龍八部</a>
</h2>
<div>
<a href="https://leemeng.tw/how-to-generate-interesting-text-with-tensorflow2-and-tensorflow-js.html" rel="bookmark" title="Permalink to 讓 AI 寫點金庸:如何用 TensorFlow 2.0 及 TensorFlow.js 寫天龍八部">
<img src="https://leemeng.tw/theme/images/background/text-generation-cover.jpg">
</a>
</div>
<p><p>這篇文章展示一個由 TensorFlow 2.0 以及 TensorFlow.js 實現的文本生成應用。本文也會透過深度學習專案常見的 7 個步驟,帶領讀者一步步了解如何實現一個這樣的應用。閱讀完本文,你將對開發 AI 應用的流程有些基礎的了解。</p></p>
<div class="blog-cat">
<a href="https://leemeng.tw/tag/tensorflow.html" rel="tag">TensorFlow</a>
<a href="https://leemeng.tw/tag/tensorflowjs.html" rel="tag">TensorFlow.js</a>
<a href="https://leemeng.tw/tag/zi-ran-yu-yan-chu-li.html" rel="tag">自然語言處理</a>
</div>
</article>
<article class="col-block">
<div class="blog-date">
<a href="https://leemeng.tw/10-key-takeaways-from-ai-for-everyone-course.html">2019-03-05 (Tue)</a>
<br>
15,320 views
</div>
<h2 class="h01">
<a href="https://leemeng.tw/10-key-takeaways-from-ai-for-everyone-course.html" rel="bookmark" title="Permalink to 我從 AI For Everyone 學到的 10 個重要 AI 概念">我從 AI For Everyone 學到的 10 個重要 AI 概念</a>
</h2>
<div>
<a href="https://leemeng.tw/10-key-takeaways-from-ai-for-everyone-course.html" rel="bookmark" title="Permalink to 我從 AI For Everyone 學到的 10 個重要 AI 概念">
<img src="https://leemeng.tw/theme/images/background/joseph-barrientos-93565-unsplash.jpg">
</a>
</div>
<p><p>AI For Everyone 是由吳恩達教授開授的一堂線上課程,這篇文章則記錄了我個人在修習完這堂線上課程後整理出的 10 個最重要 AI 概念。除了將這些概念條列出來以外,本文也將逐一介紹每個概念所代表的涵意,幫助讀者快速掌握該課程裡頭的重要 AI 概念,並開始自己的 AI 之旅。</p></p>
<div class="blog-cat">
<a href="https://leemeng.tw/tag/ren-gong-zhi-hui.html" rel="tag">人工智慧</a>
<a href="https://leemeng.tw/tag/zi-liao-ke-xue.html" rel="tag">資料科學</a>
<a href="https://leemeng.tw/tag/ji-qi-xue-xi.html" rel="tag">機器學習</a>
</div>
</article>
<article class="col-block">
<div class="blog-date">
<a href="https://leemeng.tw/deep-learning-resources.html">2019-01-08 (Tue)</a>
<br>
38,158 views
</div>
<h2 class="h01">
<a href="https://leemeng.tw/deep-learning-resources.html" rel="bookmark" title="Permalink to 由淺入深的深度學習資源整理">由淺入深的深度學習資源整理</a>
</h2>
<div>
<a href="https://leemeng.tw/deep-learning-resources.html" rel="bookmark" title="Permalink to 由淺入深的深度學習資源整理">
<img src="https://leemeng.tw/theme/images/background/joshua-newton-214848-unsplash.jpg">
</a>
</div>
<p><p>這裡紀錄了我在學習深度學習時蒐集的一些線上資源。內容由淺入深,而且會一直被更新,希望能幫助你順利地開始學習:)</p></p>
<div class="blog-cat">
<a href="https://leemeng.tw/tag/shen-du-xue-xi.html" rel="tag">深度學習</a>
<a href="https://leemeng.tw/tag/python.html" rel="tag">Python</a>
<a href="https://leemeng.tw/tag/keras.html" rel="tag">Keras</a>
<a href="https://leemeng.tw/tag/tensorflow.html" rel="tag">TensorFlow</a>
</div>
</article>
</div> <!-- end blog-list -->
</div> <!-- end col-full -->
</div> <!-- end blog-content -->
<!-- Infinite scroll status elements -->
<div class="scroller-status">
<div class="infinite-scroll-request loader-ellips">
...
</div>
<p class="infinite-scroll-last"></p>
<p class="infinite-scroll-error"></p>
</div>
<div class="row blog-entries-nav pagination">
<div class="col-full">
<a href="https://leemeng.tw/blog/2/" class="btn btn--stroke pagination__next">
Next
<i class="im im-arrow-right"></i>
</a>
</div>
</div>
</section> <!-- end blog-content-wrap -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-full">
<div class="footer-logo">
<a class="footer-site-logo" href="#0"><img src="https://leemeng.tw/theme/images/logo.png" alt="Homepage"></a>
</div>
<ul class="footer-social">
<li><a href="https://github.com/leemengtaiwan" target="_blank">
<i class="im im-github" aria-hidden="true"></i>
<span>Github</span>
</a></li>
<li><a href="https://www.facebook.com/LeeMengTaiwan" target="_blank">
<i class="im im-facebook" aria-hidden="true"></i>
<span>Facebook</span>
</a></li>
<li><a href="https://www.instagram.com/leemengtaiwan/" target="_blank">
<i class="im im-instagram" aria-hidden="true"></i>
<span>Instagram</span>
</a></li>
<li><a href="https://www.linkedin.com/in/leemeng1990/" target="_blank">
<i class="im im-linkedin" aria-hidden="true"></i>
<span>LinkedIn</span>
</a></li> </ul>
</div>
</div>
<div class="row footer-bottom">
<div class="col-twelve">
<div class="copyright">
<span>Powered by <a href="http://getpelican.com/" target="_blank">Pelican</a></span>
<span>© Copyright LeeMeng 2023</span>
<span>Design by <a href="https://www.styleshout.com/" target="_blank">styleshout</a></span>
</div>
<div class="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="im im-arrow-up" aria-hidden="true"></i></a>
</div>
</div>
</div> <!-- end footer-bottom -->
</footer> <!-- end footer -->
<!-- Javascript
================================================== -->
<script src="https://leemeng.tw/theme/js/jquery-3.2.1.min.js"></script>
<script src="https://leemeng.tw/theme/js/plugins.js"></script>
<script src="https://leemeng.tw/theme/js/main_raw.js"></script>
<script type='text/javascript' src='https://leemeng.tw/theme/js/scroll-detect.js'></script>
<!--https://instant.page/-->
<script src="//instant.page/1.0.0" type="module" integrity="sha384-6w2SekMzCkuMQ9sEbq0cLviD/yR2HfA/+ekmKiBnFlsoSvb/VmQFSi/umVShadQI"></script>
<!--init Infinite Scroll-->
<!--reference: https://infinite-scroll.com/demo/full-page/-->
<script src="https://unpkg.com/infinite-scroll@3/dist/infinite-scroll.pkgd.min.js"></script>
<script>
$('.blog-list').infiniteScroll({
path: '.pagination__next',
append: '.col-block',
status: '.scroller-status',
hideNav: '.pagination',
});
</script>
<!--https://darkmodejs.learn.uno/-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script>
var options = {
bottom: '32px', // default: '32px'
right: 'unset', // default: '32px'
left: '32px', // default: 'unset'
time: '0.2s', // default: '0.3s'
mixColor: '#fff', // default: '#fff'
backgroundColor: '#fff', // default: '#fff'
buttonColorDark: '#100f2c', // default: '#100f2c'
buttonColorLight: '#fff', // default: '#fff'
saveInCookies: true, // default: true,
label: '🌓', // default: ''
autoMatchOsTheme: true // default: true
}
const darkmode = new Darkmode(options);
darkmode.showWidget();
</script>
</body>
</html>