资源列表
python-logistic
- 对因变量为0-1属性变量,利用Logistic算法,对其进行回归预测(The dependent variable is the 0-1 attribute variable, and the Logistic algorithm is used to predict it)
CSP
- CSP是共空间模式的简称,用于找到最优空间投影。(CSP is short for Common spatial pattern , used to find the optimal spatial projection.)
@kde
- 计算核密度估计算法实现,可延伸扩展加入自己的想法,便于编程和调用。(you can use it to calculate kernel density estimate and compute about problem.)
广义线性模型
- 这种模型是把自变量的线性预测函数当作因变量的估计值(The model takes the linear prediction function of the independent variable as the estimate of dependent variable)
处理缺失数据的高级方法
- 数据探索分析中处理缺失数据的高级处理方法(Advanced processing methods for missing data processing in data discovery analysis)
方差分析
- 方差分析又称“变异数分析”,是R.A.Fisher发明的,用于两个及两个以上样本均数差别的显著性检验(ANOVA, also called variance analysis, was invented by R.A.Fisher, which was used to test the significance of the mean difference between two and more than two samples)
TensorFlow实战Google深度学习框架
- 《TensorFlow:实战Google深度学习框架》图书中的所有神经网络的相关代码(All related code of all kinds of neural network mentioned in "TensorFlow: practice of Google deep learning framework")
重抽样与自助法
- 当数据抽样于非正态分布时,如未知或混合分布、样本量过小、存在离群点、基于理论分布设计合适的统计检验过于复杂且数学上难以处理等情况,这时基于随机化和重抽样的统计方法可派上用场。(When the sampling data in non normal distribution, such as the unknown or mixed distribution, the sample size is too small, there are outliers, based on the theor
caffe 可视化
- 这个是深度学习caffe框架的一些可视化代码(it is about caffe, a deep learning framework, in a easy to see way to the readers.)
手写代码必备手册(C++版).pdf
- 程序员面试时用的算法,对于补基础非常好。(it is for code interview)
主成分和因子分析
- 主成分分析是多元统计分析中用来分析数据的一种方法,它是用一种较少数量的特征对样本进行描述以达到降低特征空间维数的方法(Principal component analysis is a method of data used in multivariate statistical analysis, it is describing the samples with characteristics of a small number of methods to reduce the dimens
lmd
- LMD对非平稳信号处理,求得瞬频和瞬幅来对信号分析(LMD signal processing)