-
python 绘制三维直线图(plot 3d trajectory)
绘制三维直线图,将飞机飞行的航迹用(经度,纬度和高度)来描述
- 2021-03-20 23:19:17下载
- 积分:1
-
Python黑帽子 黑客与渗透测试编程之道
说明: 介绍了python黑客功防所需要使用的各个技术,及其方法(python Hacker defence)
- 2019-07-09 17:39:02下载
- 积分:1
-
采用Text_CNN进行文本分类
对于文本分类问题,常见的方法无非就是抽取文本的特征,比如使用doc2evc或者LDA模型将文本转换成一个固定维度的特征向量,然后在基于抽取的特征训练一个分类器。 然而研究证明,TextCnn在文本分类问题上有着更加卓越的表现。从直观上理解,TextCNN通过一维卷积来获取句子中n-gram的特征表示。TextCNN对文本浅层特征的抽取能力很强,在短文本领域如搜索、对话领域专注于意图分类时效果很好,应用广泛,且速度快,一般是首选;对长文本领域,TextCNN主要靠filter窗口抽取特征,在长距离建模方面能力受限,且对语序不敏感。
- 2022-08-24 09:25:35下载
- 积分:1
-
DevilYuan-master
说明: DevilYuan股票量化系统由python编写,支持python3.4及以上版本,有如下功能: 可视化(基于PyQT的界面) 多线程事件引擎 四大功能 股票数据 选股 策略回测(同时也支持向(Devilyuan stock quantification system is written by python, and supports Python 3.4 and above. It has the following functions: visualization (pyqt based interface) multi thread event engine, four major functions: stock data stock selection strategy back testing (also support to)
- 2021-04-09 18:18:59下载
- 积分:1
-
深度图
调用标定好的双目摄像机,利用其内外参数进行立体匹配,计算所拍图像的视差,产生深度图(Call the calibrated binocular camera, use its internal and external parameters for stereo matching, calculate the parallax of the captured image, and generate depth map)
- 2019-01-18 20:33:31下载
- 积分:1
-
Python
说明: Python code for DOA and microphone array 6 mic
- 2020-03-10 02:08:50下载
- 积分:1
-
05_tensorflow
说明: 使用python实现了分形数学的mandelbrot集合。优化了颜色。(mandelbrot model in fracial mathematics)
- 2020-02-20 11:51:05下载
- 积分:1
-
Artificial Intelligence and Machine Learning
说明: 这本书介绍了部分python基础并讨论了人工智能算法,读者将会学习到一些较难的数学话题,例如回归和分类(The book begins by introducing you to Python
and discussing the use of AI search algorithms. You will learn math-heavy
topics, such as regression and classification, illustrated by Python examples.)
- 2020-06-11 09:45:16下载
- 积分:1
-
fiberRandom
abaqus 插件,在abaqus程序中生成随机位置的纤维,需要指定数量、纤维半径、长度。(This file is a plugin of abaqus . It is used to generate fibers of random positions. Fiber number,radius,length are needed to input at first.)
- 2017-11-29 20:53:57下载
- 积分:1
-
程序
说明: 数模中求解偏微分方程时,在已知数据的基础上进行线性插值拟合。利用差分法求解该模型,先用网格划分区域,对 区域内部节点做泰勒展开。对偏导数进行离散化处理。(tthe solution to the PDE problem in mathematical modeling)
- 2019-06-22 18:21:45下载
- 积分:1