Month: October 2021
2021-10-27
主要内容:
升级到macOS Monterey
Kernel method, kernel function, kernel trick 基础概念
Linear kernel, primal perceptron, dual perceptron
Gaussian process regression (GPR)
2021-10-25
(就一条)
Laplace approximation/拉普拉斯逼近
2021-10-23
主要内容:
Gamma distribution
继续昨天的bayesian inference
Expectation Propagation和K-L散度
指数分布族的期望与方差
2021-10-22
2022-08-20补充笔记
Bayesian Inference/贝叶斯推断(包含一些基础概率论知识)
Bayesian Inference的python demo
如何生成prior distribution data?
计算机内存系统、文件系统、ext2文件系统
有关计算机内存系统、硬盘系统、ext2的一些收集资料。
2021-10-20
主要内容:generalized linear regression, Laplace approximation, 不对称损失函数
2021-10-19
Python dunder methods/magic methods
Python创建新对象
Python 继承
2021-10-19原版笔记
2024-01-15新增
重新复习一遍merge sort的性质
各大主流排序算法的时间复杂度
Python语法杂项
python数组的[:]切片
Python: mutable和immutable
Python set, list, tuple的区别
Python type hints
没有完成的内容
2021-10-18
主要内容:
等差数列求和公式
等比数列求和公式
python ++i和i++
二分查找/二分搜索
算法:时间复杂度
取整和取模(mod)
算法:有关时间复杂度的计算(例题)
算法:使用 main theorem/master theorem/主定理 计算时间复杂度
python 优先队列/priority queue
python 快速排序/quicksort
python 对象与递归
python 堆排序/heap sort(继续)
2021-10-17
删除wp_posts-revisions能提高性能吗
Merge sort
快速理解
python merge sort
python radix sort
2021-10-15
博客VPS操作系统变更实验
有关Disk I/O, Disk read/write
python初始化数组的方法比较
python版的计数排序/counting sort
python版的插入排序/insertion sort
python版的桶排序/bucket sort
python版的堆排序/heap sort(代码不是最优)
2021-10-12
主要内容:
linear regression (with regularization)
linear regression -> model selection
2021-10-10
主要内容:HTTP/3和QUIC
HTTP/2之前的内容:从HTTP/0.9到HTTP/1.1
HTTP/2协议的简单介绍
HTTP/3的简单入门
QUIC
Head-of-line blocking,队头阻塞
2021-10-08
主要内容:
生成模型;生成模型的决策边界
Maximum likelihood: for linear regression and logistic regression
Scalar function(空白)
Scalar function Newton's method
2021-10-07
就一个:Socket多路复用(multiplexing)技术