-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-data.json
15231 lines (15231 loc) · 552 KB
/
ui-data.json
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
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"categories": [
"AI \u0026 Data",
"AI/ ML \u0026 Data",
"Cloud Native",
"DevOps",
"IT 管理",
"IT管理",
"JavaScript",
"Kotlin",
"Kubernetes",
"Mobile Development",
"Modern Web",
"Odoo",
"Python",
"Security",
"SideProject30",
"Software Development",
"Vue.js",
"Web 3",
"佛心分享-IT 人的工作軟技能",
"佛心分享-IT 人自學之術",
"佛心分享-SideProject30",
"佛心分享-刷題不只是刷題",
"佛心分享-叢林中的 PM",
"佛心分享-微軟Windows 11 Pro",
"佛心分享-我的私藏工具箱",
"佛心分享-我的證照是這樣攻略的",
"影片教學",
"生成式 AI",
"自我挑戰組"
],
"topics": {
"IT管理": [
{
"category": "IT管理",
"title": "好專案 VS 壞專案",
"url": "https://ithelp.ithome.com.tw/users/20161996/ironman/6124",
"author": "PM_Coach (iwanttherose)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20161996/profile",
"anchor": "ba6a10e9c9d5caefeedfa24dad7dc631",
"view": 4879,
"lastUpdated": 1722741588639,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10316455",
"title": "【Day 10】好專案VS壞專案-誰可以當專案經理",
"iso8601Published": "2023-09-10T09:05:28",
"viewCount": 464
}
],
"status": "FAILED"
},
{
"category": "IT管理",
"title": "主標: 為你而讀30 則商業分析技巧,洞悉人生規劃 ; 副標: 給社會小白的第一本商業思維啟蒙書",
"url": "https://ithelp.ithome.com.tw/users/20161822/ironman/6062",
"author": "Dr. Hsiao (sabo)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20161822/profile",
"anchor": "e7537a47348d4b6de80862077d93a67d",
"view": 4499,
"lastUpdated": 1722741647406,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10316756",
"title": "[D10] 商業分析之選擇起飛的賽道: 航線起飛速率有多斜",
"iso8601Published": "2023-09-11T21:35:28",
"viewCount": 332
}
],
"status": "FAILED"
},
{
"category": "IT管理",
"title": "OCS Inventory:開源資產管理解決方案",
"url": "https://ithelp.ithome.com.tw/users/20159730/ironman/5959",
"author": "Ivan Cheng (jieshiun)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20159730/profile",
"anchor": "a2e791661483f5e71b939ebf0751066f",
"view": 0,
"lastUpdated": 1692184011723,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "IT管理",
"title": "Power Automate Desktop的應用實例",
"url": "https://ithelp.ithome.com.tw/users/20159965/ironman/5947",
"author": "echohtc (echoctc)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20159965/profile",
"anchor": "083afbb0acc69db713303b03948471d5",
"view": 0,
"lastUpdated": 1692184015808,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "IT管理",
"title": "多團隊如何協作進行敏捷開發的利器 - Large Scale Scrum (LeSS)",
"url": "https://ithelp.ithome.com.tw/users/20161809/ironman/5995",
"author": "kojenchieh (kojenchieh)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20161809/profile",
"anchor": "2c1e85333418dd5089cd746879f3f1fb",
"view": 0,
"lastUpdated": 1692183997632,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "IT管理",
"title": "IT管理 管多寬?!",
"url": "https://ithelp.ithome.com.tw/users/20161851/ironman/6045",
"author": "wowcue (wowcue)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20161851/profile",
"anchor": "e7aebad7d05df2e7ebfb58366c62d37e",
"view": 0,
"lastUpdated": 1722741660593,
"articles": [],
"status": "NOT_STARTED"
}
],
"AI/ ML \u0026 Data": [
{
"category": "AI/ ML \u0026 Data",
"title": "NVIDIA邊緣運算探索:解鎖AI視覺與大模型的無限潛能",
"url": "https://ithelp.ithome.com.tw/users/20168485/ironman/7240",
"author": "jambo0321 (jambo0321)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20168485/profile",
"anchor": "387fcff9af2ea2a6e6dafa52c81223a2",
"view": 7205,
"lastUpdated": 1728561525928,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10345617",
"title": "Jetson AI Lab實戰啟航3-TGW智能助手",
"iso8601Published": "2024-08-21T12:47:18",
"viewCount": 177
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "深度學習的學習之旅:從理論到實作",
"url": "https://ithelp.ithome.com.tw/users/20159225/ironman/7368",
"author": "arbin (arbin1020)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20159225/profile",
"anchor": "b321b65c0b38824398db1c99a850f995",
"view": 5834,
"lastUpdated": 1728561703523,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10353286",
"title": "[Day10] Q-Learning 深入解讀:FrozenLakeAgent 訓練流程全解析",
"iso8601Published": "2024-09-18T18:28:44",
"viewCount": 504
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "從0開始認識AI",
"url": "https://ithelp.ithome.com.tw/users/20164490/ironman/7160",
"author": "samlin961112 (samlin961112)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20164490/profile",
"anchor": "f59bc49994617bd17d012a8f59bae450",
"view": 3032,
"lastUpdated": 1728561706586,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10343499",
"title": "Day10 - 分類結果的好壞",
"iso8601Published": "2024-08-11T11:09:52",
"viewCount": 257
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "從「這次不會壞吧」到自動化的未來:從 DevOps 到 MLOps,改造模型佈署之旅",
"url": "https://ithelp.ithome.com.tw/users/20169475/ironman/7983",
"author": "aif_tw (aif_tw)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20169475/profile",
"anchor": "588c5e3424963730765bd2bf9a53bddc",
"view": 2734,
"lastUpdated": 1728561539428,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357685",
"title": "從「這次不會壞吧」到自動化的未來:10 MLOps 系統功能設計 - 部署篇",
"iso8601Published": "2024-09-24T21:23:22",
"viewCount": 236
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "軟體工程師的脫魯日誌-持續介紹hardcore AI研究直到脫魯🥹",
"url": "https://ithelp.ithome.com.tw/users/20169030/ironman/8028",
"author": "渴望脫魯的SWE (ted880806)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20169030/profile",
"anchor": "bd586ec37629246524ef127ec6193ce6",
"view": 2226,
"lastUpdated": 1728561527763,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10352616",
"title": "Day10: DST-讓Chatbot紀錄對話中重要的資訊",
"iso8601Published": "2024-09-24T00:44:58",
"viewCount": 101
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "ML/DL-新手選手村",
"url": "https://ithelp.ithome.com.tw/users/20168324/ironman/7407",
"author": "fuanhsu1 (fuanhsu1)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20168324/profile",
"anchor": "171133be0aba861f53ec1f9b6491352f",
"view": 1749,
"lastUpdated": 1728561590730,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10346182",
"title": "day10_常見ML分類演算法:決策樹(decision tree)、隨機森林(random forest)(5/5)",
"iso8601Published": "2024-08-27T09:50:51",
"viewCount": 158
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "一個Kaggle金牌解法是如何誕生的?跟隨Kaggle NLP競賽高手的討論,探索解題脈絡",
"url": "https://ithelp.ithome.com.tw/users/20152668/ironman/8010",
"author": "壓縮甜 (mafalda)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20152668/profile",
"anchor": "03c99e7a14a630fca7e8575f0f50775b",
"view": 1676,
"lastUpdated": 1728561627061,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357760",
"title": "[Day 10]Head Mask Pooling 池化大法好🪄🦄-解析第二三名的優勝作法:Head Mask Pooling 與 Multi-Task Learning",
"iso8601Published": "2024-09-24T22:31:56",
"viewCount": 119
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "資料決策時代:從零開始打造公司數據引擎與決策文化",
"url": "https://ithelp.ithome.com.tw/users/20114297/ironman/7506",
"author": "郭家良 (ckuo1709)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20114297/profile",
"anchor": "80efc655c11dcccf531c18b1dc3c7393",
"view": 1025,
"lastUpdated": 1728561625610,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357605",
"title": "Data Warehouse的三層式架構",
"iso8601Published": "2024-09-24T18:19:31",
"viewCount": 107
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "猴子也能懂的電腦對局 : 30天打造自己的對局AI",
"url": "https://ithelp.ithome.com.tw/users/20169302/ironman/7684",
"author": "marsgoat (marsgoat)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20169302/profile",
"anchor": "7259677699e6912d945b3839278b90c1",
"view": 926,
"lastUpdated": 1728561651409,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357743",
"title": "Day10 著手分析與優化",
"iso8601Published": "2024-09-24T23:40:55",
"viewCount": 73
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "Web仔也來學ML",
"url": "https://ithelp.ithome.com.tw/users/20162542/ironman/7402",
"author": "dogcom0228 (dogcom0228)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20162542/profile",
"anchor": "585fdcd8fb70ec578f221d29e8d56caf",
"view": 749,
"lastUpdated": 1728561675648,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10355956",
"title": "Web仔也來學ML [Day 10] - 邏輯回歸(Logistic Regression)(下)",
"iso8601Published": "2024-09-22T23:58:19",
"viewCount": 50
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "使用 jq 處理資料",
"url": "https://ithelp.ithome.com.tw/users/20078389/ironman/8041",
"author": "lindasharry (lindasharry)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20078389/profile",
"anchor": "5756263006ca8fd1a3c745ab866b8b30",
"view": 708,
"lastUpdated": 1728561621971,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10356278",
"title": "Day10: jq filter 建立新物件/陣列",
"iso8601Published": "2024-09-24T22:23:50",
"viewCount": 73
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "3D 重建實戰:使用 2D 圖片做相機姿態估計與三維空間重建",
"url": "https://ithelp.ithome.com.tw/users/20169418/ironman/7806",
"author": "yue123ithome (yue123ithome)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20169418/profile",
"anchor": "b4390afeaa0585578ddaad6d56c3a254",
"view": 659,
"lastUpdated": 1728561517625,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357765",
"title": "Day9: 3D 重建數據集(TUM RGB-D)",
"iso8601Published": "2024-09-24T22:33:23",
"viewCount": 44
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "自動交易程式探索",
"url": "https://ithelp.ithome.com.tw/users/20161802/ironman/7804",
"author": "jjchen1 (jjchen1)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20161802/profile",
"anchor": "6901a17bb8d9d3da753c679991ce9c39",
"view": 568,
"lastUpdated": 1728561568596,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357706",
"title": "Day 10 - 繪製圖表",
"iso8601Published": "2024-09-24T23:28:56",
"viewCount": 50
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "從資料處理到深度學習",
"url": "https://ithelp.ithome.com.tw/users/20169248/ironman/7709",
"author": "evalin1214 (evalin1214)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20169248/profile",
"anchor": "aac7e67a12fdee7449f9ef7bc14a497a",
"view": 545,
"lastUpdated": 1728561708503,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10355772",
"title": "集成學習",
"iso8601Published": "2024-09-21T22:14:28",
"viewCount": 30
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "AI 到底是怎麼換臉的?",
"url": "https://ithelp.ithome.com.tw/users/20169508/ironman/8042",
"author": "EliteLu (elitelu)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20169508/profile",
"anchor": "698c1d98cb946e334d7e71a32cadd878",
"view": 488,
"lastUpdated": 1728561716829,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357094",
"title": "2024 Day 9 番外篇:AI換臉技術的實現與項目實踐",
"iso8601Published": "2024-09-23T22:39:02",
"viewCount": 29
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "不用買特斯拉也能自動駕駛?!30天學會訓練自己的自駕模型,再也沒人會說你不懂AI!",
"url": "https://ithelp.ithome.com.tw/users/20169470/ironman/7957",
"author": "cw4real (cw4real)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20169470/profile",
"anchor": "b2202a92f6f9b2a530419b15fc1db4ca",
"view": 478,
"lastUpdated": 1728561583848,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10354377",
"title": "DAY 5 教學:ModelB6.py 的探討與神經網路結構_(附上音樂🎵)",
"iso8601Published": "2024-09-19T20:07:24",
"viewCount": 29
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "藉由 Python 介紹統計學與機器學習",
"url": "https://ithelp.ithome.com.tw/users/20169430/ironman/8016",
"author": "Meteor (a091517)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20169430/profile",
"anchor": "59408e86508166eaa17a9025f5f2e127",
"view": 430,
"lastUpdated": 1728561721359,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357189",
"title": "Day 10:【統計概念-2】藉 Python 模擬機率分布與隨機亂數",
"iso8601Published": "2024-09-24T23:51:25",
"viewCount": 34
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "從0開始的影像辨識之路",
"url": "https://ithelp.ithome.com.tw/users/20160600/ironman/7094",
"author": "max (max10605)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20160600/profile",
"anchor": "42a7349cf6a13835bed8c7a84df27334",
"view": 411,
"lastUpdated": 1722741467510,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10343395",
"title": "Tensorflow-python:圖片分類-1-資料集準備(Day 3)",
"iso8601Published": "2024-08-03T18:24:16",
"viewCount": 71
}
],
"status": "ONGOING"
},
{
"category": "AI/ ML \u0026 Data",
"title": "30 Days of AI Research",
"url": "https://ithelp.ithome.com.tw/users/20152821/ironman/7074",
"author": "whoami (jacksoncsie)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20152821/profile",
"anchor": "9e783a2e54e59c1a45c881f47f2d37b5",
"view": 331,
"lastUpdated": 1722741463117,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10343374",
"title": "[Day 3] Retrieval-Augmented Multimodal Language Modeling",
"iso8601Published": "2024-08-03T12:50:02",
"viewCount": 71
}
],
"status": "ONGOING"
},
{
"category": "AI/ ML \u0026 Data",
"title": "深度學習影像辨識-YOLO物件偵測-學習筆記 | 既然只活一次 那就來參加鐵人賽吧!",
"url": "https://ithelp.ithome.com.tw/users/20169071/ironman/7571",
"author": "Chieh.L 踏入資訊那些事 (kate60932)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20169071/profile",
"anchor": "d93314b53e161bb70d8a2e9cca9468f9",
"view": 315,
"lastUpdated": 1728561609570,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10355093",
"title": "[Day6] 混淆矩陣評估分類模型表現(下)",
"iso8601Published": "2024-09-20T20:53:22",
"viewCount": 55
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "資料分析與預測中的應用概述",
"url": "https://ithelp.ithome.com.tw/users/20167168/ironman/7392",
"author": "yuuuling (yuuuling)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20167168/profile",
"anchor": "815fec882c08d2835ef78e927aa43b20",
"view": 144,
"lastUpdated": 1728561557137,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10344829",
"title": "(Day1)資料分析與預測中的應用概述",
"published": {
"date": {
"year": 2024,
"month": 8,
"day": 15
},
"time": {
"hour": 22,
"minute": 46,
"second": 1,
"nano": 0
}
},
"iso8601Published": "2024-08-15T22:46:01",
"viewCount": 144
}
],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "【AI筆記】30天從論文入門到 Pytorch 實戰",
"url": "https://ithelp.ithome.com.tw/users/20168385/ironman/7157",
"author": "fan84sunny (fan84sunny)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20168385/profile",
"anchor": "98b7156b6b1e1d180e9edfe1d9e011f6",
"view": 63,
"lastUpdated": 1722741479485,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10343294",
"title": "【AI筆記】30天從論文入門到 Pytorch 實戰:序章與學習計畫 Day 0",
"published": {
"date": {
"year": 2024,
"month": 8,
"day": 3
},
"time": {
"hour": 20,
"minute": 28,
"second": 6,
"nano": 0
}
},
"iso8601Published": "2024-08-03T20:28:06",
"viewCount": 63
}
],
"status": "ONGOING"
},
{
"category": "AI/ ML \u0026 Data",
"title": "AI/ ML Journey cont.",
"url": "https://ithelp.ithome.com.tw/users/20112553/ironman/8079",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "打開就會 AI 與數據分析的投資理財術",
"url": "https://ithelp.ithome.com.tw/users/20120549/ironman/8092",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "From Python Beginner To AI Engineer",
"url": "https://ithelp.ithome.com.tw/users/20121763/ironman/7121",
"author": "Penut Chen (penut85420)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20121763/profile",
"anchor": "2abbf6bb4656335fe23ff9e39a66f263",
"view": 0,
"lastUpdated": 1722741488871,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "基於人工智慧與深度學習對斑馬魚做行為分析",
"url": "https://ithelp.ithome.com.tw/users/20151322/ironman/7184",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "資料科學與資料分析在出版業的可能實踐",
"url": "https://ithelp.ithome.com.tw/users/20151873/ironman/7295",
"author": "alice10130 (alice10130)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20151873/profile",
"anchor": "4bd73eb280bec116139cef8a474a4c7d",
"view": 0,
"lastUpdated": 1728561558799,
"articles": [],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "從點子構想到部署上線:機器學習專案的一生",
"url": "https://ithelp.ithome.com.tw/users/20152325/ironman/7825",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "三竹 SDK - 應用與實戰",
"url": "https://ithelp.ithome.com.tw/users/20153166/ironman/7440",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "菜就多練之我叫小賀逃離DS新手村",
"url": "https://ithelp.ithome.com.tw/users/20155713/ironman/7205",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "華人市場資料打撈師求生指南",
"url": "https://ithelp.ithome.com.tw/users/20163103/ironman/7691",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "認識AI與NLP的30日旅行團",
"url": "https://ithelp.ithome.com.tw/users/20163190/ironman/7954",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "數據的修煉",
"url": "https://ithelp.ithome.com.tw/users/20163301/ironman/7642",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "AI 學習紀錄",
"url": "https://ithelp.ithome.com.tw/users/20168318/ironman/7307",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "End-To-End 的資料科學專案建構筆記",
"url": "https://ithelp.ithome.com.tw/users/20168356/ironman/7189",
"author": "ywliao (ywliao)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20168356/profile",
"anchor": "8f1b4c2bb6ce9e25067eb4f302b531fc",
"view": 0,
"lastUpdated": 1728561719840,
"articles": [],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "dbt 修煉之路",
"url": "https://ithelp.ithome.com.tw/users/20168402/ironman/7173",
"author": "joshua_lin (joshua_lin)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20168402/profile",
"anchor": "15579d763fb8d77245e21446804e1abc",
"view": 0,
"lastUpdated": 1722741498100,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "Raspberry 5 外掛 Hailo AI",
"url": "https://ithelp.ithome.com.tw/users/20168498/ironman/7245",
"author": "pschiang (pschiang)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20168498/profile",
"anchor": "e775656dc0b6e9f4c589665ce8846b35",
"view": 0,
"lastUpdated": 1728561519313,
"articles": [],
"status": "FAILED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "機器學習與深度學習背後框架與過程論文與實作",
"url": "https://ithelp.ithome.com.tw/users/20168552/ironman/7260",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "猴子也會用LabVIEW",
"url": "https://ithelp.ithome.com.tw/users/20168587/ironman/7270",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "Web仔從線性代數角度學習",
"url": "https://ithelp.ithome.com.tw/users/20168898/ironman/7484",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "AI 影像處理 30天",
"url": "https://ithelp.ithome.com.tw/users/20168901/ironman/7485",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "了解AI–道阻且長",
"url": "https://ithelp.ithome.com.tw/users/20169218/ironman/8018",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "AI Unlocked: 30 Days to AI Brilliance",
"url": "https://ithelp.ithome.com.tw/users/20169257/ironman/7863",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "學習人工智慧的概念和技術",
"url": "https://ithelp.ithome.com.tw/users/20169361/ironman/7753",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "從投信數據預測葛蘭碧突破後股價走勢",
"url": "https://ithelp.ithome.com.tw/users/20169373/ironman/7749",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "Re:從零開始的AWS雲端數據平台",
"url": "https://ithelp.ithome.com.tw/users/20169407/ironman/7786",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "新手村小白學習「數據隱私合規性」的工具開發探索日記",
"url": "https://ithelp.ithome.com.tw/users/20169441/ironman/7869",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "粗暴的資料處理 DuckDB",
"url": "https://ithelp.ithome.com.tw/users/20169451/ironman/7882",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
},
{
"category": "AI/ ML \u0026 Data",
"title": "從零開始學 MLOps,一起建立一個自動化機器學習系統吧!",
"url": "https://ithelp.ithome.com.tw/users/20169491/ironman/7973",
"view": 0,
"lastUpdated": 0,
"articles": [],
"status": "NOT_STARTED"
}
],
"佛心分享-叢林中的 PM": [
{
"category": "佛心分享-叢林中的 PM",
"title": "成為軟體 PM 的錦囊,以 side project 舉例",
"url": "https://ithelp.ithome.com.tw/users/20136933/ironman/8093",
"author": "Landy (landy)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20136933/profile",
"anchor": "125bcaa23cd88f503ae971803398d1f1",
"view": 182,
"lastUpdated": 1728561693451,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10352529",
"title": "靈感、整理、盤點想做的專案們",
"iso8601Published": "2024-09-17T00:14:28",
"viewCount": 94
}
],
"status": "FAILED"
},
{
"category": "佛心分享-叢林中的 PM",
"title": "PM微醺時刻:智慧與解方的融合",
"url": "https://ithelp.ithome.com.tw/users/20160232/ironman/7145",
"author": "不愛吃冰 (nora)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20160232/profile",
"anchor": "2b8996512df4407f2115f8746538ab35",
"view": 171,
"lastUpdated": 1722741472692,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10343260",
"title": "紅酒優雅:深入理解風險管理的藝術",
"iso8601Published": "2024-08-03T00:02:13",
"viewCount": 63
}
],
"status": "ONGOING"
},
{
"category": "佛心分享-叢林中的 PM",
"title": "那些年,我們一起經歷的專案失敗",
"url": "https://ithelp.ithome.com.tw/users/20130496/ironman/7166",
"author": "tw_hsu (tw_hsu)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20130496/profile",
"anchor": "93d68227fd78ae55db763da1a1abde04",
"view": 170,
"lastUpdated": 1722741475453,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10343372",
"title": "「Elon Musk神話」是個大笑話",
"iso8601Published": "2024-08-04T01:48:02",
"viewCount": 69
}
],
"status": "ONGOING"
}
],
"佛心分享-SideProject30": [
{
"category": "佛心分享-SideProject30",
"title": "用 Golang 實作 streamlit",
"url": "https://ithelp.ithome.com.tw/users/20151240/ironman/7187",
"author": "香草 (mudream)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20151240/profile",
"anchor": "f768dfe42862f913e7bce8b25f6c1d60",
"view": 1253,
"lastUpdated": 1728561574132,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10347504",
"title": "Day10: Textbox/Client\u0027s State",
"iso8601Published": "2024-09-02T20:33:23",
"viewCount": 99
}
],
"status": "FAILED"
},
{
"category": "佛心分享-SideProject30",
"title": "收納規劃APP",
"url": "https://ithelp.ithome.com.tw/users/20162350/ironman/8027",
"author": "Zoe Wu (zoeforworks)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20162350/profile",
"anchor": "f744833ac8c635168b97837321d72cc9",
"view": 849,
"lastUpdated": 1728561545088,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10354861",
"title": "Day10:瀏覽器座標 vs SVG 座標演示",
"iso8601Published": "2024-09-24T12:02:35",
"viewCount": 88
}
],
"status": "FAILED"
},
{
"category": "佛心分享-SideProject30",
"title": "RAG 和 MongoDB Vector Search",
"url": "https://ithelp.ithome.com.tw/users/20167359/ironman/8003",
"author": "bensonhsu (bensonhsu)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20167359/profile",
"anchor": "779d8c0ee1030da288f3d3350abb486f",
"view": 671,
"lastUpdated": 1728561556120,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357596",
"title": "Naive RAG",
"iso8601Published": "2024-09-24T17:35:13",
"viewCount": 54
}
],
"status": "FAILED"
},
{
"category": "佛心分享-SideProject30",
"title": "網頁遊戲_名字對決",
"url": "https://ithelp.ithome.com.tw/users/20138459/ironman/7901",
"author": "AI_Hero (bighead89916)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20138459/profile",
"anchor": "86bc5f6c2c0c5f1274fd7012e6ed1553",
"view": 599,
"lastUpdated": 1728561593504,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357076",
"title": "Day10 - 對戰功能測試3",
"iso8601Published": "2024-09-23T23:59:02",
"viewCount": 31
}
],
"status": "FAILED"
},
{
"category": "佛心分享-SideProject30",
"title": "購物車 App 與後台",
"url": "https://ithelp.ithome.com.tw/users/20162770/ironman/7964",
"author": "passontwco (passontwco)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20162770/profile",
"anchor": "e5f9553d4b80d20401e7cfca2bb04699",
"view": 593,
"lastUpdated": 1728561540369,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357585",
"title": "Day10 - Express API Unitest",
"iso8601Published": "2024-09-24T21:38:37",
"viewCount": 31
}
],
"status": "FAILED"
},
{
"category": "佛心分享-SideProject30",
"title": "晚風涼涼,來點Web3 Hackathon吧",
"url": "https://ithelp.ithome.com.tw/users/20140358/ironman/7750",
"author": "Moscle.dev (aka611511)",
"profileUrl": "https://ithelp.ithome.com.tw/users/20140358/profile",
"anchor": "e0b7d40a1b38f3f1fbe09a8ed3e3d45c",
"view": 524,
"lastUpdated": 1728561571129,
"articles": [
{
"url": "https://ithelp.ithome.com.tw/articles/10357850",
"title": "[Day 10] ETHGlobal BANGKOK獎項分析:Avail、Chainlink與Filecoin",
"iso8601Published": "2024-09-24T23:33:52",
"viewCount": 28
}
],
"status": "FAILED"
},
{