前置知识:(笔记待上传)
线性变换与矩阵
$$ y=Ax+b\quad\mathrm{where} \ A\in\mathbb{R}^{m\times n},x\in\mathbb{R}^n,y\in\mathbb{R}^m,b\in\mathbb{R}^m $$
- 该方程表示通过矩阵 $A$ 和偏差 $b$ 将输入 $x$ 线性映射到输出 $y$
Python 实现:
import numpy as np
A = np.array([[2, 1], [1, 分类目录归档:学习
前置知识:(笔记待上传)
$$ y=Ax+b\quad\mathrm{where} \ A\in\mathbb{R}^{m\times n},x\in\mathbb{R}^n,y\in\mathbb{R}^m,b\in\mathbb{R}^m $$
Python 实现:
import numpy as np
A = np.array([[2, 1], [1, 如何理解并区分误差(error)/损失(loss)/成本(cost)/目标(objective)函数?
常用特征处理:
更多时序类衍生特征可参考1_study/Python/Python 数据处理/tsfresh 时序特征聚合工具
其他特征处理技巧:
preprocessing.PolynomialFeatures)pandas.cut)支持向量机(support vector machine,简称为SVM)
SVM 算法图解:

SVM 借助核技巧将输入隐式映射到高维特征空间中,从而有效地进行非线性分类
常见的核函数:
| 核函数 | 表达式 | 备注 |
|---|---|---|
| Linear Kerne |
被动式管理:复制大盘指数,持有。 主动式管理:选择个股,频繁交易
交易所交易基金(Exchange Traded Fund,ETF)是一种开放式指数基金,旨在为投资者提供对某个特定市场、行业或投资策略的广泛暴露。
A limit order book is a record of outstanding limit orders maintained by the security specialist who works at the exchange. A limit order is a type of order to buy or sell a security at a specific price or better. A buy limit order i