Recent Posts

Binary Encoding vs One hot Encoding

3 minute read

需要注意的是:one-hot encoding 应该是 binary encoding 的特殊情况。one-hot 的意思就是:只有一个 bit 是高位(1);类似还有 one-cold encoding

CPU bound vs IO bound

less than 1 minute read

From stackoverflow: What do the terms “CPU bound” and “I/O bound” mean?: