ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Big data analytics with R and Hadoop

دانلود کتاب تجزیه و تحلیل داده های بزرگ با R و Hadoop

Big data analytics with R and Hadoop

مشخصات کتاب

Big data analytics with R and Hadoop

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781782163282 
ناشر: Packt 
سال نشر: 2013 
تعداد صفحات: 238 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 3 مگابایت 

قیمت کتاب (تومان) : 29,000

در صورت ایرانی بودن نویسنده امکان دانلود وجود ندارد و مبلغ عودت داده خواهد شد



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 23


در صورت تبدیل فایل کتاب Big data analytics with R and Hadoop به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب تجزیه و تحلیل داده های بزرگ با R و Hadoop نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب تجزیه و تحلیل داده های بزرگ با R و Hadoop

تجزیه و تحلیل داده های بزرگ با R و Hadoop یک کتاب در سبک آموزشی است که بر روی تمام وظایف قدرتمند داده های بزرگ تمرکز دارد که می توان با ادغام R و Hadoop به دست آورد. این کتاب برای توسعه دهندگان R که به دنبال راهی برای انجام تجزیه و تحلیل داده های بزرگ با استفاده از آن هستند ایده آل است. هادوپ این کتاب همچنین برای کسانی است که Hadoop را می شناسند و می خواهند برنامه های هوشمندی را روی Big data با بسته های R بسازند. اگر خوانندگان دانش اولیه R را داشته باشند مفید خواهد بود.


توضیحاتی درمورد کتاب به خارجی

Big Data Analytics with R and Hadoop is a tutorial style book that focuses on all the powerful big data tasks that can be achieved by integrating R and Hadoop.This book is ideal for R developers who are looking for a way to perform big data analytics with Hadoop. This book is also aimed at those who know Hadoop and want to build some intelligent applications over Big data with R packages. It would be helpful if readers have basic knowledge of R.



فهرست مطالب

Cover......Page 1
Copyright......Page 3
Credits......Page 4
About the Author......Page 5
Acknowledgment......Page 6
About the Reviewers......Page 7
www.PacktPub.com......Page 9
Table of Contents......Page 10
Preface......Page 16
Chapter 1: Getting Ready to Use R and Hadoop......Page 28
Installing R......Page 29
Installing RStudio......Page 30
Performing data operations......Page 31
Increasing community support......Page 32
Performing data modeling in R......Page 33
Installing Hadoop......Page 34
Installing Hadoop on Linux, Ubuntu flavor (single node cluster)......Page 35
Installing Hadoop on Linux, Ubuntu flavor (multinode cluster)......Page 38
Installing Cloudera Hadoop on Ubuntu......Page 40
Understanding MapReduce......Page 43
Understanding HDFS components......Page 45
Understanding the HDFS and MapReduce architecture by plot......Page 46
Understanding Hadoop subprojects......Page 48
Summary......Page 51
Understanding the basics of MapReduce......Page 52
Introducing Hadoop MapReduce......Page 54
Loading data into HDFS......Page 55
Executing the Map phase......Page 56
Reducing phase execution......Page 57
Understanding the limitations of MapReduce......Page 58
Understanding the different Java concepts used in Hadoop programming......Page 59
Understanding MapReduce objects......Page 60
Deciding the number of Reducers in MapReduce......Page 61
Understanding MapReduce dataflow......Page 62
Taking a closer look at Hadoop MapReduce terminologies......Page 63
Writing a Hadoop MapReduce example......Page 66
Understanding the steps to run a MapReduce job......Page 67
Learning to monitor and debug a Hadoop MapReduce job......Page 73
Exploring HDFS data......Page 74
Understanding several possible MapReduce definitions to solve business problems......Page 75
Learning RHadoop......Page 76
Summary......Page 77
Chapter 3: Integrating R and Hadoop......Page 78
Introducing RHIPE......Page 79
Installing Hadoop......Page 80
Environment variables......Page 81
Installing RHIPE......Page 82
Understanding the architecture of RHIPE......Page 83
RHIPE sample program (Map only)......Page 84
Word count......Page 86
HDFS......Page 88
MapReduce......Page 90
Introducing RHadoop......Page 91
Installing RHadoop......Page 92
Understanding RHadoop examples......Page 94
Word count......Page 96
The hdfs package......Page 97
Summary......Page 100
Understanding the basics of Hadoop streaming......Page 102
Understanding a MapReduce application......Page 107
Understanding how to code a MapReduce application......Page 109
Executing a Hadoop streaming job from the command prompt......Page 113
Exploring an output from the command prompt......Page 114
Exploring an output from R or an RStudio console......Page 115
Understanding basic R functions used in Hadoop MapReduce scripts......Page 116
Monitoring the Hadoop MapReduce job......Page 117
Exploring the HadoopStreaming R package......Page 118
Understanding the hsTableReader function......Page 119
Understanding the hsKeyValReader function......Page 121
Understanding the hsLineReader function......Page 122
Running a Hadoop streaming job......Page 125
Summary......Page 127
Understanding the data analytics project life cycle......Page 128
Designing data requirement......Page 129
Performing analytics over data......Page 130
Visualizing data......Page 131
Understanding data analytics problems......Page 132
Designing data requirement......Page 133
Preprocessing data......Page 135
Performing analytics over data......Page 136
Identifying the problem......Page 143
Preprocessing data......Page 144
Performing analytics over data......Page 145
Visualizing data......Page 151
Identifying the problem......Page 152
Designing data requirement......Page 153
Preprocessing data......Page 154
Understanding Poisson-approximation resampling......Page 156
Summary......Page 162
Introduction to machine learning......Page 164
Linear regression......Page 165
Linear regression with R......Page 167
Linear regression with R and Hadoop......Page 169
Logistic regression......Page 172
Logistic regression with R and Hadoop......Page 174
Clustering......Page 177
Performing clustering with R and Hadoop......Page 178
Recommendation algorithms......Page 182
Steps to generate recommendations in R......Page 185
Generating recommendations with R and Hadoop......Page 188
Summary......Page 193
Chapter 7: Importing and Exporting Data from Various DBs......Page 194
Learning about data files as database......Page 196
Importing the data into R......Page 197
Understanding MySQL......Page 198
Learning to list the tables and their structure......Page 199
Understanding data manipulation......Page 200
Importing data into R......Page 201
Understanding MongoDB......Page 202
Installing MongoDB......Page 203
Mapping SQL to MongoDB......Page 204
Importing the data into R......Page 205
Understanding data manipulation......Page 206
Understanding SQLite......Page 207
Importing the data into R......Page 208
Understanding PostgreSQL......Page 209
Installing RPostgreSQL......Page 210
Exporting the data from R......Page 211
Installing Hive......Page 212
Setting up Hive configurations......Page 213
Understanding RHive operations......Page 214
Understanding HBase features......Page 215
Installing HBase......Page 216
Installing RHBase......Page 218
Summary......Page 219
R + Hadoop help materials......Page 220
Hadoop groups......Page 222
Popular R contributors......Page 223
Popular Hadoop contributors......Page 224
Index......Page 226




نظرات کاربران