摘要:
协程 & asyncio & 异步 1. 协程 (coroutine) 协程不是计算机提供,而是程序员人为创造。 协程(coroutine),也可以被称为微线程,是一种用户态内的上下文切换技术。简而言之,其实就是通过一个线程实现代码块互相切换运行。例如: def func1(): print(1) 阅读全文
摘要:
Logistic Regression & MLE 阅读全文
摘要:
Outlier and Novelty Detection. 阅读全文
摘要:
Support Vector Machine and Its Derivation. 阅读全文
摘要:
Generalizing Linear Classification 假设我们有如上图的 training data,注意到此时 $\mathcal{X} \subset \mathbb{R}^{2}$。 那么 decision boundary $g$: $$ g(\vec{x}) = w_{1} 阅读全文
摘要:
The perceptron algorithm and its mistake bound. 阅读全文
摘要:
期权定价希腊值详细推导 阅读全文
摘要:
Derivation of best MSE predictor and best linear predictor. 阅读全文