登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:Python
  2. 代码类别:其他
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. sap-backend-master

说明:  这个程序用来实现排课,利用的是·遗传算法,但这只是一个简单的程序(to deal with timetable scheduing)

3
下载
121
浏览
2019-05-18发布

2. 练习

  python编程约40例,有词频统计、读写文件、有网络爬虫、绘制图像等例程(Python programming about 40 examples, including word frequency statistics, reading and writing files, network crawlers, drawing images and other routines)

1
下载
185
浏览
2019-05-17发布

3. 练习

说明:  python编程约40例,有词频统计、读写文件、有网络爬虫、绘制图像等例程(Python programming about 40 examples, including word frequency statistics, reading and writing files, network crawlers, drawing images and other routines)

5
下载
233
浏览
2019-05-17发布

4. Clustering

  1) 使用凝聚型层次聚类算法(即最小生成树算法)对所有数据点进行聚类,最后聚成3类。相异度定义方法可选择single linkage、complete linkage、average linkage或者average group linkage中任意一种。 2) 使用C-Means算法对所有数据点进行聚类。C=3。 任务2(必做): 使用高斯混合模型(GMM)聚类算法对所有数据点进行聚类。C=3。并请给出得到的混合模型参数(包括比例??、均值??和协方差Σ)。 任务3(全做): 1) 参考数据文件第三列的类标签,使用聚类有效性评价的外部方法Normalized Mutual Information指标,分别计算任务1和任务2聚类结果的有效性。 2) 使用聚类有效性评价的内部方法Xie-Beni指标,分别计算任务1和任务2聚类结果的有效性。(The main results are as follows: 1) the condensed hierarchical clustering algorithm (that is, the minimum spanning tree algorithm) is used to cluster all the data points, and finally it is grouped into three categories. Any of the single linkage,complete linkage,average linkage or average group linkage methods can be selected for the definition of dissimilarity. 2) using C-Means algorithm to cluster all data points. C = 3.)

5
下载
143
浏览
2019-05-16发布

5. Clustering

说明:  1) 使用凝聚型层次聚类算法(即最小生成树算法)对所有数据点进行聚类,最后聚成3类。相异度定义方法可选择single linkage、complete linkage、average linkage或者average group linkage中任意一种。 2) 使用C-Means算法对所有数据点进行聚类。C=3。 任务2(必做): 使用高斯混合模型(GMM)聚类算法对所有数据点进行聚类。C=3。并请给出得到的混合模型参数(包括比例??、均值??和协方差Σ)。 任务3(全做): 1) 参考数据文件第三列的类标签,使用聚类有效性评价的外部方法Normalized Mutual Information指标,分别计算任务1和任务2聚类结果的有效性。 2) 使用聚类有效性评价的内部方法Xie-Beni指标,分别计算任务1和任务2聚类结果的有效性。(The main results are as follows: 1) the condensed hierarchical clustering algorithm (that is, the minimum spanning tree algorithm) is used to cluster all the data points, and finally it is grouped into three categories. Any of the single linkage,complete linkage,average linkage or average group linkage methods can be selected for the definition of dissimilarity. 2) using C-Means algorithm to cluster all data points. C = 3.)

8
下载
174
浏览
2019-05-16发布

6. scfdma

  trubo code with sova algoritm in matlab

0
下载
92
浏览
2019-05-15发布

7. scfdma

说明:  trubo code with sova algoritm in matlab

0
下载
130
浏览
2019-05-15发布

8. kalman

  基于卡尔曼滤波的变形监测数据处理的python程序(Data Processing of Deformation Monitoring Based on Kalman Filter)

3
下载
108
浏览
2019-05-14发布

9. kalman

说明:  基于卡尔曼滤波的变形监测数据处理的python程序(Data Processing of Deformation Monitoring Based on Kalman Filter)

5
下载
90
浏览
2019-05-14发布

10. sort_0.7

  Sorting m3u files, for iptv

0
下载
107
浏览
2019-05-13发布

11. sort_0.7

说明:  Sorting m3u files, for iptv

0
下载
94
浏览
2019-05-13发布

12. Python与机器学习实战

  python与机器学习实战教程,机器学习通过Python语言实现,通过大量的实例再现机器学习强大的生命力(Python and Machine Learning Practical Course. Machine Learning is realized by Python Language, and the powerful vitality of machine learning is reappeared through a large number of examples.)

3
下载
173
浏览
2019-05-13发布

13. Python与机器学习实战

说明:  python与机器学习实战教程,机器学习通过Python语言实现,通过大量的实例再现机器学习强大的生命力(Python and Machine Learning Practical Course. Machine Learning is realized by Python Language, and the powerful vitality of machine learning is reappeared through a large number of examples.)

4
下载
200
浏览
2019-05-13发布

14. kaggle_diabetic-master

  A commented bash script to generate our final 2nd place solution can be found in make_kaggle_solution.sh. Running all the commands sequentially will probably take 7 - 10 days on recent consumer grade hardware. If you have multiple GPUs you can speed things up by doing training and feature extraction for the two networks in parallel. However, due to the computationally heavy data augmentation it may be far less than twice as fast especially when working with 512x512 pixel input images. You can also obtain a quadratic weighted kappa score of 0.839 on the private leaderboard by just training the 4x4 kernel networks and by performing only 20 feature extraction iterations with the weights that gave you the best MSE validation scores during training. The entire ensemble only achieves a slightly higher score of 0.845.

0
下载
160
浏览
2019-05-11发布

15. kaggle_diabetic-master

说明:  A commented bash script to generate our final 2nd place solution can be found in make_kaggle_solution.sh. Running all the commands sequentially will probably take 7 - 10 days on recent consumer grade hardware. If you have multiple GPUs you can speed things up by doing training and feature extraction for the two networks in parallel. However, due to the computationally heavy data augmentation it may be far less than twice as fast especially when working with 512x512 pixel input images. You can also obtain a quadratic weighted kappa score of 0.839 on the private leaderboard by just training the 4x4 kernel networks and by performing only 20 feature extraction iterations with the weights that gave you the best MSE validation scores during training. The entire ensemble only achieves a slightly higher score of 0.845.

0
下载
190
浏览
2019-05-11发布

16. mnist

  用深度学习的方法识别数字,神经网络使用CNN,数据集mnist(Identification number)

1
下载
108
浏览
2019-05-09发布

17. selectpic

说明:  图片标签程序代码,用于机器学习标签制作数据训练集。(Photo Label Program)

2
下载
68
浏览
2019-05-09发布

18. 三款游戏

  PYTHON入门游戏学习源码 贪吃蛇、大富翁、小人躲球,通过pygame模块编写,质量高可运行(PYTHON introductory game learning source code snake, billionaire, dodge ball, through the pyGame module, high quality and operational)

0
下载
89
浏览
2019-05-08发布

19. 三款游戏

说明:  PYTHON入门游戏学习源码 贪吃蛇、大富翁、小人躲球,通过pygame模块编写,质量高可运行(PYTHON introductory game learning source code snake, billionaire, dodge ball, through the pyGame module, high quality and operational)

1
下载
93
浏览
2019-05-08发布

20. Python机器学习算法—赵志勇

  Python机器学习算法—赵志勇,包含电子版书籍和随书代码,供大家学习。(Python Machine Learning Algorithms - Zhao Zhiyong, including electronic books and accompanying codes for everyone to learn.)

1
下载
91
浏览
2019-05-08发布