-
Python机器学习实践指南与源代码
说明: Python,机器学习实践参考书 ,是入门机器学习的好书。(Python, Machine Learning Practice Reference Book)
- 2019-04-26 11:10:34下载
- 积分:1
-
week5
说明: 吴恩达第五周作业。学习算法分两部分进行理解,第一部分是根据code对算法进行综述,第二部分是代码(The learning algorithm is divided into two parts, the first part is to summarize the algorithm according to the code, the second part is the code)
- 2020-04-13 10:29:47下载
- 积分:1
-
byte-of-python-chinese-edition.pdf
简明python教程 《A Byte of Python》是一本由 Swaroop C H 编写,旨在于介绍如何使用 Python 语言进行编
程的自由图书。它以教材与指南的形式为入门者介绍 Python 语言。如果你对电脑知识的了解
仅限于如何保存文本文件的话,那这本书就是为你准备的。(Concise Python tutorials)
- 2018-04-15 18:26:18下载
- 积分:1
-
可爱的Python(高清中文版)
可爱的Python电子书,高清原创共享发福利了(Lovely Python eBook, share knowledge)
- 2018-01-01 11:43:21下载
- 积分:1
-
python实现简易spice仿真器
利用python实现了一个简易的spice仿真器,支持电阻、电容、电感、电压源、电流源等线性元件和二极管、MOSFET非线性元件的解析和仿真,支持.op、.dc、.ac、.tran仿真命令。
- 2022-01-25 22:17:02下载
- 积分:1
-
程序
基于tensorflow框架下的汉字毛笔字风格迁移(Style Transfer of Chinese Character Brush Characters Based on Tenorflow Framework)
- 2020-06-19 03:40:02下载
- 积分:1
-
Python数据分析基础教程:NumPy学习指南.第2版
说明: python数据分析基础教程,为实现利用python进行数据分析提供基础入门介绍(The basic course of Python data analysis provides a basic introduction to the implementation of data analysis with Python)
- 2020-06-03 16:41:04下载
- 积分:1
-
pyQQstates
QQ机器人在线状态监测-通过QQ官方QQ在线状态图标 用PYTHON控制机器人的下线重启,保证通用机器人24小时.(QQ Robot-line condition monitoring- the official QQ by QQ online status icon in control of the robot off the assembly line with the PYTHON restart, ensuring universal robot for 24 hours.)
- 2009-11-30 10:26:06下载
- 积分:1
-
python svm 手写体识别 moist
用python 做的手写体识别,用的是mnist数据集,用sklearn 实现的,这个库里自带了svm实现。我就直接用了。。。。。。。。。。。。。。。
- 2022-11-10 04:20:05下载
- 积分: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