-
k近邻算法实现
k近邻算法实现,该算法有导师监督学习,可以对标签类的数据进行很好的分类处理,对科研或是工作给予极大的数据分析帮助,里面包括要分析的数据,核心代码有注释,方便阅读。
- 2022-11-19 08:05:04下载
- 积分:1
-
编码数据在均值
此代码包含ML代码实现的手段和K-均值实现实现
- 2022-01-24 14:06:46下载
- 积分:1
-
python django项目源码学生管理
python django项目源码学生管理
- 2021-05-06下载
- 积分:1
-
前言
一个图书管理系统,实现浏览图书,图书借阅,图书归还的功能
环境是python3.7.3,Djiango2.2.2 mysql8.0(A library management system, the realization of browsing books, books borrowing, books back to the function
37/5000
The environment is python3.7.3, Djiango2.2.2 mysql8.0)
- 2019-06-26 22:45:10下载
- 积分:1
-
Python科学计算最佳实践——SciPy指南(Elegant SciPy) 随书源代码及数据
Python科学计算最佳实践——SciPy指南(Elegant SciPy),包含代码和数据源 SciPy Python 源代码
- 2019-09-26下载
- 积分:1
-
week1_basic_operations
说明: 图像变换基本操作,包括平移,变换,gamma调光,直方图均衡,透视与仿射变换等(Image basic change,include method of gamma,flatten,transform and so on.)
- 2020-03-26 14:05:18下载
- 积分:1
-
opf
说明: 该程序基于python对电力系统仿真进行分析。(The program is based on Python to analyze the power system simulation.)
- 2020-09-29 20:31:38下载
- 积分:1
-
server 1.4
说明: 开启本地HTTP服务,并可以自定义端口,任意文件下载(Open the local HTTP service, and you can customize the port and download any file.)
- 2020-06-24 18:20:01下载
- 积分:1
-
plateRecognition-master
基于python和opencv的车牌识别,包括车牌提取和字符识别
1,plate.py为提取和识别图片里面的车牌号码
2,切割和识别第一步车牌图片里面的字符,提取特征(License plate recognition based on Python and opencv, including license plate extraction and character recognition
1. Plate.py is used to extract and identify the license plate number in the picture.
2. Cutting and recognizing the characters in the first step license plate image and extracting features)
- 2018-12-03 09:48:25下载
- 积分: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