登入帳戶  | 訂單查詢  | 購物車/收銀台( 0 ) | 在線留言板  | 付款方式  | 聯絡我們  | 運費計算  | 幫助中心 |  加入書簽
會員登入 新註冊 | 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類閱讀雜誌 香港/國際用戶
最新/最熱/最齊全的簡體書網 品種:超過100萬種書,正品正价,放心網購,悭钱省心 送貨:速遞 / EMS,時效:出貨後2-3日

2024年03月出版新書

2024年02月出版新書

2024年01月出版新書

2023年12月出版新書

2023年11月出版新書

2023年10月出版新書

2023年09月出版新書

2023年08月出版新書

2023年07月出版新書

2023年06月出版新書

2023年05月出版新書

2023年04月出版新書

2023年03月出版新書

2023年02月出版新書

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

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

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

售價:NT$ 708

我要買

share:

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



新書推薦:
新质生产力:发展新动能
《 新质生产力:发展新动能 》

售價:NT$ 493.0
状态比能力更重要:108个状态调整法
《 状态比能力更重要:108个状态调整法 》

售價:NT$ 308.0
中国上市公司担保行为的影响因素及其效应研究
《 中国上市公司担保行为的影响因素及其效应研究 》

售價:NT$ 202.0
企业级数据架构:核心要素、架构模型、数据管理与平台搭建    李杨
《 企业级数据架构:核心要素、架构模型、数据管理与平台搭建 李杨 》

售價:NT$ 554.0
政和元年:宋辽金夏的国运博弈与谍战风云
《 政和元年:宋辽金夏的国运博弈与谍战风云 》

售價:NT$ 381.0
黄金圈法则
《 黄金圈法则 》

售價:NT$ 437.0
全球治理理论:权威、合法性与论争
《 全球治理理论:权威、合法性与论争 》

售價:NT$ 549.0
华尔街幽灵:一位股票投资大师的告白
《 华尔街幽灵:一位股票投资大师的告白 》

售價:NT$ 447.0

編輯推薦:
机器学习的核心是将数据转换为可操作的知识。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.tw
Copyright (C) 2013 - 2024 (香港)大書城有限公司 All Rights Reserved.