会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
车天健
首页
新随笔
联系
订阅
管理
1
2
3
下一页
2023年9月19日
Asyncio 协程异步笔记
摘要: 协程 & asyncio & 异步 1. 协程 (coroutine) 协程不是计算机提供,而是程序员人为创造。 协程(coroutine),也可以被称为微线程,是一种用户态内的上下文切换技术。简而言之,其实就是通过一个线程实现代码块互相切换运行。例如: def func1(): print(1)
阅读全文
posted @ 2023-09-19 17:39 车天健
阅读(476)
评论(1)
推荐(3)
2023年7月6日
Logistic Regression and its Maximum Likelihood Estimation
摘要: Logistic Regression & MLE
阅读全文
posted @ 2023-07-06 16:16 车天健
阅读(298)
评论(0)
推荐(1)
2023年6月8日
异常值检验(1)
摘要: Outlier and Novelty Detection.
阅读全文
posted @ 2023-06-08 16:03 车天健
阅读(347)
评论(0)
推荐(0)
2023年4月1日
Perceptron, Support Vector Machine and Dual Optimization Problem (3)
摘要: Support Vector Machine and Its Derivation.
阅读全文
posted @ 2023-04-01 18:55 车天健
阅读(400)
评论(1)
推荐(0)
2023年3月29日
Perceptron, Support Vector Machine and Dual Optimization Problem (2)
摘要: 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 车天健
阅读(110)
评论(0)
推荐(0)
2023年3月28日
Perceptron, Support Vector Machine and Dual Optimization Problem (1)
摘要: The perceptron algorithm and its mistake bound.
阅读全文
posted @ 2023-03-28 21:35 车天健
阅读(165)
评论(0)
推荐(0)
2023年2月19日
期权定价之希腊值推导(Derivation of Greeks in European Option Pricing)
摘要: 期权定价希腊值详细推导
阅读全文
posted @ 2023-02-19 19:25 车天健
阅读(506)
评论(0)
推荐(0)
2023年2月9日
Copula
摘要: 笔记回顾与整理 (Copula)
阅读全文
posted @ 2023-02-09 18:21 车天健
阅读(323)
评论(0)
推荐(0)
Stochastic Methods in Finance (1)
摘要: 笔记回顾与整理 for the basic theory of mathematical finance.
阅读全文
posted @ 2023-02-09 16:15 车天健
阅读(120)
评论(0)
推荐(0)
2023年2月8日
Time Series Analysis (Best MSE Predictor & Best Linear Predictor)
摘要: Derivation of best MSE predictor and best linear predictor.
阅读全文
posted @ 2023-02-08 22:55 车天健
阅读(212)
评论(0)
推荐(0)
1
2
3
下一页