- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 python 常用第三方包镜像安装
conda添加常用镜像源conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anacond
2022-05-16 16:46:42 5689
原创 协方差矩阵在频域中的体现
时域中样本信号x[n]的协方差矩阵与自相关矩阵关系:经标准化的样本数据的协方差矩阵就是原始样本数据的相关矩阵。这里所说的标准化指正态化,即将原始数据处理成均值为0,方差为1的标准数据。cov相关 即为不反转的卷积 对应的协方差矩阵X[n]卷积x[-n]^T在频域中即为X(w)乘以X(w)的共轭转置/除以变量数。...
2020-07-05 16:27:50 1127
原创 机器学习的“hello world”之mnist数据集
环境:ubuntu16.04+python3.6+spyder+tensorflow1.3.代码亲测有效。tensorflow自带mnist数据集无需下载。# -*- coding: utf-8 -*-"""Spyder EditorThis is a temporary script file."""from tensorflow.examples.tutorials.mn...
2018-11-07 15:47:05 253
vs2015所需证书
2017-02-20
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人