-
YOLOv3
说明: 一篇关于yolo程序的高水平论文,可供参考。(A high-level paper on Yolo program can be used for reference.)
- 2018-12-29 13:13:32下载
- 积分:1
-
2_Q_Learning_maze
说明: 一个基于Q-learning的强化学习经典算法,实现机器人自动寻找目标位置(A classical reinforcement learning algorithm based on Q-learning, which can automatically find the target position of robot)
- 2019-11-29 01:03:19下载
- 积分:1
-
证书加密解密
说明: 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了
M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会
更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级
的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们
可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利
用生成的证书、私钥和公钥来实现加密解密及数字签名认证。(This experiment is based on a widely tested public encryption library to implement digital signature services. Here is the choice
The M2Crypto encryption library is implemented, and the M2Crypto encryption library can fully support the OpenSSL library, so it will
It's more convenient. And this library contains a RSA asymmetric encryption algorithm (M2Crypto.RSA), high level
The encryption and decryption interface (M2Crypto.EVP) can also operate the X.509 Certificate (M2Crypto.X509). We
A certificate, a public key file, and a private key file can be generated by the modules of the M2Crypto repository first, and the later will be beneficial.
The encrypted decryption and digital signature authentication are realized with the generated certificate, private key and public key.)
- 2017-12-20 16:39:40下载
- 积分:1
-
project_6_extended_kalman_filter
卡尔曼滤波在汽车上的应用,车道线识别跟踪,消失点,检测目标的识别跟踪(kalman_filter in car lane detection)
- 2017-06-21 14:01:47下载
- 积分:1
-
IoT-Sensor-Gym-master
说明: 利用强化学习进行环境交互,选择信道,实现无线网络的资源分配(Using reinforcement learning environment interaction, choose channel, wireless network resource allocation)
- 2020-12-08 16:29:12下载
- 积分:1
-
1
说明: 使用python第三方库requests访问高德地图开放web服务端,获取深圳市的桥梁和道路信息(Using Python third-party library requests to access the open web server of Gaode map to obtain the bridge and road information of Shenzhen city)
- 2020-08-20 16:17:00下载
- 积分:1
-
CMAPSS Segmentation
说明: python code for cmapss segmentation
- 2019-02-18 03:29:38下载
- 积分:1
-
cifar10_cnn
基于tensorflow实现的CNN,对cifar10数据进行学习识别。请自行下载github上tensorflow Model库,以便使用代码中的类。地址是https://github.com/tensorflow/models.git
- 2022-11-18 17:15:04下载
- 积分:1
-
bp
说明: 使用鸢尾花数据集,预测鸢尾花种类。并随机选取100个样本作为训练数据,剩下50个作为测试数据。设置输入层四个神经元,接收输入的四个向量数据。设置一层隐含层,使用sigmoi激活函数,此问题为三分类问题,输出层激活函数使用sigmoi函数,神经元个数设置为3个,本类别输出1,其余类别输出0。(Iris, using data sets to predict Iris species. 100 samples were randomly selected as training data, and the remaining 50 samples were used as test data. Four neurons in the input layer are set to receive the four vector data. Set a hidden layer and use the sigmoi activation function. This problem is a three classification problem. The output layer activation function uses the sigmoi function. The number of neurons is set to 3. This category outputs 1 and the other categories output 0.)
- 2020-11-17 17:03:43下载
- 积分:1
-
lsb
说明: LSB替换隐写软件,该软件能把ASCII码嵌入到图像中,其载体图像是24位的BMP格式图像(LSB replaces steganography software, which can embed ASCII code into image, and its carrier image is 24 bit BMP format image)
- 2021-04-26 20:08:45下载
- 积分:1