-
Python数据分析
数据分析(Python language learning data analysis)
- 2018-12-28 14:00:27下载
- 积分:1
-
pythonSVM支持向量机的实现.ipynb
SVM支持向量机的实现
- 2020-12-01下载
- 积分:1
-
中国地图源代码
超级好用,建议有一定前段基础和Python知识的人下载。亲测通过。
- 2023-06-12 13:50:04下载
- 积分:1
-
TEA-(2)
TEA算法的python实现,TEA是腾讯QQ用到的加密算法,很有价值,呵呵(Realization the TEA algorithm of python, TEA encryption algorithm used in Tencent QQ, valuable, Oh)
- 2013-01-16 10:14:01下载
- 积分:1
-
format
Ironpython客户端的初始化文件,可实现多种功能(Initial file for Ironpython client for a variety of functions)
- 2020-06-17 09:00:02下载
- 积分:1
-
Unet-master2
CN对图像进行像素级的分类,从而解决了语义级别的图像分割(semantic segmentation)问题。与经典的CNN在卷积层之后使用全连接层得到固定长度的特征向量进行分类(全联接层+softmax输出)不同,FCN可以接受任意尺寸的输入图像,采用反卷积层对最后一个卷积层的feature map进行上采样, 使它恢复到输入图像相同的尺寸,从而可以对每个像素都产生了一个预测, 同时保留了原始输入图像中的空间信息, 最后在上采样的特征图上进行逐像素分类。(CN classifies images at the pixel level, thus resolving the problem of semantic segmentation at the semantic level. Unlike classical CNN, which uses full-connection layer to get fixed-length feature vectors after convolution layer for classification (full-connection layer + soft Max output), FCN can accept any size of input image, and uses deconvolution layer to sample feature map of the last convolution layer to restore it to the same size of input image, so that each pixel can be generated. At the same time, the spatial information of the original input image is retained. Finally, the pixel-by-pixel classification is carried out on the feature map sampled above.)
- 2019-04-19 19:16:29下载
- 积分:1
-
MATLAB实现导向滤波
公式4给出的是利用卷积求图像偏导的公式,gx,gy可以是一阶的高斯导数离散化之后的模板,也可以是诸如sobel沿x和y方向的两个卷积核。根据公式3和上面给定的求导方向,我们可以设计出一个新的卷积核(5),专门用于凸出某一个方向的边缘
- 2022-01-26 05:19:23下载
- 积分:1
-
python接口测试脚本
这是我的python接口测试脚本,用python语言借助request包发送接口请求,本脚本先发送登录接口请求再从登录接口返回里提取AccessToken和ID作为下一个接口请求的参数。
- 2022-07-18 22:15:05下载
- 积分:1
-
手写体字符识别
简单的手写体字符识别,利用了k近邻和支持向量机算法(Simple handwritten character recognition, using the k nearest neighbor and support vector machine algorithm)
- 2017-11-24 11:23:02下载
- 积分:1
-
harris和sift特征提取匹配(python)
计算机视觉,局部图像描述子python实现harris角点检测,特征匹配,sift特征检测和匹配,可以直接运行,内附VLFeat工具包sift,立体图像的特征提取和匹配是机器人视觉定位的核心技术,立体图像的特征点的匹配精度直接影响视觉导航定位的精度。
- 2019-04-03下载
- 积分:1