资源列表
PYTHON
- 多无人协同任务分配程序平台,针对数学模型,属于matlab代码,优化的操作界面,可直接迁入使用!多无人协同任务分配程序平台,针对数学模型,属于matlab代码,优化的操作界面,可直接迁入使用!
雷达matlab仿真,波束形成,角度测量,跟踪等等
- 波形设计算法,阵列信号处理等相关知识的介绍仿真等(Introduction and Simulation of waveform design algorithm, array signal processing and other related knowledge)
数据挖掘各类算法
- apriori、id3、c4.5、fp树等算法的的python实现(Python implementation of apriori, id3, c4.5, FP Tree and other algorithms)
TianCheng-master_chusai_qingyu
- 2018年甜橙金融杯大数据建模大赛初赛方案:通过追踪时间、设备、ip和经纬度等属性的变化来建模判断UID是否为黑产链 ## 代码说明: - gen_stat_feat.py 统计特征 - gen_w2v_feat.py word2vec特征 - lgb_train.py lgb训练模型 两份特征建模加权8:2比例融合即可0.792+,单独统计特征加UID列建模即可0.795。(The preliminary scheme of the 2018 Sweet
用Python写网络爬虫
- Python爬虫教程及项目实战,你值得拥有。(Python crawler tutorial and project practice)
R语言实现粗糙集
- 利用R语言实现粗糙集,包括数据和例子,帮助理解各个函数的用途
KMeans
- 用matlab 实现了kmeans算法还附有评价指标计算(Matlab to achieve kmeans algorithm also attached to the evaluation index calculation)
Python for Data Analysis
- 利用python进行数据分析,英文书籍,从pandas库的数据分析工具开始利用高性能工具对数据进行加载、清理、转换、合并以及重塑;利用matpIotlib创建散点图以及静态或交互式的可视化结果;利用pandas的groupby功能对数据集进行切片、切块和汇总操作;处理各种各样的时间序列数据。(Starting from the data analysis tools of pandas database, high performance tools are used to load, clea
python源代码
- python入门到实践本书的相关资料,有源代码以及相关数据集
k-means-for-iris
- 利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果(The matlab program of clustering iris samples by K-means clustering, including source code, sample data and clustering results)
ml_homework_1
- 此代码使用python中的sklearn实现了对uci中spambase垃圾邮件数据集的分类(This code uses sklearn in Python to realize the classification of spam dataset in UCI)
共享单车数据挖掘Python源码
- 关于使用Python进行共享单车数据挖掘,数据分析源码,包括数据清洗,可视化等