中图网(原中国图书网):网上书店,尾货特色书店,30万种特价书低至2折!

歡迎光臨中圖網(wǎng) 請(qǐng) | 注冊(cè)
> >>
R語(yǔ)言機(jī)器學(xué)習(xí)參考手冊(cè)-(影印版)

包郵 R語(yǔ)言機(jī)器學(xué)習(xí)參考手冊(cè)-(影印版)

作者:丘祐瑋
出版社:東南大學(xué)出版社出版時(shí)間:2016-01-01
開(kāi)本: 16開(kāi) 頁(yè)數(shù): 430
中 圖 價(jià):¥27.5(3.5折) 定價(jià)  ¥78.0 登錄后可看到會(huì)員價(jià)
加入購(gòu)物車(chē) 收藏
開(kāi)年大促, 全場(chǎng)包郵
?新疆、西藏除外
溫馨提示:5折以下圖書(shū)主要為出版社尾貨,大部分為全新(有塑封/無(wú)塑封),個(gè)別圖書(shū)品相8-9成新、切口
有劃線標(biāo)記、光盤(pán)等附件不全詳細(xì)品相說(shuō)明>>
本類(lèi)五星書(shū)更多>

R語(yǔ)言機(jī)器學(xué)習(xí)參考手冊(cè)-(影印版) 版權(quán)信息

R語(yǔ)言機(jī)器學(xué)習(xí)參考手冊(cè)-(影印版) 本書(shū)特色

r語(yǔ)言是一種強(qiáng)大的開(kāi)源函數(shù)式編程語(yǔ)言。從本 質(zhì)上看,r語(yǔ)言是一種統(tǒng)計(jì)編程語(yǔ)言,可以提供豐富 的工具用于分析數(shù)據(jù)并創(chuàng)建高級(jí)圖形。   丘祐瑋所*的《r語(yǔ)言機(jī)器學(xué)習(xí)參考手冊(cè)(影印版 )(英文版)》通過(guò)設(shè)置一個(gè)用戶友好的編程環(huán)境并使 用r語(yǔ)言進(jìn)行數(shù)據(jù)etl來(lái)介紹r語(yǔ)言基礎(chǔ)知識(shí)。提供數(shù) 據(jù)探索樣例,以展示r語(yǔ)言的數(shù)據(jù)可視化和機(jī)器學(xué)習(xí) 功能在探索隱含關(guān)系方面的強(qiáng)大能力。你將深入了解 重要的機(jī)器學(xué)習(xí)主題,包括數(shù)據(jù)分類(lèi)、回歸、聚類(lèi)、 關(guān)聯(lián)規(guī)則挖掘、降維等。

R語(yǔ)言機(jī)器學(xué)習(xí)參考手冊(cè)-(影印版) 內(nèi)容簡(jiǎn)介

本書(shū)通過(guò)設(shè)置一個(gè)用戶友好的編程環(huán)境并使用R語(yǔ)言進(jìn)行數(shù)據(jù)ETL來(lái)介紹R語(yǔ)言基礎(chǔ)知識(shí)。提供數(shù)據(jù)探索樣例,以展示R語(yǔ)言的數(shù)據(jù)可視化和機(jī)器學(xué)習(xí)功能在探索隱含關(guān)系方面的強(qiáng)大能力。你將深入了解重要的機(jī)器學(xué)習(xí)主題,包括數(shù)據(jù)分類(lèi)、回歸、聚類(lèi)、關(guān)聯(lián)規(guī)則挖掘、降維等。

R語(yǔ)言機(jī)器學(xué)習(xí)參考手冊(cè)-(影印版) 目錄

prefacechapter 1: practical machine learning with r  introduction  downloading and installing r  downloading and installing rstudio  installing and loading packages  reading and writing data  using r to manipulate data  applying basic statistics  visualizing data  getting a dataset for machine learningchapter 2: data exploration with rms titanic  introduction  reading a titanic dataset from a csv file  converting types on character variables  detecting missing values  imputing missing values  exploring and visualizing data  predicting passenger survival with a decision tree  validating the power of prediction with a confusion matrix  assessing performance with the roc curvechapter 3: r and statistics  introduction  understanding data sampling in r  operating a probability distribution in r  working with univariate descriptive statistics in r  performing correlations and multivariate analysis  operating linear regression and multivariate analysis  conducting an exact binomial test  performing student's t-test  performing the kolmogorov-smirnov test  understanding the wilcoxon rank sum and signed rank test  working with pearson's chi-squared test  conducting a one-way anova  performing a two-way anovachapter 4: understanding regression analysis  introduction  fitting a linear regression model with im  summarizing linear model fits  using linear regression to predict unknown values  generating a diagnostic plot of a fitted model  fitting a polynomial regression model with im  fitting a robust linear regression model with rim  studying a case of linear regression on slid data  applying the gaussian model for generalized linear regression  applying the poisson model for generalized linear regression  applying the binomial model for generalized linear regression  fitting a generalized additive model to data  visualizing a generalized additive model  diagnosing a generalized additive modelchapter 5: classification (i) - tree, lazy, and probabilistic  introduction  preparing the training and testing datasets  building a classification model with recursive partitioning trees  visualizing a recursive partitioning tree  measuring the prediction performance of a recursive partitioning tree  pruning a recursive partitioning tree  building a classification model with a conditional inference tree  visualizing a conditional inference tree  measuring the prediction performance of a conditional inference tree  classifying data with the k-nearest neighbor classifier  classifying data with logistic regression  classifying data with the naive bayes classifierchapter 6: classification (ii) - neural network and svm  introduction  classifying data with a support vector machine  choosing the cost of a support vector machine  visualizing an svm fit  predicting labels based on a model trained by a support vector machine  tuning a support vector machine  training a neural network with neuralnet  visualizing a neural network trained by neuralnet  predicting labels based on a model trained by neuralnet  training a neural network with nnet  predicting labels based on a model trained by nnetchapter 7: model evaluation  introduction  estimating model performance with k-fold cross-validation  performing cross-validation with the e1071 package  performing cross-validation with the caret package  ranking the variable importance with the caret package  ranking the variable importance with the trainer package  finding highly correlated features with the caret package  selecting features using the caret package  measuringthe performance of the regression model  measuring prediction performance with a confusion matrix  measuring prediction performance using rocr  comparing an roc curve using the caret package  measuring performance differences between models with the caret packagechapter 8: ensemble learning  introduction  classifying data with the bagging method  performing cross-validation with the bagging method  classifying data with the boosting method  performing cross-validation with the boosting method  classifying data with gradient boosting  calculating the margins of a classifier  calculating the error evolution of the ensemble method  classifying data with random forest  estimating the prediction errors of different classifierschapter 9: clustering  introduction  clustering data with hierarchical clustering  cutting trees into clusters  clustering data with the k-means method  drawing a bivariate cluster plot  comparing clustering methods  extracting silhouette information from clustering  obtaining the optimum number of clusters for k-means  clustering data with the density-based method  clustering data with the model-based method  visualizing a dissimilarity matrix  validating clusters externallychapter 10: association analysis and sequence mining  introduction  transforming data into transactions  displaying transactions and associations  mining associations with the apriori rule  pruning redundant rules  visualizing association rules  mining frequent itemsets with eclat  creating transactions with temporal information  mining frequent sequential patterns with cspadechapter 11: dimension reduction  introduction  performing feature selection with fselector  performing dimension reduction with pca  determining the number of principal components using the scree test  determining the number of principal components using the kaiser method  visualizing multivariate data using biplot  performing dimension reduction with mds  reducing dimensions with svd  compressing images with svd  performing nonlinear dimension reduction with isomap  performing nonlinear dimension reduction with local linear embeddingchapter 12: big data analysis(r and hadoop)  introduction  preparing the rhadoop environment  installing rmr2  installing rhdfs  operating hdfs with rhdfs  implementing a word count problem with rhadoop  comparing the performance between an r mapreduce program and a standard r program  testing and debugging the rmr2 program  installing plyrmr  manipulating data with plyrmr  conducting machine learning with rhadoop  configuring rhadoop clusters on amazon emrappendix a: resources for r and machine learningappendix b: dataset - survival of passengers on the titanicindex
展開(kāi)全部
暫無(wú)評(píng)論……
書(shū)友推薦
返回頂部
中圖網(wǎng)
在線客服
主站蜘蛛池模板: 食安观察网| 回转支承-转盘轴承-回转驱动生产厂家-洛阳隆达轴承有限公司 | 深圳APP开发_手机软件APP定制外包_小程序开发公司-来科信 | 振动筛,震动筛,圆形振动筛,振动筛价格,振动筛厂家-新乡巨宝机电 蒸汽热收缩机_蒸汽发生器_塑封机_包膜机_封切收缩机_热收缩包装机_真空机_全自动打包机_捆扎机_封箱机-东莞市中堡智能科技有限公司 | 福建省教师资格证-福建教师资格证考试网| AGV无人叉车_激光叉车AGV_仓储AGV小车_AGV无人搬运车-南昌IKV机器人有限公司[官网] | 隐形纱窗|防护纱窗|金刚网防盗纱窗|韦柏纱窗|上海青木装潢制品有限公司|纱窗国标起草单位 | 高压负荷开关-苏州雷尔沃电器有限公司 | lcd条形屏-液晶长条屏-户外广告屏-条形智能显示屏-深圳市条形智能电子有限公司 | hdpe土工膜-防渗膜-复合土工膜-长丝土工布价格-厂家直销「恒阳新材料」-山东恒阳新材料有限公司 ETFE膜结构_PTFE膜结构_空间钢结构_膜结构_张拉膜_浙江萬豪空间结构集团有限公司 | TPU薄膜_TPU薄膜生产厂家_TPU热熔胶膜厂家定制_鑫亘环保科技(深圳)有限公司 | 硬齿面减速机[型号全],ZQ减速机-淄博久增机械 | 生物制药洁净车间-GMP车间净化工程-食品净化厂房-杭州波涛净化设备工程有限公司 | 单电机制砂机,BHS制砂机,制沙机设备,制砂机价格-正升制砂机厂家 单级/双级旋片式真空泵厂家,2xz旋片真空泵-浙江台州求精真空泵有限公司 | 比亚迪叉车-比亚迪电动叉车堆垛车托盘车仓储叉车价格多少钱报价 磁力去毛刺机_去毛刺磁力抛光机_磁力光饰机_磁力滚抛机_精密金属零件去毛刺机厂家-冠古科技 | 网带通过式抛丸机,,网带式打砂机,吊钩式,抛丸机,中山抛丸机生产厂家,江门抛丸机,佛山吊钩式,东莞抛丸机,中山市泰达自动化设备有限公司 | 车辆定位管理系统_汽车GPS系统_车载北斗系统 - 朗致物联 | 定制异形重型钢格栅板/钢格板_定做踏步板/排水沟盖板_钢格栅板批发厂家-河北圣墨金属制品有限公司 | 网络推广公司_网络营销方案策划_企业网络推广外包平台-上海澜推网络 | 上海洗地机-洗地机厂家-全自动洗地机-手推式洗地机-上海滢皓洗地机 | 高博医疗集团上海阿特蒙医院 | 欧必特空气能-商用空气能热水工程,空气能热水器,超低温空气源热泵生产厂家-湖南欧必特空气能公司 | 国资灵活用工平台_全国灵活用工平台前十名-灵活用工结算小帮手 | 在线悬浮物浓度计-多参数水质在线检测仪-上海沃懋仪表科技有限公司 | 数码听觉统合训练系统-儿童感觉-早期言语评估与训练系统-北京鑫泰盛世科技发展有限公司 | 广州活动策划公司-15+年专业大型公关活动策划执行管理经验-睿阳广告 | 高压负荷开关-苏州雷尔沃电器有限公司| 广州展览制作|展台制作工厂|展览设计制作|展览展示制作|搭建制作公司 | 磁力抛光机_磁力研磨机_磁力去毛刺机_精密五金零件抛光设备厂家-冠古科技 | 蓝莓施肥机,智能施肥机,自动施肥机,水肥一体化项目,水肥一体机厂家,小型施肥机,圣大节水,滴灌施工方案,山东圣大节水科技有限公司官网17864474793 | 圆窗水平仪|伊莉莎冈特elesa+ganter | 吉祥新世纪铝塑板_生产铝塑板厂家_铝塑板生产厂家_临沂市兴达铝塑装饰材料有限公司 | 产业规划_产业园区规划-产业投资选址及规划招商托管一体化服务商-中机院产业园区规划网 | 拖链电缆_柔性电缆_伺服电缆_坦克链电缆-深圳市顺电工业电缆有限公司 | 锥形螺带干燥机(新型耙式干燥机)百科-常州丰能干燥工程 | 圆周直径尺-小孔内视镜-纤维研磨刷-东莞市高腾达精密工具 | 南京技嘉环保科技有限公司-杀菌除臭剂|污水|垃圾|厕所|橡胶厂|化工厂|铸造厂除臭剂 | 防爆正压柜厂家_防爆配电箱_防爆控制箱_防爆空调_-盛通防爆 | 北京模型公司-工业模型-地产模型-施工模型-北京渝峰时代沙盘模型制作公司 | 江苏全风,高压风机,全风环保风机,全风环形高压风机,防爆高压风机厂家-江苏全风环保科技有限公司(官网) | 防爆型气象站_农业气象站_校园气象站_农业四情监测系统「山东万象环境科技有限公司」 |