文章分类 - Machine Learning
机器学习
摘要:Generalized Additive Models (GAM) "5.3 GLM, GAM and more", in Interpretable Machine Learning, site pyGAM, Generalized Additive Models in Python, site
阅读全文
摘要:1 Tabular Prediction 1.1 加载数据 TabularDataset 类 数据集 TabularDataset 类,类似于 pandas.DataFrame 类:TabularDataset shares all the same attributes and methods o
阅读全文
摘要:PyTorch Geometric (PyG) 1. 安装 安装:site import os import torch print(torch.__version__) os.environ['TORCH'] = torch.__version__ ! pip install -q torch-s
阅读全文
摘要:Decomposition 降维 1. Principle Component Analysis 主成分分析
阅读全文
摘要:1. 层次聚类 Hierarchical clustering
阅读全文
摘要:1. 样本相似性度量 Similarity Measurement 1.1 定义 1.1.1 相似度与距离 相似度(Similarity):衡量两个样本的相似程度 距离(Distance)或不相似度(dissimilarity):距离越小,表示相似度越大 1.1.2 符号含义 样本 $\boldsy
阅读全文
摘要:度量指标 0. 第三方库 TorchMetrics 库:官网 1. 回归度量指标 1.0 定义变量 \(N\):样本总数 \(i=1,2,\cdots,N\):样本编号 \(y_i\):第 \(i\) 个样本的实际值 \(\hat{y}_i\):第 \(i\) 个样本的预测值 1.1 MAPE 平均
阅读全文
摘要:反向传播神经网络 Back Propagation Neural Network 1. 单隐层神经网络 2. 多隐层神经网络
阅读全文
摘要:Maximum Entropy Model 最大熵模型 1. 预备知识 1.1 熵 熵(Entropy) 条件熵(Conditional Entropy) 1.2 最大熵模型 1.2.1 符号 输入:\(X \in \mathcal{X} \subseteq \mathbb{R}^P\) 输出:\(
阅读全文
摘要:Machine Learning - K-Nearest Neighbors k 近邻 KD Tree [1] k-d tree算法, 博客园, 地址
阅读全文

浙公网安备 33010602011771号