-
程序
通过按钮控制灯,能开关,能停止,能接继电器(Control the light through a button)
- 2018-03-19 13:30:11下载
- 积分:1
-
pacman
说明: 使用python gui编写的pacman游戏。(pacman in python gui)
- 2020-03-29 12:51:05下载
- 积分:1
-
convlstm
实现卷积lstm的代码,也是从网上找的,大家可以参考(The code to implement convolutional LSTM is also found on the internet. You can refer to it.)
- 2019-04-17 19:18:13下载
- 积分:1
-
随机森林
说明: 用N来表示训练用例(样本)的个数,M表示特征数目。
输入特征数目m,用于确定决策树上一个节点的决策结果;其中m应远小于M。
从N个训练用例(样本)中以有放回抽样的方式,取样N次,形成一个训练集(即bootstrap取样),并用未抽到的用例(样本)作预测,评估其误差。
对于每一个节点,随机选择m个特征,决策树上每个节点的决定都是基于这些特征确定的。根据这m个特征,计算其最佳的分裂方式。
每棵树都会完整成长而不会剪枝,这有可能在建完一棵正常树状分类器后会被采用)。(N is used to represent the number of training cases (samples), and M is used to represent the number of features.
The number of input features m is used to determine the decision result of a node in the decision tree, where m should be far less than m.
From N training cases (samples), n times are sampled in the way of put back sampling to form a training set (i.e. bootstrap sampling), and the unselected cases (samples) are used to predict and evaluate the error.
For each node, m features are randomly selected, and the decision of each node in the decision tree is determined based on these features. According to these m characteristics, the best splitting mode is calculated.
Each tree will grow completely without pruning, which may be adopted after building a normal tree classifier).)
- 2021-01-28 13:47:33下载
- 积分:1
-
remane
这个python代码的主要作用是给文件里的很多图片进行重命名,即批量更改名称。(The main function of this python code is to rename many of the images in the file, namely batch change names.)
- 2017-12-25 20:14:53下载
- 积分:1
-
simulate-annealing-algorithm-master
说明: 本程序用于实现模拟退火算法计算最短路径问题,读取txt数据,最后计算出任意两点之间的距离(This program is used to realize simulated annealing algorithm to calculate the shortest path problem, read TXT data, and finally calculate the distance between any two points.)
- 2020-06-25 08:40:02下载
- 积分:1
-
TCP通讯
说明: TCP学习总结,及用python实现简单TCP(Summary of TCP Learning and Implementation of Simple TCP with Python)
- 2019-10-11 18:20:15下载
- 积分:1
-
基于神经网络和模态分析的桥梁损伤识别
基于模态分析理论和神金网络的损伤识别算法,包含架构和实际的应用程序说明。(Damage identification program)
- 2017-09-28 21:46:38下载
- 积分:1
-
Python-OBDII-扭矩 Lite 模拟器
测试手机 OBDII-Python 示例脚本模拟您的车辆在 Android 设备上与扭矩建兴一起使用时
- 2022-01-30 14:00:00下载
- 积分:1
-
subdomaindork
使用谷歌或Bing API子域找到指定域的子域(subdomain dork uses google or Bing API to find subdomains of a specified domain
)
- 2013-07-28 00:17:35下载
- 积分:1