-
任意弧计算半径
说明: 给出任意弧长,求计算该弧半径。输入弧长的高和两端直线长度,就可以得出半径(Arbitrary Arc for Radius)
- 2020-06-19 04:00:01下载
- 积分:1
-
MasteringMachineLearningWithscikit-learn
在这本书里,我们将看到一些机器学习的模型和算法。我们会介绍一些常用的机器学习任务和模型的效果评估方法。而这些模型和算法都是通过十分流行的Python机器学习库scikit-learn来完成,里面有许多机器学习的模型和算法,每个API都简单易用(In this book, we will look at some machine learning models and algorithms.We will introduce some commonly used methods for evaluating the effects of machine learning tasks and models.These models and algorithms are built using the popular Python machine learning library scikit-learn, which has many machine learning models and algorithms, and each API is easy to use)
- 2020-06-20 11:20:02下载
- 积分:1
-
rrcc6
说明: rc6 algorithm implimtiton
- 2020-11-16 05:22:24下载
- 积分:1
-
KDD99CupDataSet-SVM-master
说明: 筛选出发生在TCP层的Dos流量和normal流量 `get_train_data.py`
其中Dos流量的标签`'back.', 'land.', 'neptune.','smurf.', 'teardrop.', 'pod.'`
normal流量的标签`'normal.'`
生成文件`dos.kddcup.data.corrected.csv`
* 通过统计特征进行数据筛选 `wrap_up.py`
* 随机森林对特征重要性进行排序
折交叉验证(Filter out DOS traffic and normal traffic in TCP layer ` get_ train_ data.py `
The labels of DOS traffic are 'back', 'land', 'Neptune', 'Smurf', 'teardrop.'pod.'`
Label of normal traffic ''normal.'`
Generating files` dos.kddcup.data . corrected.csv `
*Data filtering through statistical features ` wrap_ up.py `
*Random forests rank the importance of features
Fold cross validation)
- 2021-02-24 21:16:19下载
- 积分:1
-
marchingcubes
图像分割中的marchingcubes 算法,能够生成最终的三维模型(marching cubes algorithm)
- 2018-03-14 15:11:44下载
- 积分:1
-
dsp
说明: 利用python进行数字信号处理的相关程序(Related programs of digital signal processing with Python)
- 2020-05-01 17:33:57下载
- 积分:1
-
Hopfield_my_1pic
说明: 实现一张图片的识别,其中图片是车标,网络是基于忆阻器的hopfield神经网络(Realize the recognition of a picture)
- 2020-04-21 16:46:40下载
- 积分:1
-
男声女声识别程序
k男声女声识别程序,识别出男性和女性声音,通过样本学习和对比,可以识别比较准确,是比较方不的一个工具
- 2023-02-10 10:00:03下载
- 积分:1
-
ACL 2020 论文
说明: ACL 2020图神经网络(GNN)相关论文——自动摘要。本文提出了一种基于图的异构神经网络抽取摘要算法(HeterSUMGraph),该算法除句子外,还包含不同粒度的语义节点。这些额外的结点起到句子之间的中介作用,丰富了句子之间的关系。(ACL 2020 graph neural network (GNN) related papers-automatic summary. This paper proposes a graph-based heterogeneous neural network extraction summary algorithm (HeterSUMGraph), which contains semantic nodes with different granularities in addition to sentences. These extra nodes act as an intermediary between sentences, enriching the relationship between sentences.)
- 2020-05-06 10:13:53下载
- 积分:1
-
采用深度学习中的残差网络进行图像融合
该资料利用了残差网络和ZCA进行图像融合,残差网络采用的是Res-net50,并配合着白化处理进行特征提取。此类融合算法利用了目前较为流行的深度学习,在融合效果上相比于传统的融合算法有不错的提高。缺点是缺乏一定的理论支撑。
- 2022-04-15 08:46:37下载
- 积分:1