-
1
说明: 自定义卷积核,用numpy完成图像卷积运算,生成对应特征图(Customizing convolution kernel, using numpy to complete image convolution operation, generate corresponding feature map)
- 2020-04-17 23:12:08下载
- 积分:1
-
Python核心编程
python 核心编程的pdf,需要的下载吧(Core programming of python)
- 2017-09-16 18:52:19下载
- 积分:1
-
猜拳游戏
说明: 猜拳游戏Python实现。
猜拳游戏规则:
石头:握紧的拳头。
剪子:或称“剪刀”,中指和食指伸直,其余手指握紧。
布:五指伸直,张开手掌。手心向下,或向上,或竖直(拇指向上)。
每一个手势代表一个“武器”,互相克制的原则是:剪子剪不动石头(石头胜利);布被剪子剪开(剪子胜利);石头被布包裹(布胜利)。如果双方出示了一样的手势,就是平局。(Application of Guess boxing game with Python)
- 2020-06-21 01:40:01下载
- 积分:1
-
OpenCV-Python-Toturial-中文版
说明: OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。(OpenCV is a cross-platform computer vision library based on BSD license (open source), which can run on Linux, Windows, Android and MacOS operating systems.)
- 2020-06-18 17:00:02下载
- 积分:1
-
机器学习之AdaBoost原理与代码实现
说明: Adaboost体现的是“三个臭皮匠,胜过一个诸葛亮”,它是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),
然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)(Adaboost embodies "three smelly cobblers are better than one Zhuge Liang". It is an iterative algorithm. Its core idea is to train different classifiers (weak classifiers) for the same training set. Then these weak classifiers are combined to form a stronger final classifier (strong classifier).)
- 2020-06-17 02:20:02下载
- 积分:1
-
《Python基础教程(第3版).pdf
python基础课程;python是一种计算机编程语言。作为一种面向对象的动态类型化语言,它最初被设计用来编写自动脚本(shell)。随着版本的更新和新语言功能的增加,它越来越多地被用于独立的大型项目的开发中。(Python Basic Course; Python is a computer programming language. As an object-oriented dynamic typed language, it was originally designed to write automated scripts (shells). With the updating of versions and the addition of new language functions, it is increasingly used in the development of independent, large-scale projects.)
- 2020-06-18 02:20:01下载
- 积分:1
-
deep-clustering-master 中文
说明: 用于语音分离 监督学习 直接可以调用 使用tmit数据集 进行测试(Unsupervised learning for speech separation)
- 2019-05-29 23:19:55下载
- 积分:1
-
Python机器学习实践:测试驱动的开发方法
说明: Python机器学习实践:测试驱动的开发方法(Python machine learning practice: Test Driven Development Method)
- 2020-12-09 19:05:32下载
- 积分:1
-
tensorflow-fcn-master
说明: 卷积网络正在推动着图像识别方面的进步,其不仅改进了整体图像的分类效果,而且在具有结构化输出的局部任务上也取得了进步,包括边界框目标检测,关键点预测等。
自然下一步是改进在像素级别上的预测。其实,以前的方法已经使用卷积网络进行语义分割任务,其中每个像素都被标记为属于目标或属于其他区域,但让具有缺点。
FCN和CNN的区别:CNN卷积层之后连接的是全连接层;FCN卷积层之后仍连接卷积层,输出的是与输入大小相同的特征图,提出一个端到端,像素对像素的全卷积网络用于语义分割任务(Convolution network is promoting the progress of image recognition. It not only improves the classification effect of the whole image, but also makes progress in the local tasks with structured output, including boundary box target detection, key point prediction and so on.
The natural next step is to improve prediction at the pixel level. In fact, previous methods have used convolutional networks for semantic segmentation tasks, in which each pixel is marked as belonging to the target or other regions, but it has disadvantages.
The difference between FCN and CNN: CNN convolution layer is connected with full connection layer after CNN convolution layer; FCN convolution layer is still connected with convolution layer after FCN convolution layer, and the output is the same as the input size of feature map. An end-to-end, pixel to pixel full convolution network is proposed for semantic segmentation task)
- 2020-09-18 19:48:18下载
- 积分:1
-
python进制之间互相转换
进制之间互相转换(支持、八进制、二进制、十六进制、十进制之间转换)
- 2021-08-01 00:31:04下载
- 积分:1