搜索资源列表
recommender-
- Collaborative Filtering,基于Collaborative Filtering,建立主动为用户推荐商品的推荐系统。实现参考协同过滤算法或它的优化,实现并改进算法,计算出每个客户对未购买的商品的兴趣度,并向客户主动推荐他最感兴趣的N个商品。实验数据可以从MovieLens.com下载。要求使用至少10,000不同用户的数据,至少1000个不同的movie。-Collaborative Filtering,Based Collaborative Filtering, the in
three_gram_train
- 直接从文本文档中统计建立三阶语言模型的MATLAB程序-Text document directly MATLAB programs set up third-order statistical language model
VB-Regular-Demon
- 这是一个利用正则表达式来提取指定数据的VB程序演示,利用正则可以很方便地从一堆杂乱的数据中提取所要的数据,示例中提取的是手机号码,还可以对处理结果进行去除重复的处理,大大加快工作的效率。-This is a use regular expressions to extract VB program demonstrates the specified data, the use of regularization can easily extract the desired data a ju
extractWiki
- 从enwiki-latest-pages-articles.xml中抽取维基页面的正文内容。-Extract text content enwiki-latest-pages-articles.xml.
SVM_liner_kernel
- 这是SVM算法的一个简单应用,用SVM进行线性二分类。此算法可以帮助大家从基础上认识SVM,从而进行编程。-This is a simple application of SVM algorithm, using a linear SVM binary classification. This algorithm can help you recognize the basis of SVM, which can be programmed.
s210
- 这是某一风电场从1965年到2006年的实测风速数据。希望对大家有帮助。-This is a wind farm 1965 to 2006 measured wind speed data. I hope everyone has to help.
PageRank_M
- 实现基本的pagerank算法,从文件中读取数据生成矩阵进行计算-Pagerank algorithm to achieve
demmentia
- 血管性痴呆数据及分类。 该数据从3甲医院神经科和放射科而来,非常宝贵,请勿商用-vascularr demmentia data and classification it is hospital and very valuable
08ClusAdvanced-1
- 综合介绍聚类分析的方法,从常用方法到高级方法-Overview cluster analysis, the common method to advanced methods
Jason211
- 从Jason2卫星的nc文件中提取测高数据进行网格化处理 1*1 -Extract altimetry data Jason 2 satellite nc mesh file processing* 1 1
SPSS
- spss数据分析软件教程,从入门到精通,里面含有实例-Simulation source codespss FP data analysis software, entry to the master
WSnet
- 小世界网络模拟,首先从n个顶点环形开始,每个顶点由无向边连接最近的k个顶点,疾病根据传染率r进行传播,并计算临界值rhalf-calculate of smallword networks
code_BPMF
- 如何使它工作: 1。创建一个单独的目录,并将所有这些文件下载到相同的目录中 2。下载7个文件: *demo:主文件demo:PMF和贝叶斯PMF * PMF.m:训练的PMF模型 * bayespmf.m贝叶斯PMF模型实现吉布斯采样器。 * moviedata.mat样本数据包含三元组(user_id,movie_id,评分) * makematrix.m:辅助功能转换成大型矩阵的三元组。 * PRED.m:辅助功能使得预测验证集。 三.在Matlab只需运
Sogou-character-porfile
- 介绍人物标签处理的过程,从数据采集,分词,预处理,算法选择以及结果展示方面来介绍相关过程。-This paper introduces the process of character label processing, and introduces the process of data acquisition, word segmentation, preprocessing, algorithm selection and result display.
find
- 从excel中读取所需文档的数据,并写进相对位置,对名称进行文件路径字符串拼接-From the excel to read the required document data, and write the relative position, the name of the file path string stitching
em
- em算法介绍:EM算法有很多的应用,最广泛的就是GMM混合高斯模型、聚类、HMM等等(This is the EM algorithm using JAVA, easy to understand, easy to use and helpful for understanding the EM algorithm)
Arch Model
- 金融时间序列分析 1. 采用Pandas从Yahoo网上下载上市公司的5到10年的日收盘数据,上证指数的日收盘数据。 2. 计算上市公司和上证指数的收益率, 3. 针对上市公司收益率进行ARMA建模,确定P和q,并对残差进行分析,最后向前预测多期,显示预测图。 4. 针对上市公司收益率进行ARCH建模,确定阶数,并对残差进行分析,最后进行预测。 5. 针对上市公司收益率进行GARCH建模,确定阶数,并对残差进行分析,最后进行预测。(use Arch Model to ananlyse
code
- ssmfa将高光谱数据从高维观测空间投影到低维流形空间,达到约减数据维数的目的(ssmfa hyperspectral data is projected from the high dimensional observation space into the low dimensional manifold space, so as to reduce the dimensionality of data)
从零开始学Python网络爬虫源代码+教学PPT
- 《从零开始学爬虫》的配套资料(PPT和源码)("Learning Reptiles from Zero" (PPT and Source))
pytorch从0到1随书代码
- pytorch从0到1随书代码,供广大网友学习交流