性xx色动画xx无尽,国产精品三级av三级av三级 ,中文在线√天堂,亚洲国产成人久久一区久久,亚洲熟妇色l20p

當(dāng)前位置 : 首頁(yè)  圖書 正文

R語(yǔ)言機(jī)器學(xué)習(xí)(第2版 影印版)簡(jiǎn)介,目錄書摘

2020-12-11 14:04 來(lái)源:京東 作者:京東
r語(yǔ)言機(jī)器學(xué)習(xí)
R語(yǔ)言機(jī)器學(xué)習(xí)(第2版 影印版)
暫無(wú)報(bào)價(jià)
70+評(píng)論 100%好評(píng)
編輯推薦:
內(nèi)容簡(jiǎn)介:  《R語(yǔ)言機(jī)器學(xué)習(xí)(第2版 影印版)》與時(shí)俱進(jìn)。攜新的庫(kù)和現(xiàn)代的編程思維為你絲絲入扣地介紹了專業(yè)數(shù)據(jù)科學(xué)必不可少的技能。不用再懼怕理論知識(shí)。書中提供了編寫算法和處理數(shù)據(jù)所需的關(guān)鍵的實(shí)用知識(shí),只要有基本的經(jīng)驗(yàn)就可以了。
  你可以在書中找到洞悉復(fù)雜的數(shù)據(jù)所需的全部分析工具,還能學(xué)到如何選擇正確的算法來(lái)解決特定的問(wèn)題。通過(guò)與各種真實(shí)問(wèn)題的親密接觸,你將學(xué)會(huì)如何應(yīng)用機(jī)器學(xué)習(xí)方法來(lái)處理常見的任務(wù),包括分類、預(yù)測(cè)、市場(chǎng)分析以及聚類。
  目標(biāo)讀者可能你對(duì)機(jī)器學(xué)習(xí)多少有一點(diǎn)了解,但是從沒用過(guò)R語(yǔ)言,或者是知道些R語(yǔ)言,但是沒接觸過(guò)機(jī)器學(xué)習(xí)。不管是哪一種情況,《R語(yǔ)言機(jī)器學(xué)習(xí)(第2版 影印版)》都能夠幫助你快速上手。如果熟悉一些編程概念自然是好的。不過(guò)并不要求之前有編程經(jīng)驗(yàn)。
  你將從《R語(yǔ)言機(jī)器學(xué)習(xí)(第2版 影印版)》中學(xué)到什么駕馭R語(yǔ)言的威力,使用真實(shí)的數(shù)據(jù)科學(xué)應(yīng)用構(gòu)建常見的機(jī)器學(xué)習(xí)算法。
  學(xué)習(xí)利用R語(yǔ)言技術(shù)對(duì)待分析數(shù)據(jù)進(jìn)行清理和預(yù)處理并可視化處理結(jié)果。
  了解不同類型的機(jī)器學(xué)習(xí)模型,選擇符合數(shù)據(jù)處理需求的*佳模型,解決數(shù)據(jù)分析難題。
  使用貝葉斯算法和最近鄰算法分類數(shù)據(jù)。
  使用R語(yǔ)言預(yù)測(cè)數(shù)值來(lái)構(gòu)建決策樹、規(guī)則以及支持向量機(jī)。
  使用線性回歸預(yù)測(cè)數(shù)值,使用神經(jīng)網(wǎng)絡(luò)建模數(shù)據(jù)。
  對(duì)機(jī)器學(xué)習(xí)模型性能進(jìn)行評(píng)估和改進(jìn)。
  學(xué)習(xí)專用于文本挖掘、社交網(wǎng)絡(luò)數(shù)據(jù)、大數(shù)據(jù)等的機(jī)器學(xué)習(xí)技術(shù)。
作者簡(jiǎn)介:  布雷特·蘭茨(Brett Lantz),在應(yīng)用創(chuàng)新的數(shù)據(jù)方法來(lái)理解人類的行為方面有10余年經(jīng)驗(yàn)。他最初是一名社會(huì)學(xué)家,在學(xué)習(xí)一個(gè)青少年社交網(wǎng)站分布的大型數(shù)據(jù)庫(kù)時(shí),他就開始陶醉于機(jī)器學(xué)習(xí)。從那時(shí)起,他致力于移動(dòng)電話、醫(yī)療賬單數(shù)據(jù)和公益活動(dòng)等交叉學(xué)科的研究。
目錄:Preface
Chapter 1: Introducing Machine Learning
The origins of machine learning
Uses and abuses of machine learning
Machine learning successes
The limits of machine learning
Machine learning ethics
How machines learn
Data storage
Abstraction
Generalization
Evaluation
Machine learning in practice
Types of input data
Types of machine learning algorithms
Matching input data to algorithms
Machine learning with R
Installing R packages
Loading and unloading R packages
Summary

Chapter 2: Managing and Understanding Data
R data structures
Vectors
Factors
Lists
Data frames
Matrixes and arrays
Managing 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 data - uniform 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 Neighbors
Understanding nearest neighbor 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?
Example - diagnosing 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 model on the data
Step 4 - evaluating model performance
Step 5 -improving model performance
Transformation - z-score standardization
Testing alternative values of k
Summary

Chapter 4: Probabilistic Learning - Classification Using Naive Bayes
Understanding Naive Bayes
Basic concepts of Bayesian methods
Understanding probability
Understanding joint probability
Computing conditional probability with Bayes' theorem
The Naive Bayes algorithm
Classification with Naive Bayes
The Laplace estimator
Using numeric features with Naive Bayes
Example - filtering mobile phone spam with the
Naive Bayes algorithm
Step 1 - collecting data
Step 2 - exploring and preparing the data
Data preparation - cleaning and standardizing text data
Data preparation - splitting text documents into words
Data preparation - creating training and test datasets
Visualizing text data - word clouds
Data preparation - creating indicator features for frequent words
Step 3 - training a model on the data
Step 4 - evaluating model performance
Step 5 -improving model performance
Summary

Chapter 5: Divide and Conquer - Classification Using Decision Trees and Rules
Chapter 6: Forecasting Numeric Data - Regression Methods
Chapter 7: Black Box Methods - Neural Networks and Support Vector Machines
Chapter 8: Finding Patterns - Market Basket Analysis Using Association Rules
Chapter 9: Finding Groups of Data - Clustering with k-means
Chapter 10: Evaluating Model Performance
Chapter 11: Improving Model Performance
Chapter 12: Specialized Machine Learning Topics
Index
熱門推薦文章
相關(guān)優(yōu)評(píng)榜
品類齊全,輕松購(gòu)物 多倉(cāng)直發(fā),極速配送 正品行貨,精致服務(wù) 天天低價(jià),暢選無(wú)憂
購(gòu)物指南
購(gòu)物流程
會(huì)員介紹
生活旅行/團(tuán)購(gòu)
常見問(wèn)題
大家電
聯(lián)系客服
配送方式
上門自提
211限時(shí)達(dá)
配送服務(wù)查詢
配送費(fèi)收取標(biāo)準(zhǔn)
海外配送
支付方式
貨到付款
在線支付
分期付款
郵局匯款
公司轉(zhuǎn)賬
售后服務(wù)
售后政策
價(jià)格保護(hù)
退款說(shuō)明
返修/退換貨
取消訂單
特色服務(wù)
奪寶島
DIY裝機(jī)
延保服務(wù)
京東E卡
京東通信
京東JD+