马氏距离 (马哈拉诺比斯距离) (Mahalanobis distance) 马氏距离(Mahalanobis distance)是由印度统计学家马哈拉诺比斯(P. C. Mahalanobis)提出的,表示点与一个分布之间的距离。它是一种有效的计算两个未知样本集的相似度的方法。与欧氏距离不同的是,它考虑到各种特性之间的联系,本文介绍马氏距离相关内容。 2021-03-02 Math > Distance #Math #Distance
Pytorch can't optimize a non-leaf Tensor 本文记录 pytorch: can’t optimize a non-leaf Tensor 解决方案。 2021-03-02 Deep_Learning > Pytorch #Deep_Learning #Pytorch
VS code 显示远程 Linux 图形界面 VS code 在远程登录服务器后无法直接像 pycharm 一样显示远程图像,对分析数据十分不便。本文记录vscode实现远程gui的方法。 2021-02-20 Environment > Vs_Code #Environment #Vs_Code
Windows Xming + Xshell 实现远程 linux gui 界面本地展示 Windows 远程登录服务器后,由于是使用终端远程登录,并且远程服务器没有图形界面,显示图像很不方便。本文记录使用 Xming +Xshell 6 实现远程打开Linux界面的方法。 2021-02-20 Linux #Linux
Jupyter notebook 启动错误 “sys/un.h” No such file or directory 本文记录Jupyter notebook 启动错误 “sys/un.h” No such file or directory 的解决方案。 2021-02-20 Coding > Python #Python #Coding
安装 Cuda 10.2 报错 本文记录 [ERROR]: boost::filesystem::remove: Directory not empty 解决方案。 2021-02-18 Environment > Cuda #Environment #Cuda
Error unsupported compiler 9.3.0 本文记录 Error: unsupported compiler: 9.3.0 解决方案。 2021-02-18 Deep_Learning > Pytorch #Deep_Learning #Pytorch