资源列表
豆瓣
- 使用爬虫从豆瓣官网获得影评TOP250的电影,以Excel文件的形式存储在本地。(Use the crawler to get the top 250 movie reviews from Douban official website and store them locally as Excel files.)
sougou
- 网络爬虫,输入关键词和页数,自动下载搜狗图库图片(Input keywords and pages, automatically download the picture of Sogou library)
ELM_样例
- 极限学习机(Extreme Learning Machine, ELM)用来训练单隐藏层前馈神经网络(SLFN)与传统的SLFN训练算法不同,极限学习机随机选取输入层权重和隐藏层偏置,输出层权重通过激活函数函数,依据Moore-Penrose(MP)广义逆矩阵理论计算解析求出。(Extreme learning machine (ELM) is used to train single hidden layer feedforward neural network (SLFN). Differe
爬虫源码
- 内涵81个Python爬虫源码,doc文件,自行复制下载。
pytorch从0到1随书代码
- pytorch从0到1随书代码,供广大网友学习交流
GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例
- GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例,代码基于matlab和python
PCA算法
- 对高维数据进行特征两提取,提高数据分类速度,可用于故障诊断数据的特征量提取.
KPCA算法
- 对高维数据进行特征两提取,提高数据分类速度,可用于故障诊断数据的特征量提取.
LPP算法
- 对高维数据进行特征两提取,提高数据分类速度,可用于故障诊断数据的特征量提取.
riemannian sparse coding
- matrix information on riemannian sparse coding
CAN_ACM SIGKDD_2014
- Nie F, Wang X, Huang H. Clustering and projected clustering with adaptive neighbors[C]//Proceedings of the 20th ACM SIGKDD international conference on Knowledge discovery and data mining. 2014: 977-986.
在线PCA
- 实现在线PCA模型的在线更新,从而使得模型的鲁棒性更强