辛西亞的技能樹


  • Categories

  • Tags

  • Archives

  • About

  • Search

常見評價指標:Accuracy、Precision、Recall、F1、ROC-AUC 與 PR-AUC

2020-01-09 | 智慧計算 › 人工智慧 |

當評估(Evaluation)一個模型的好壞時,不能總是依靠體感來挑選,因此需要一些量化指標去判定它的好壞。常見的量化指標有 Accuracy、Precision、Recall 與 F1-Measure。有時也會使用 ROC-AUC 與 PR-AUC 還評估在相同資料集下的表現結果。

Read more »

【Vue.js】Vue Router 之透過路由組件傳參數給元件

2019-12-30 | 程式設計 › 程式語言與架構 |

一般來說,想透過路由傳遞參數給元件,多採用動態路由的方式來實作,但這種方式一則容易使得元件高度耦合,導致只能在特定 URL 上使用;二則是你永遠別低估使用者亂輸入的能力,他們常常會輸入一些超乎設計者預期的字串 XD

因此,我希望可以找到其他方式傳參數給元件,最後終於在文件找到路由組件傳參的相關說明。不過它的說明有些簡略,還是稍微嘗試了下才找到我要的用法。

Read more »

【Git】避免 "fatal:LF would be replaced by CRLF" 的錯誤訊息

2019-12-14 | 軟體開發 › 版本管控 |

那天在 Windows 做完筆記,準備上傳到 Github Page 時,發現我無法執行 git add .,並出現了 LF / CRLF 轉換的錯誤訊息 - LF will be replaced by CRLF,告訴我要把 LF 換行符號轉換成 CRLF。

Read more »

【Git】使用 git-rebase 修改 Commit

2019-12-13 | 軟體開發 › 版本管控 |

記錄一下自己常用的 git-rebase 的用法。

Read more »

【Windows】常用 Unix 與 DOS 的指令

2019-12-13 | 資訊科技 › 環境設定與指令 |

每次回到 Windows 的 DOS command,都習慣性直接打 cd d:\\ 要切換磁槽、使用 ll 要來顯示檔案,想當然每次都沒反應 XD

每每遇用到這狀況就要找 google,所以還是決定自己做一份對照表…至少下次還需要 search 時是為自己貢獻流量 XDDD

Read more »

【種樹】使用 Jekyll 和搭建 Github Pages

2019-12-13 | 程式設計 › 程式語言與架構 |

之前有一陣子在找合適的 blog 想用來存放文章,最好能支援數學公式、程式碼,若能使用 Markdown 來撰寫文章就更好了,另外版面最好整潔些不要像傳統 blog 有側欄的干擾(要求真多 XD

前後試過痞客邦、Blogger、Medium、Github Pages…,各有各的優缺點,但其實都不怎麼滿意,最後挑了Github Pages 主要是想玩玩 Jekyll 順便練習一下前端 XD

Read more »

【Linux】計算資料夾下的檔案數

2019-07-30 | 資訊科技 › 環境設定與指令 |

來數一數資料夾裡有多少個檔案? ❶、❷、❸、❹、❺、❻、❼

Read more »

【LeetCode】0024. Swap Nodes in Pairs

2019-06-17 | 面試刷題 |

Given a linked list, swap every two adjacent nodes and return its head.

Read more »

【LeetCode】0021. Merge Two Sorted Lists

2019-06-17 | 面試刷題 |

Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.

Read more »

【LeetCode】0019. Remove Nth Node From End of List

2019-06-17 | 面試刷題 |

Given a linked list, remove the n-th node from the end of list and return its head.

Read more »
1 … 14 15 16 … 23
辛西亞.Cynthia

辛西亞.Cynthia

自己整理過才是自己的

223 posts
20 categories
121 tags
RSS
© 2018 - 2023 辛西亞.Cynthia
Powered by Jekyll
Theme - NexT.Mist