登入帳戶  | 訂單查詢  | 購物車/收銀台(0) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入   新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2024年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書

『簡體書』R语言机器学习 第3版(影印版)

書城自編碼: 3530646
分類:簡體書→大陸圖書→計算機/網絡程序設計
作者: Brett,Lantz 著
國際書號(ISBN): 9787564189549
出版社: 东南大学出版社
出版日期: 2020-08-01

頁數/字數: /
書度/開本: 16开 釘裝: 平装

售價:HK$ 155.8

我要買

share:

** 我創建的書架 **
未登入.


新書推薦:
超大城市生活垃圾分类处理技术与管理模式
《 超大城市生活垃圾分类处理技术与管理模式 》

售價:HK$ 118.8
九色鹿·松漠跋涉:辽金史学步
《 九色鹿·松漠跋涉:辽金史学步 》

售價:HK$ 108.7
出土文献与古书成书新研
《 出土文献与古书成书新研 》

售價:HK$ 96.8
内敛心态与唐末诗风
《 内敛心态与唐末诗风 》

售價:HK$ 85.8
中外建筑史(周承君)
《 中外建筑史(周承君) 》

售價:HK$ 96.8
英美公司信义法基础
《 英美公司信义法基础 》

售價:HK$ 215.6
花园集 庭院景观设计8
《 花园集 庭院景观设计8 》

售價:HK$ 76.8
嫦娥四号科学研究创新成果
《 嫦娥四号科学研究创新成果 》

售價:HK$ 987.8

 

編輯推薦:
机器学习的核心是将数据转换为可操作的知识。R语言提供了一组强大的机器学习方法,可以轻松且快速地从数据中获取相关信息。
这本R语言数据科学经典之作的第3版,提供了更新且更好的库、关于机器学习中的伦理和偏差问题的建议以及深度学习的介绍。在数据中寻找强大的新见解,通过R语言揭示机器学习。
你将从本书中学到:
探索机器学习的起源以及计算机究竟是如何通过实例进行学习的
使用R语言为机器学习工作准备数据
使用*近邻和贝叶斯方法对重要结果进行分类
使用决策树、规则和支持向量机预测未来事件
使用回归方法预测数字数据并估算财务价值
用人工神经网络深度学习的基础来为复杂过程建模
避免机器学习模型中的偏差
评估模型并提高其性能
将R连接到SQL数据库以及新兴大数据技术,例如Spark、H20和TensorFlow
內容簡介:
《R语言机器学习 第3版(影印版)》提供了具备良好可读性的实践指南,帮助你将机器学习应用于实际问题。无论你是经验丰富的R语音用户还是刚接触这门语言的新手,从Brett Lantz这里都可以学到发掘关键见解、做出新的预测并可视化你的发现所需的一切。
目錄
●Preface
Chapter I-Introducing Machine
The origins of machine learning
Uses and abuses of machine learning
Machine learning successes
The Iimits of machine Iearning
Machine learning ethics
How machines Iearn
Data storage
Abstraction
GeneraIizatiOn
Evaluation
Machine learning in practice
Types ofinput data
Types of machine learning algorithms
Matching input data to algorithms
Machine learning with R
Installing R packages
Loading and unloading R packages
Installing RStudio
Summary
Chapter 2-Managing and Understanding Data
R data structures
Vectors
Factors
Lists
Data frames
Matrices and arrays
Managi ng data with R
Saving,loading,and removing R data structures
Importing and saving data frOm CSV files
Exploring and understanding data
Exploring the structure of data
Exploring numeric variables
Measuring the central tendency-mean and median
Measuring spread-quartiles and the five-number summary
Visualizing numeric variables-boxplots
Visualizing numeric variables-histograms
Understanding numeric datauniform and normal distributions
Measuring spread-variance and standard deviation
Exploring categorical variables
Measuring the central tendency-the mode
Exploring relationships between variables
Visualizing relationships-scatterplots
Examining relationships-two--way cross_tabulations
Summary
Chapter 3-Lazy Learning-Classification Using
Nearest Neiors
Understanding nearest neior classification
The k.NN algorithm
Measuring similarity with distance
Choosing an appropriate k
Preparing data for use with k-NN
Why is the k-NN algorithm lazy?
Examplediagnosing breast cancer with the k-NN algorithm
Step 1-collecting data
Step 2-exploring and preparing the data
Transformation-normalizing numeric data
Data preparation-creating training and test datasets
Step 3-training a modeI on the data
Step 4-evaluating modeI performance
Step 5-improving model performance
Transformation-Z..score standardization
Testing alternative values of k
Summary
Chapter 4-Probabilistic Learning-Classification Using
Chapter 5-Divide and Conquer-Classification Using Decision
Chapter 6-Forecasting Numeric Data-Regression Methods
Chapter 7-Black Box Methods-Neural Newworks and Support
Chapter 8-Flnding Patterns-Market Basket Analysis Using
Chapter 9-Finding Groups of Data-Clustering with k-means
Chapter 10-Evaluationg Model Perforance
Chapter 11-Improving Model Performance
Chapter 12-Speizad Machine Learning Topics
Other Books You Enjoy
Index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2025 (香港)大書城有限公司  All Rights Reserved.