登录
首页 » python » 编码数据在均值

编码数据在均值

于 2022-01-24 发布 文件大小:6.41 kB
0 95
下载积分: 2 下载次数: 1

代码说明:

此代码包含ML代码实现的手段和K-均值实现实现

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1-Python
    说明:  Python Essential Reference, Second Edition
    2020-06-24 17:40:02下载
    积分:1
  • TCN-master
    说明:  针对序列信号分类识别Classification and recognition of sequence signals(Classification and recognition of sequence signals)
    2020-05-31 23:48:15下载
    积分:1
  • 将图片制作成内存对象数据集
    说明:  制作对象数据集,有利于卷积神经网络的实现(Making object data set is beneficial to the realization of convolutional neural network)
    2019-11-28 10:06:25下载
    积分:1
  • code
    MIT的EECS学院本科新生入学第一门课程introduction_to_cs&programming的作业答案,也是学习python语言和计算机科学很好的资料。(Institute of MIT' s EECS undergraduate admission first course introduction_to_cs & programming operating the answer is to learn good python language and computer science information.)
    2010-09-20 20:40:49下载
    积分:1
  • Ch03
    Python 机器学习与实战 第三章 决策树分类问题(Python Machine Learning and practical decision tree classification Chapter III)
    2016-06-11 16:10:17下载
    积分:1
  • 高德地图58租房(项目源码下载)-Python项目开发案例集锦12.zip
    高德地图58租房(项目源码下载)-Python项目开发案例集锦12.zip
    2019-09-22下载
    积分:1
  • 《Python数据挖掘入门与实践》高清中文版
    《Python数据挖掘入门与实践》高清中文版 本书作为数据挖掘入门读物,介绍了数据挖掘的基础知识、基本工具和实践方法,通过循序渐进地讲解算法,带你轻松踏上数据挖掘之旅。本书采用理论与实践相结合的方式,呈现了如何使用决策树和随机森林算法预测美国职业篮球联赛比赛结果,如何使用亲和性分析方法推荐电影,如何使用朴素贝叶斯算法进行社会媒体挖掘,等等。本书也涉及神经网络、深度学习、大数据处理等内容。本书面向愿意学习和尝试数据挖掘的程序员。("Python Data Mining Getting Started and Practice" HD Chinese version As a primer on data mining, this book introduces the basic knowledge, basic tools and practical methods of data mining. By step-by-step explanation of the algorithm, you can easily embark on the journey of data mining. This book uses a combination of theory and practice, showing how to use the decision tree and random forest algorithm to predict the results of the American professional basketball league game, how to use the affinity analysis method to recommend movies, how to use the naive Bayesian algorithm for social media mining ,and many more. This book also covers neural networks, deep learning, big data processing and more. This book is for programmers who are willing to learn and experiment with data mining.)
    2019-05-19 03:10:32下载
    积分:1
  • tingdownload-master
    从百度上下载音乐的脚本,需要用到python2.x的库。(download music from music.baidu.com)
    2013-12-05 19:04:01下载
    积分:1
  • 森林结构参数提取
    提取森林结构参数 #读取冠层高度模型CHM raster = gdal.Open("./chm.tif") banddataraster = raster.GetRasterBand(1) dataraster = banddataraster.ReadAsArray() #对CHM进行高斯滤波,平滑数据 dataraster_gau = gaussian_filter(dataraster,sigma=1) #寻找CHM中的局部最大值作为分水岭的标记点 local_maxi = peak_local_max(dataraster_gau, indices=False) markers = ndi.label(local_maxi)[0] #利用分水岭算法进行分割,labels变量中存储了每个分割结果 labels = watershed(-dataraster_gau, markers, mask= dataraster_gau[:]>5) #利用matplotlib出图查看初步结果
    2022-02-13 18:03:00下载
    积分:1
  • 煎蛋网图片爬虫
    煎蛋网图片爬虫
    2020-06-22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载