This book is a comprehensive guide to machine learning with worked examples in MATLAB. It starts with an overview of the history of Artificial Intelligence and automatic control and how the field of machine learning grew from these. It provides descriptions of all major areas in machine learning. The book reviews commercially available packages for machine learning and shows how they fit into the field. The book then shows how MATLAB can be used to solve machine learning problems and how MATLAB graphics can enhance the programmer’s understanding of the results and help users of their software grasp the results. Machine Learning can be very mathematical. The mathematics for each area is introduced in a clear and concise form so that even casual readers can understand the math. Readers from all areas of engineering will see connections to what they know and will learn new technology. The book then provides complete solutions in MATLAB for several important problems in machine learning including face identification, autonomous driving, and data classification. Full source code is provided for all of the examples and applications in the book. What you'll learn An overview of the field of machine learning Commercial and open source packages in MATLAB How to use MATLAB for programming and building machine learning applications MATLAB graphics for machine learning Practical real world examples in MATLAB for major applications of machine learning in big data Who is this book for The primary audiences are engineers and engineering students wanting a comprehensive and practical introduction to machine learning. Table of Contents Part I Introduction to Machine Learning Chapter 1: An Overview of Machine Learning Chapter 2: The History of Autonomous Learning Chapter 3: Software for Machine Learning Part II MATLAB Recipes for Machine Learning Chapter 4: Representation of Data for Machine Learning in MATLAB Chapter 5: MATLAB Graphics: Chapter 6: Machine Learning Examples in
2021-11-18 15:10:34 9.87MB MATLAB Machine Learning
1
蛋白质网 ProteinNet是用于机器学习蛋白质结构的标准化数据集。 它提供蛋白质序列,结构(和),多个序列比对( ),位置特定的评分矩阵( ),以及标准化的拆分。 ProteinNet建立在两年期评估的基础上,该评估对最近解决但尚未公开获得的蛋白质结构进行盲目预测,以提供推动计算方法学前沿的测试集。 它被组织为一系列数据集,涵盖了CASP 7至12(涵盖十年),以提供一系列数据集大小,从而可以在相对数据贫乏和数据丰富的体制中评估新方法。 请注意,这是一个初步版本。 用于构建数据集的原始数据以及MSA尚未普遍可用。 但是,可应要求提供ProteinNet 12的原始MSA数据(4TB)
1
kaggle数据集 可供所有人使用的Kaggle数据集集合 系统 Python 3.5 Python 3.6 Python 3.7 Linux 苹果系统 视窗 有关Kaggle数据集的更多信息 import kaggledatasets as kd heart_disease = kd . structured . HeartDiseaseUCI ( download = True ) # Returns the pandas data frame to be used in Scikit Learn or any other framework df = heart_disease . data_frame () # Returns the tensorflow dataset type compatible with TF 2.0 dataset = heart_disease . load () for batch , label in dataset . take ( 1 ): for key , value in batch . items ():
1
umap:均匀流形逼近和投影
1
Multiple Kernel Extreme Learning Machine
2021-11-17 11:35:49 605KB 研究论文
1
COM6012可扩展机器学习-谢菲尔德大学 2021年Spring,(1-5)和(6-10) 在,我们将学习如何使用大规模的机器学习。 我们将使用我们大学的。 您必须使用连接到HPC。 该版本使用的 (2020年9月2日),并且在下面进行了10节。 您可以参考以获取更多信息,例如时间表和评估信息。 第一场:Spark和HPC简介 第2节:RDD,DataFrame,ML管道和并行化 专题三:可扩展的矩阵分解,用于推荐系统中的协同过滤 第四节:可扩展的k-means聚类和Spark配置 主题5:可伸缩的PCA,用于降维和Spark数据类型 第六节:高级决策树 第七讲:可扩展的逻辑回归 第八讲:可扩展的广义线性模型 主题9:可伸缩神经网络 第十部分:云中的Apache Spark( 客座演讲 您也可以下载以供预览或参考。 致谢 这些材料是参考以下资源构建的: 官方的。 注意:最新信息
2021-11-17 03:28:08 47.68MB machine-learning scalable-data-analysis Python
1
使用Python负责任的机器学习 训练可解释机器学习(ML)模型,解释ML模型以及调试ML模型的准确性,辨别力和安全性的技术示例。 概述 随着越来越多的经济体接受自动化和数据驱动的决策,使用人工智能(AI)和ML模型可能会变得越来越普遍。 尽管这些预测系统可能非常准确,但它们常常是难以理解且不受欢迎的黑匣子,它们仅产生数字预测,而没有附带的解释。 不幸的是,最近的研究和最近的事件引起了人们对脆弱的AI和ML系统中数学和社会学缺陷的关注,但是从业人员通常没有正确的工具来撬开ML模型并对其进行调试。 本系列笔记本介绍了几种方法,这些方法可以提高ML模型的透明度,责任感和可信赖性。 如果您是数据科学家或分析师,并且想要训练准确,可解释的ML模型,向您的客户或经理解释ML模型,测试这些模型的安全漏洞或社会歧视,或者您担心文档,验证或法规方面的问题要求,那么本系列Jupyter笔记本非常适合您! (
2021-11-16 23:21:24 10.74MB python data-science machine-learning data-mining
1
ATM机 使用python的ATM机器项目设计GUI Tkinter。
2021-11-16 20:04:30 38KB Python
1
假新闻检测器 欢迎分类为假新闻。 目标 端到端的机器学习管道将: 提取原始文本数据。 将原始文本数据处理为段落向量 将受过训练的有监督学习分类器应用于段落向量,以将原始文本标记为fake或not_fake fake 知识 比较当今使用的词嵌入应用程序的不同方法 在两者上都使用像Gensim这样的神经嵌入实现 词向量化和 段落矢量化 超调谐神经嵌入算法作为端到端流水线的一部分 使用标准的行业分类器,并将其与端到端管道集成 对多阶段机器学习管道进行故障排除 结构 (第一阶段)假新闻分类: 分类器应用程序伪造新闻文本。 嵌入代码是为学生事先准备的,因此他们可以专注于应用分类器基础知识。 将关注度量(精度,召回率,F1)和模型选择 (第2阶段)文本嵌入技术: 什么是Word2Vec,什么是Paragraph2vec 回顾历史策略以及word2vec为什么效果更好 TF IDF(历史简
2021-11-16 18:44:41 215.26MB machine-learning pipeline word2vec classification
1
- 笔记这是将该应用程序投入生产的示例,您应该使用celery或aws lambda。
2021-11-16 17:23:32 15.13MB machine-learning django keras image-classification
1