摘要:
Pytorch Transformer 中 Position Embedding 的实现 The Positional Encoding part in Transformer is a special part, it isn't part of the network module, it is 阅读全文
摘要:
Leetcode Ugly Number The Problem Ugly Number II and Super Ugly Number , because I didn't write the Ugly Number I, so, I don't have any idea at first. 阅读全文
摘要:
This Lab is mainly the part of the file system in the JOS. It is mainly related to the disk related to file storage, and the form of file storage on t 阅读全文
摘要:
Copy-on-Write Fork As mentioned earlier, Unix provides the fork() system call as its primary process creation primitive. The fork() system call copies 阅读全文
摘要:
Introduction In part A we should add multiprocessor support to JOS, implement round-robin scheduling, and add basic environment management system call 阅读全文
摘要:
Monte Carlo Integration Monte Carlo integration uses a different perspective from Quadrature Integration to consider the problem of integration. Quadr 阅读全文
摘要:
A strategy to quantify embedding layer Basic idea Embedding is mainly in the process of word pre-training. Two embedding methods, word2vec and GloVe, 阅读全文
摘要:
From DFA to KMP algorithm DFA In the theory of computation, a branch of theoretical computer science, a deterministic finite automaton (DFA)—also know 阅读全文
摘要:
A problem of dimension in Vector Space and It's nullspace A easy Problem This problem from a lemma that is Dimension Counting Theorem \[ dim(V) + dim( 阅读全文