-
批处理文件
【实例简介】配置批文件路径,根据匹配串匹配相关文件,进行复制保存
- 2021-08-11 00:31:01下载
- 积分:1
-
scrapy-master
scrapy,Python开发的一个快速、高层次的屏幕抓取和web抓取框架,用于抓取web站点并从页面中提取结构化的数据。(scrapy , the high speed web crawler)
- 2018-07-09 18:26:02下载
- 积分:1
-
采用Text_CNN进行文本分类
对于文本分类问题,常见的方法无非就是抽取文本的特征,比如使用doc2evc或者LDA模型将文本转换成一个固定维度的特征向量,然后在基于抽取的特征训练一个分类器。 然而研究证明,TextCnn在文本分类问题上有着更加卓越的表现。从直观上理解,TextCNN通过一维卷积来获取句子中n-gram的特征表示。TextCNN对文本浅层特征的抽取能力很强,在短文本领域如搜索、对话领域专注于意图分类时效果很好,应用广泛,且速度快,一般是首选;对长文本领域,TextCNN主要靠filter窗口抽取特征,在长距离建模方面能力受限,且对语序不敏感。
- 2022-08-24 09:25:35下载
- 积分:1
-
vae-master
基于贝叶斯变分法的自编码器VAE,以及由此生成的一个写诗机器人。(The self encoder VAE based on Bayes variational method and a poem writing robot generated therefrom.)
- 2018-05-19 19:07:03下载
- 积分:1
-
人脸识别
人脸检测和识别,录入人脸数据,识别未知人脸是否为录入的(Face Detection and Recognition, Entering Face Data, Recognizing whether an Unknown Face is Input)
- 2020-06-22 11:20:02下载
- 积分:1
-
test1
说明: 训练一个深度学习的循环神经网络,可实现获取公开数据集并进行训练,框架为Pytorch(Training a deep learning circular neural network can achieve the acquisition and training of open data sets, and the framework is Pytorch)
- 2019-05-28 23:05:09下载
- 积分:1
-
qb神经网络
从数据库获取车辆在一段时间内的所有行驶记录的相关数据,确定所需数据为GPS经纬度坐标和驾驶时长等,QB模型采用MDF的思想,其基本思想为:通过平均直接翻转距离函数定义两条轨迹之间的距离,两条轨迹需要具有相同的经纬度点数,具有相同点数的轨迹最大的优点是对轨迹距离成对计算,且相同轨迹之间具有更高的分辨率,对于轨迹聚类的结果有一定的优化。(Retrieved from the database cars all over a period of time, record the related data, determine the required data for the GPS latitude and longitude coordinates, and the driving time, QB model by adopting the idea of MDF, its basic idea is: flip directly by the average distance function definition of the distance between two trajectories, two tracks will have the same latitude and longitude points, and has the biggest advantages of the same points of trajectory track distance calculation in pairs, and has higher resolution, between the same trajectory for trajectory clustering results have certain optimization.)
- 2020-06-23 08:00:01下载
- 积分:1
-
Abaqus插件
说明: 1. 定义了刀具和工件结点的接触,并定义为默认“硬接触”
2. 工件上表面定义了自接触,防止切屑穿透工件上表面
3. 有些情况下可能产生工件右边界的部分结点卷曲后进入上表面,可以额外定义工件上表面与右边界部分结点(在右边界上,但是被切下来的部分结点)的接触算法这样就不会穿透了。(1. Defined the contact between tool and workpiece node, and defined as the default "hard contact".
2. Self-contact is defined on the upper surface of the workpiece to prevent the chip from penetrating the upper surface of the workpiece
3. In some cases, part nodes of the right boundary of the workpiece may curl into the upper surface, and the contact algorithm between the upper surface of the workpiece and the right boundary part node (the part node on the right boundary, but the part node cut off) can be defined in addition, so as not to penetrate.)
- 2020-10-28 16:17:59下载
- 积分:1
-
多线程抓取股票历史数据
使用python,获取上海和深圳股市的 历史股票数据,抓取历史股票数据,比较简单,多线程,下载快。
呵呵哈哈哈,使用python mysql数据库 excel等插件
- 2022-05-08 19:28:04下载
- 积分:1
-
ACO
说明: 基于ACO算法的路径规划算法,用python3.7实现,可直接运行(The path planning algorithm based on ACO algorithm is implemented by Python 3.7 and can run directly.)
- 2020-06-25 08:40:02下载
- 积分:1