摘要: 协程 & asyncio & 异步 1. 协程 (coroutine) 协程不是计算机提供,而是程序员人为创造。 协程(coroutine),也可以被称为微线程,是一种用户态内的上下文切换技术。简而言之,其实就是通过一个线程实现代码块互相切换运行。例如: def func1(): print(1) 阅读全文
posted @ 2023-09-19 17:39 车天健 阅读(322) 评论(1) 推荐(3) 编辑
摘要: Logistic Regression & MLE 阅读全文
posted @ 2023-07-06 16:16 车天健 阅读(204) 评论(0) 推荐(1) 编辑
摘要: Outlier and Novelty Detection. 阅读全文
posted @ 2023-06-08 16:03 车天健 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Support Vector Machine and Its Derivation. 阅读全文
posted @ 2023-04-01 18:55 车天健 阅读(337) 评论(1) 推荐(0) 编辑
摘要: Generalizing Linear Classification 假设我们有如上图的 training data,注意到此时 $\mathcal{X} \subset \mathbb{R}^{2}$。 那么 decision boundary $g$: $$ g(\vec{x}) = w_{1} 阅读全文
posted @ 2023-03-29 21:32 车天健 阅读(68) 评论(0) 推荐(0) 编辑
摘要: The perceptron algorithm and its mistake bound. 阅读全文
posted @ 2023-03-28 21:35 车天健 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 期权定价希腊值详细推导 阅读全文
posted @ 2023-02-19 19:25 车天健 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 笔记回顾与整理 (Copula) 阅读全文
posted @ 2023-02-09 18:21 车天健 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 笔记回顾与整理 for the basic theory of mathematical finance. 阅读全文
posted @ 2023-02-09 16:15 车天健 阅读(65) 评论(0) 推荐(0) 编辑
摘要: Derivation of best MSE predictor and best linear predictor. 阅读全文
posted @ 2023-02-08 22:55 车天健 阅读(152) 评论(0) 推荐(0) 编辑