-
hr
说明: 人力资源数据分析练习,如果可以帮到您,请点赞(HR data analysis exercises)
- 2020-03-12 23:35:13下载
- 积分:1
-
knn算法,机器学习K-近邻算法
k近邻算法( kNN ),它的工作原理是:存在一个样本数据集合,也称作训练样本集,并且样本集中每个数据都存在标签,即我们知道样本集中每一数据 与所属分类的对应关系。输人没有标签的新数据后,将新数据的每个特征与样本集中数据对应的特征进行比较,然后算法提取样本集中特征最相似数据(最近邻)的分类标签。一般来说,我们只选择样本数据集中前砼最相似的数,这就是藤近邻算法中的出处,通常是不大于 20 的整数。 最后,选择个最相似数据中出现次数最多的分类,作为新数据的分类。
- 2022-04-15 18:32:52下载
- 积分:1
-
kmeans-master
说明: 用python实现二维和三维数据的k-均值聚类算法(Implementation of k-means clustering algorithm for 2D and 3D data with python)
- 2020-04-21 12:14:29下载
- 积分:1
-
SCO2 cycle
说明: sCO2 cycle simulation.
- 2020-12-16 11:29:12下载
- 积分:1
-
Learning Data Mining with Python
Python数据挖掘入门与实践
本书作为数据挖掘入门读物,介绍了数据挖掘的基础知识、基本工具和实践方法,通过循序渐进地讲解算法,带你轻松踏上数据挖掘之旅。本书采用理论与实践相结合的方式,呈现了如何使用决策树和随机森林算法预测美国职业篮球联赛比赛结果,如何使用亲和性分析方法推荐电影,如何使用朴素贝叶斯算法进行社会媒体挖掘,等等。本书也涉及神经网络、深度学习、大数据处理等内容。本书面向愿意学习和尝试数据挖掘的程序员。(Introduction and practice of Python data mining
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:08:27下载
- 积分:1
-
激子寿命
本程序用python计算激子寿命,处理vasp输出的后续程序(Calculations of exciton lifetime)
- 2021-02-21 00:09:43下载
- 积分:1
-
Ply解析(二进制OrAscii)
Ply解析文件,可以转换二进制和Ascii的Ply
- 2019-07-04下载
- 积分:1
-
flask--master
说明: flask简易框架介绍说明,实现工程的构建,基础架构的说明(Flash simple framework)
- 2020-04-16 22:57:54下载
- 积分:1
-
Make Your Own Python Text Adventure 2018
说明: Python入门书籍,最新版,简单易学。
Make Your Own Python Text Adventure_ A Guide to Learning Programming(Phillip Johnson (auth.) - Make Your Own Python Text Adventure_ A Guide to Learning Programming-Apress (2018))
- 2020-06-19 08:40:01下载
- 积分:1
-
getsourcecode
本软件用来获取网页源代码,是py程序。能够快速地获取网页源代码(This software is used to get the web page source code, py program.Fast access to the web page source code)
- 2013-05-05 11:29:15下载
- 积分:1