R Data Analysis Projects: Build end to end analytics systems to get deeper insights from your data

Gopi Subramanian

  • 出版商: Packt Publishing
  • 出版日期: 2017-11-17
  • 售價: $2,130
  • 貴賓價: 9.5$2,024
  • 語言: 英文
  • 頁數: 366
  • 裝訂: Paperback
  • ISBN: 1788621875
  • ISBN-13: 9781788621878
  • 相關分類: R 語言Data Science
  • 海外代購書籍(需單獨結帳)

商品描述

Key Features

  • A handy guide to take your understanding of data analysis with R to the next level
  • Real-world projects that focus on problems in finance, network analysis, social media, and more
  • From data manipulation to analysis to visualization in R, this book will teach you everything you need to know about building end-to-end data analysis pipelines using R

Book Description

R offers a large variety of packages and libraries for fast and accurate data analysis and visualization. As a result, it’s one of the most popularly used languages by data scientists and analysts, or anyone who wants to perform data analysis. This book will demonstrate how you can put to use your existing knowledge of data analysis in R to build highly efficient, end-to-end data analysis pipelines without any hassle.

You’ll start by building a content-based recommendation system, followed by building a project on sentiment analysis with tweets. You’ll implement time-series modeling for anomaly detection, and understand cluster analysis of streaming data. You’ll work through projects on performing efficient market data research, building recommendation systems, and analyzing networks accurately, all provided with easy to follow codes.

With the help of these real-world projects, you’ll get a better understanding of the challenges faced when building data analysis pipelines, and see how you can overcome them without compromising on the efficiency or accuracy of your systems. The book covers some popularly used R packages such as dplyr, ggplot2, RShiny, and others, and includes tips on using them effectively.

By the end of this book, you’ll have a better understanding of data analysis with R, and be able to put your knowledge to practical use without any hassle.

What you will learn

  • Build end-to-end predictive analytics systems in R
  • Build an experimental design to gather your own data and conduct analysis
  • Build a recommender system from scratch using different approaches
  • Use and leverage RShiny to build reactive programming applications
  • Build systems for varied domains including market research, network analysis, social media analysis, and more
  • Explore various R Packages such as RShiny, ggplot, recommenderlab, dplyr, and find out how to use them effectively
  • Communicate modeling results using Shiny Dashboards
  • Perform multi-variate time-series analysis prediction, supplemented with sensitivity analysis and risk modeling

About the Author

Gopi Subramanian is a scientist and author with over 18 years of experience in the fields of data mining and machine learning. During the past decade, he has worked extensively in data mining and machine learning, solving a variety of business problems.

He has 16 patent applications with the US and Indian patent offices and several publications to his credit. He is the author of Python Data Science Cookbook by Packt Publishing.

Table of Contents

  1. Building a Recommender System –I – A step by step approach to build Association Rule Mining
  2. Building a Recommender System II- Fuzzy Logic induced Content Based Recommendation
  3. Building a Recommender System III – Collaborative Filtering based recommendation systems
  4. Taming time series data – Time Series analysis using Recurrent Neural Networks
  5. Text Sentiment Classification using Kernel Density Estimates
  6. Record Linkage - Stochastic and Machine Learning Approaches
  7. Streaming data Clustering analysis in R
  8. Analyze and understand networks using R