资源列表
kaggle-avazu-rank1
- Kaggle比赛中对于亚马逊的广告点击率预估rank1,其中包含相关数据和代码(the Kaggle competition, the ad click rate for Amazon is estimated to be Rank1, which contains relevant data and code)
基于粗糙集信息系统约简的算法matlab实现
- 基于粗糙集信息系统的算法matlabd的实现(Implementation of algorithm matlabd based on rough set information system)
wp-autopost-pro.3.7.7 (1)
- WP-AutoPost 插件可以采集来自于任何网站的内容并全自动更新你的WordPress站点。它使用非常简单,无需复杂设置,并且足够强大和稳定,支持wordpress所有特性。(The WP-AutoPost plug-in can collect content from any site and automatically update your WordPress site. It is very simple to use, without complex settings, and
air
- 利用天气情况预测空气质量的基础机器学习算法(A basic machine learning algorithm using weather conditions to predict air quality)
基于粗糙集的层次聚类算法研究
- 实现了两种基于粗糙集模型的层次聚类算法,采用java编程语言实现(Hierarchical clustering algorithm for categorical data using a probabilistic rough set model)
DeepLearning
- 斯坦福深度学习课程MATLAB源码,包含各种主流算法(Deep learning program of Stanford University MATLAB source code)
data
- 训练NER的语料文件,已全文标注,四个字段(Training NER's corpus file, full text annotation, four fields)
arima
- 时间序列法,通过过去数据来建立相应模型来预测未来数据(Time series, using past data to establish corresponding models to predict future data)
EWKM
- 子空间聚类算法EWKM (Entropy Weighting K-Means) 在matlab上的实现。(Entropy Weighting K-means which is one of the subspace clustering algorithm written in Matlab.)
89450774
- 遗传算法-偏最小二乘法,用于分析定量GA-PLS()
dataanalyse
- 利用pandas、numpy、scipy组建的数据分析工具。可以实现均值、频数、最大值、最小值、分位数等得统计。(Data analysis tools built by pandas, numpy and SciPy. The statistics of mean, frequency, maximum, minimum and quantile can be achieved.)
globle_kmeans
- 全局k-means算法,可有效解决传统k-means算法受初始点影响的缺陷,该方法可获得数据稳定的聚类结果。