-
作品展示
说明: 利用Python,使用Arima模型对时间序列进行建模预测,结果中包含原始数据、建模全部代码以及预测结果可视化。(Using python, ARIMA model is used to model and predict time series. The results include raw data, modeling code and visualization of prediction results.)
- 2020-11-06 18:09:49下载
- 积分:1
-
rrcc6
说明: rc6 algorithm implimtiton
- 2020-11-16 05:22:24下载
- 积分:1
-
longitude and latitude
调用谷歌地图API,用于查询给定地址的经纬度,适合python新手学习(To find longitude and latitude)
- 2018-02-06 15:44:35下载
- 积分:1
-
knn算法,机器学习K-近邻算法
k近邻算法( kNN ),它的工作原理是:存在一个样本数据集合,也称作训练样本集,并且样本集中每个数据都存在标签,即我们知道样本集中每一数据 与所属分类的对应关系。输人没有标签的新数据后,将新数据的每个特征与样本集中数据对应的特征进行比较,然后算法提取样本集中特征最相似数据(最近邻)的分类标签。一般来说,我们只选择样本数据集中前砼最相似的数,这就是藤近邻算法中的出处,通常是不大于 20 的整数。 最后,选择个最相似数据中出现次数最多的分类,作为新数据的分类。
- 2022-04-15 18:32:52下载
- 积分:1
-
ComPQ
使用Python编写的基于pyqt的串口调试助手(Written in Python pyqt based serial debugging assistant)
- 2016-04-09 17:13:40下载
- 积分:1
-
AlgorithmsByPython-master
一些常见算法实现和牛客网以及leetcode刷题(Some Common Algorithms Implementing and Title Brushing)
- 2018-12-24 16:03:44下载
- 积分:1
-
study_flask
说明: python学习资料,学习flask笔记,python笔记(Pthon Learning Materials, Flask Notes, Pthon Notes)
- 2020-06-23 23:20:01下载
- 积分:1
-
icmpping
python实现ICMP ping命令,有详细注释
联系方式: sgc2589@163.com
- 2022-03-09 13:31:08下载
- 积分:1
-
python
python编程实现数据挖掘领域的经典算法:Apriori算法,实现对于关联规则的挖掘。文件中含有程序主体及测试数据集。(Classical data mining algorithms: Apriori algorithm for mining associated rules. Algorithm programmed in JAVA and test dataset are included.)
- 2014-09-22 20:23:20下载
- 积分:1
-
week1_basic_operations
说明: 图像变换基本操作,包括平移,变换,gamma调光,直方图均衡,透视与仿射变换等(Image basic change,include method of gamma,flatten,transform and so on.)
- 2020-03-26 14:05:18下载
- 积分:1