-
Python基础教程(第3版)高清英文版.pdf
说明: python经典教程,想要学习Python脚本语言的可以研究研究(Python course. You can learn more about python.)
- 2020-06-18 02:40:02下载
- 积分:1
-
在 Python 中的引力搜索算法
本代码实现引力搜索算法在 python,可以用于解决优化问题。
- 2022-04-13 08:11:27下载
- 积分:1
-
djangobook
django book for developing networking applications
- 2014-11-26 23:11:25下载
- 积分:1
-
wenjuan
python gui开发基础,一些简单的pythonGUI代码(the base of python GUI)
- 2020-06-21 12:20:02下载
- 积分:1
-
Train
说明: CNN训练模型,可以快速训练已有图片,下载者需自行调整文件路径即可。(CNN Training Model,It can train existing pictures quickly, and downloaders need to adjust the file path by themselves.)
- 2020-06-19 21:20:02下载
- 积分:1
-
imageshot
说明: This is about image programming.
- 2020-06-23 11:40:02下载
- 积分:1
-
cnn
基于python tensorflow框架构建的卷积神经网络用来识别图像,附带训练数据集的制作代码。(The convolution neural network based on the python tensorflow framework is used to identify images with the production code of the training data set.)
- 2018-02-10 00:06:09下载
- 积分:1
-
PSO-SVM
用粒子群算法优化SVM中惩罚系数C和高斯核函数g的参数(Using particle swarm optimization to optimize parameters of penalty coefficient C and Gauss kernel function g in SVM)
- 2018-04-20 10:25:41下载
- 积分:1
-
模糊聚类分析法
1、选择统计指标
2、标定
接下来要对统计指标的数据进行处理,使之便于分析和 比较.根据实际情况按一个准则或某一种方法,给论域U中的元素两两之间都赋以区间 [0,1]内的一个数, 叫做相似系数。
3、聚类方法
传递闭包法,根据所得的模糊相似矩阵R,求出其传递闭包t(R)
- 2022-07-13 16:09:56下载
- 积分:1
-
knn
说明: 以图像处理和knn算法为基础,利用knn算法,在python开发环境中设计了一个手写数字识别系统,该系统采用28*28的模板对图新分成784块提取手写数字的784个特征,在二值图像数据基础上,通过朴素贝叶斯分类器算法,对0~9这十类手写数字进行学习和分类。(Based on image processing and KNN algorithm, a handwritten digit recognition system is designed in Python development environment by using KNN algorithm. The system uses 28*28 template to divide the graph into 784 blocks to extract 784 features of handwritten digits. On the basis of binary image data, it learns and classifies the ten types of handwritten digits, 0-9, through Naive Bayesian classifier algorithm.)
- 2019-04-29 11:06:29下载
- 积分:1