LeetCode: 1539-Kth Missing Positive Number 解題紀錄
題目
Given an array arr
of positive integers sorted in a strictly increasing order, and an integer k
.
Return the kth
positive integer that is missing from this array.
Given an array arr
of positive integers sorted in a strictly increasing order, and an integer k
.
Return the kth
positive integer that is missing from this array.
前一陣子,我在研究如何使用 Transformer 強化學習 (Transformer Reinforcement Learning, TRL) 這一技術/套件時,我跑官方的腳本會出現一個關於 numpy 的錯誤。其錯誤訊息如下:
Read More »[已解決] module 'numpy' has no attribute 'item'Read More »[Linux] 使用 `pygmentize` 或 `highlight` 來顯示、印出帶有顏色的文件內容「我大部分的上班時間都用來找一些讓 Linux 終端機顯示得更漂亮的工具,
反正老闆看了也只會覺得我很厲害要有美觀的介面才能提高生產力!」 —— 愛貓工程師
在第一章的筆記中,我們已經見到了單個量子位元與單量子閘的有趣效果,但是量子計算(quantum computing)的真正威力現在才要開始 —— 那就是透過量子位元之間的相互作用來實現!而這些,我們將在第二章節介紹多個量子閘和複數量子位元系統的有趣行為。
Read More »[Qiskit] 多量子位元與糾纏 - 簡介每當我們訓練完一個深度學習模型後,就又到了我們評估模型好壞的時間。比方說分類任務所使用的分類模型,我們總是會拿各式各樣的指標來測試,比方說 precision、recall、F1-score、Accuracy… 指標間總是有好有壞,甚至有可能會互相衝突,所以大部分時候還是要依據任務的需求來選擇自己評估模型的指標的。
Read More »[Machine Learning] 可以和 Accuracy、F1 一同用於模型評估的 MCC 指標筆記量子電腦(quantum computer)的優勢在於,它極有可能解決一些傳統電腦所無法解決的問題。為了能夠了解實際上我們到底能使用量子電腦解決哪些問題,我們首先需要了解一個問題究竟具有多複雜的計算量。
Read More »[Qiskit] 量子電腦的複雜度、潛力與應用記憶體(Random Access Memory, RAM)是現代電腦裝置中不可或缺的一個儲存硬體。其可用於儲存作業系統、應用程式、及所有顯示資料的實時(real-time)工作狀態。
Read More »[Linux] 使用 Memtest86+ 進行燒機測試筆記For two strings s
and t
, we say "t
divides s
" if and only if s = t + ... + t
(i.e., t
is concatenated with itself one or more times).
Hydra是一個開源的 Python 框架,它被設計用來簡化研發佈署的流程(尤其是在複雜的應用上)。Hydra 能夠在佈署時動態地建立階層式的設定檔案、也透過命令列(command line)來繼承(複寫)設定檔。
Read More »Hydra 環境配置管理套件筆記