员工流失-原因和解释 留住人才与留住人才同等重要,而且可能会花更多的时间和金钱,这是因为花了一些时间和金钱来使某个工人适应您的环境和公司。 因此,我认为瞥一眼决定离开公司的工人的主要特征是我们值得的。 为了检查这一事实,我将使用位于Employee Attrition数据集,因为它包含专门为此用例收集的数据。 本研究中使用的版本也专门存储在文件夹data /中,因为网站上的文件可能会随着时间而变化,并且与此处所检查的版本不符。 档案结构 data / :分析中使用的数据集的版本。 doc / :由于具有嵌入式图形,因此使用HTML文档,并提供研究的结果和主要结论。 src / :项目中使用的代码,.Rmd格式。 参考
2022-11-23 20:08:46 1.75MB data-science machine-learning r ml
1
完善的机器学习:笔记,练习和Jupyter笔记本 在下面,您将找到补充第二版《机器学习精炼》(剑桥大学出版社出版)的一系列资源。 目录 小部件样本和我们的教学法 我们相信,只有对以下三个问题中的每一个回答都是肯定的,才能精通某种机器学习概念/主题。 Intuition你能用一个简单的图景描述这个想法吗? Mathematical derivation您可以用数学符号表达直觉并推导基础模型/成本函数吗? Implementation您可以在不使用高级库的情况下使用Python这样的编程语言对派生代码进行编码吗? Intuition comes first. 直观的飞跃先于知识的飞跃,因此,我们在书中包括了300多种彩色插图,这些彩色插图经过精心设计,可以直观地掌握技术概念。 这些插图中的许多是动画的快照,这些动画显示了某些算法的收敛性,某些模型从不完全拟合到过度拟合的演变等。可以使用动画(与静态图形相对)来最好地说明和理解此类概念。 您可以在此存储库中找到大量这样的动画-您也可以通过这些注释的原始Jupyter笔记本版本来修改自己。 这里只是几个例子: 交叉验证(回归)
1
The Encyclopedia of Big Data Technologies provides researchers, educators, students and industry professionals with a comprehensive authority over the most relevant Big Data Technology concepts. With over 300 articles written by worldwide subject matter experts from both industry and academia, the encyclopedia covers topics such as big data storage systems, NoSQL database, cloud computing, distributed systems, data processing, data management, machine learning and social technologies, data science. Each peer-reviewed, highly structured entry provides the reader with basic terminology, subject overviews, key research results, application examples, future directions, cross references and a bibliography. The entries are expository and tutorial, making this reference a practical resource for students, academics, or professionals. In addition, the distinguished, international editorial board of the encyclopedia consists of well-respected scholars, each developing topics based upon their expertise.
2022-11-21 23:52:34 46.02MB 大数据 百科全书
1
isomap降维matlab代码通过保留距离的期望实现数据可视化 介绍 这个Matlab软件包在降维方面实现了机器学习算法。 它是完全用Matlab语言编写的。 有一个外部依赖关系和更快的-SVD,在此软件包中,C ++附带了benn mex。 注意:此软件包需要Matlab R2018b或更高版本。 为了便于处理此代码,建议您下载。 该演示中的一些玩具 filenames = { ' Circle ' , ' two_moon ' , ' tree_300 ' , ' Spiral ' , ' three_clusters ' , ' DistortedSShape ' }; 比较val的方法如下 'Isomap', 'LLE', 'Laplacian', 'MVU', 'CCA', 'LPP', 'NPE', 'LLTSA' 聚类结果 载入中
2022-11-21 15:30:01 632KB 系统开源
1
数据压缩教程!-Data compression tutorial!
2022-11-21 15:04:17 47KB 数据压缩
1
专栏-“数据挖掘”的data
2022-11-21 11:26:06 77.55MB 练习数据
1
Named Data Networking Naming and Routing Design
2022-11-19 03:02:15 626KB 研究论文
1
Feature Engineering for Machine Learning and Data Analytics (Chapman & Hall/CRC Data Mining and Knowledge Discovery Series) ISBN-10 书号: 1138744387 ISBN-13 书号: 9781138744387 Edition 版本: 1 出版日期: 2018-04-04 pages 页数: 418 Chapter 1 Preliminaries and Overview Guozhu Dong and Huan Liu Part I Feature Engineering for Various Data Types Chapter 2 Feature Engineering for Text Data Chase Geigle, Qiaozhu Mei, and ChengXiang Zhai Chapter 3 Feature Extraction and Learning for Visual Data Parag S. Chandakkar, Ragav Venkatesan, and Baoxin Li Chapter 4 Feature-Based Time-Series Analysis Ben D. Fulcher Chapter 5 Feature Engineering for Data Streams Yao Ma, Jiliang Tang, and Charu Aggarwal Chapter 6 Feature Generation and Feature Engineering for Sequences Guozhu Dong, Lei Duan, Jyrki Nummenmaa, and Peng Zhang Chapter 7 Feature Generation for Graphs and NetworksYuan Yao, Hanghang Tong, Feng Xu, and Jian Lu Part lI General Feature Engineering Techniques Chapter 8 Feature Selection and Evaluation Yun Li and Tao Li Chapter 9 Automating Feature Engineering in Supervised Learning Udayan Khurana Chapter 10 Pattern-Based Feature Generation Yunzhe Jia, James Bailey, Ramamohanarao Kotagiri, and Christopher Leckie Chapter 11 Deep Learning for Feature Representation Suhang Wang and Huan Liu Part ll Feature Engineering in Special Applications Chapter 12 Feature Engineering for Social Bot Detection Onur Varol, Clayton A. Davis, Filippo Menczer, and Alessandro Flammini Chapter 13 Feature Generation and Engineering for Software Analytics Xin Xia and David Lo Chapter 14 Feature Engineering for Twitter-Based Applications Sanjaya Wijeratne, Amit Sheth, Shreyansh Bhatt, Lakshika Balasuriya, Hussein S. Al-Olimat, Manas Gaur, Amir Hossein Yazdavar, Krishnaprasad Thirunarayan Index
2022-11-18 14:53:08 22.18MB Machine lear
1
华为云FusionSphere虚拟化彩页Data Sheet.pdf
2022-11-18 14:37:35 3.39MB
1
废话不多说了,直接给大家贴代码了,具体内容如下所示: // js [removed] function myBtn_f() { var cnt = $('#myCnt').val(); syncAjax('myAjax.html', { 'cnt' : cnt }, function(result) { if (100 == result.statusCode) { var data = result.lst; var $d = $('#myDiv'); alert("[" + data + "]"); for ( var i = 0; i <
2022-11-17 22:21:11 29KB ajax alert data
1