0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (4)
  • -
Status
Brand

Showing 1 - 4 of 4 matches in All Departments

Machine Learning with R Cookbook - (Paperback, 2nd Revised edition): AshishSingh Bhatia, Yu-Wei, Chiu (David Chiu) Machine Learning with R Cookbook - (Paperback, 2nd Revised edition)
AshishSingh Bhatia, Yu-Wei, Chiu (David Chiu)
R1,538 Discovery Miles 15 380 Ships in 10 - 15 working days

Explore over 110 recipes to analyze data and build predictive models with simple and easy-to-use R code About This Book * Apply R to simplify predictive modeling with short and simple code * Use machine learning to solve problems ranging from small to big data * Build a training and testing dataset, applying different classification methods. Who This Book Is For This book is for data science professionals, data analysts, or people who have used R for data analysis and machine learning who now wish to become the go-to person for machine learning with R. Those who wish to improve the efficiency of their machine learning models and need to work with different kinds of data set will find this book very insightful. What You Will Learn * Create and inspect transaction datasets and perform association analysis with the Apriori algorithm * Visualize patterns and associations using a range of graphs and find frequent item-sets using the Eclat algorithm * Compare differences between each regression method to discover how they solve problems * Detect and impute missing values in air quality data * Predict possible churn users with the classification approach * Plot the autocorrelation function with time series analysis * Use the Cox proportional hazards model for survival analysis * Implement the clustering method to segment customer data * Compress images with the dimension reduction method * Incorporate R and Hadoop to solve machine learning problems on big data In Detail Big data has become a popular buzzword across many industries. An increasing number of people have been exposed to the term and are looking at how to leverage big data in their own businesses, to improve sales and profitability. However, collecting, aggregating, and visualizing data is just one part of the equation. Being able to extract useful information from data is another task, and a much more challenging one. Machine Learning with R Cookbook, Second Edition uses a practical approach to teach you how to perform machine learning with R. Each chapter is divided into several simple recipes. Through the step-by-step instructions provided in each recipe, you will be able to construct a predictive model by using a variety of machine learning packages. In this book, you will first learn to set up the R environment and use simple R commands to explore data. The next topic covers how to perform statistical analysis with machine learning analysis and assess created models, covered in detail later on in the book. You'll also learn how to integrate R and Hadoop to create a big data analysis platform. The detailed illustrations provide all the information required to start applying machine learning to individual projects. With Machine Learning with R Cookbook, machine learning has never been easier. Style and approach This is an easy-to-follow guide packed with hands-on examples of machine learning tasks. Each topic includes step-by-step instructions on tackling difficulties faced when applying R to machine learning.

R: Recipes for Analysis, Visualization and Machine Learning (Paperback): Viswa Viswanathan, Shanthi Viswanathan, Atmajitsinh... R: Recipes for Analysis, Visualization and Machine Learning (Paperback)
Viswa Viswanathan, Shanthi Viswanathan, Atmajitsinh Gohil, Yu-Wei, Chiu (David Chiu)
R2,445 Discovery Miles 24 450 Ships in 10 - 15 working days

Get savvy with R language and actualize projects aimed at analysis, visualization and machine learning About This Book * Proficiently analyze data and apply machine learning techniques * Generate visualizations, develop interactive visualizations and applications to understand various data exploratory functions in R * Construct a predictive model by using a variety of machine learning packages Who This Book Is For This Learning Path is ideal for those who have been exposed to R, but have not used it extensively yet. It covers the basics of using R and is written for new and intermediate R users interested in learning. This Learning Path also provides in-depth insights into professional techniques for analysis, visualization, and machine learning with R - it will help you increase your R expertise, regardless of your level of experience. What You Will Learn * Get data into your R environment and prepare it for analysis * Perform exploratory data analyses and generate meaningful visualizations of the data * Generate various plots in R using the basic R plotting techniques * Create presentations and learn the basics of creating apps in R for your audience * Create and inspect the transaction dataset, performing association analysis with the Apriori algorithm * Visualize associations in various graph formats and find frequent itemset using the ECLAT algorithm * Build, tune, and evaluate predictive models with different machine learning packages * Incorporate R and Hadoop to solve machine learning problems on big data In Detail The R language is a powerful, open source, functional programming language. At its core, R is a statistical programming language that provides impressive tools to analyze data and create high-level graphics. This Learning Path is chock-full of recipes. Literally! It aims to excite you with awesome projects focused on analysis, visualization, and machine learning. We'll start off with data analysis - this will show you ways to use R to generate professional analysis reports. We'll then move on to visualizing our data - this provides you with all the guidance needed to get comfortable with data visualization with R. Finally, we'll move into the world of machine learning - this introduces you to data classification, regression, clustering, association rule mining, and dimension reduction. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: * R Data Analysis Cookbook by Viswa Viswanathan and Shanthi Viswanathan * R Data Visualization Cookbook by Atmajitsinh Gohil * Machine Learning with R Cookbook by Yu-Wei, Chiu (David Chiu) Style and approach This course creates a smooth learning path that will teach you how to analyze data and create stunning visualizations. The step-by-step instructions provided for each recipe in this comprehensive Learning Path will show you how to create machine learning projects with R.

R for Data Science Cookbook (Paperback): Yu-Wei, Chiu (David Chiu) R for Data Science Cookbook (Paperback)
Yu-Wei, Chiu (David Chiu)
R1,348 Discovery Miles 13 480 Ships in 10 - 15 working days

Over 100 hands-on recipes to effectively solve real-world data problems using the most popular R packages and techniques About This Book * Gain insight into how data scientists collect, process, analyze, and visualize data using some of the most popular R packages * Understand how to apply useful data analysis techniques in R for real-world applications * An easy-to-follow guide to make the life of data scientist easier with the problems faced while performing data analysis Who This Book Is For This book is for those who are already familiar with the basic operation of R, but want to learn how to efficiently and effectively analyze real-world data problems using practical R packages. What You Will Learn * Get to know the functional characteristics of R language * Extract, transform, and load data from heterogeneous sources * Understand how easily R can confront probability and statistics problems * Get simple R instructions to quickly organize and manipulate large datasets * Create professional data visualizations and interactive reports * Predict user purchase behavior by adopting a classification approach * Implement data mining techniques to discover items that are frequently purchased together * Group similar text documents by using various clustering methods In Detail This cookbook offers a range of data analysis samples in simple and straightforward R code, providing step-by-step resources and time-saving methods to help you solve data problems efficiently. The first section deals with how to create R functions to avoid the unnecessary duplication of code. You will learn how to prepare, process, and perform sophisticated ETL for heterogeneous data sources with R packages. An example of data manipulation is provided, illustrating how to use the "dplyr" and "data.table" packages to efficiently process larger data structures. We also focus on "ggplot2" and show you how to create advanced figures for data exploration. In addition, you will learn how to build an interactive report using the "ggvis" package. Later chapters offer insight into time series analysis on financial data, while there is detailed information on the hot topic of machine learning, including data classification, regression, clustering, association rule mining, and dimension reduction. By the end of this book, you will understand how to resolve issues and will be able to comfortably offer solutions to problems encountered while performing data analysis. Style and approach This easy-to-follow guide is full of hands-on examples of data analysis with R. Each topic is fully explained beginning with the core concept, followed by step-by-step practical examples, and concluding with detailed explanations of each concept used.

Machine Learning with R Cookbook (Paperback): Yu-Wei, Chiu (David Chiu) Machine Learning with R Cookbook (Paperback)
Yu-Wei, Chiu (David Chiu)
R1,296 Discovery Miles 12 960 Ships in 10 - 15 working days

If you want to learn how to use R for machine learning and gain insights from your data, then this book is ideal for you. Regardless of your level of experience, this book covers the basics of applying R to machine learning through to advanced techniques. While it is helpful if you are familiar with basic programming or machine learning concepts, you do not require prior experience to benefit from this book.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Bettaway Mega C1000 Fizzi Effervescent…
R62 Discovery Miles 620
Call The Midwife - Season 7
Jenny Agutter, Linda Bassett, … DVD  (2)
R188 Discovery Miles 1 880
Venom 2: Let There Be Carnage
Tom Hardy, Woody Harrelson, … DVD R156 Discovery Miles 1 560
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Nintendo Labo Customisation Set for…
R257 R119 Discovery Miles 1 190
Multifunctional Laptop Cushion Lap Desk…
R999 R689 Discovery Miles 6 890
Carbon City Zero - A Collaborative Board…
Rami Niemi Game R656 Discovery Miles 6 560
Return Of The Dream Canteen
Red Hot Chili Peppers CD R185 R112 Discovery Miles 1 120
Genius NX-8008S Silent Click Wireless…
R150 Discovery Miles 1 500
An Introduction To Scholarship…
Cheryl Siewierski Paperback  (2)
R486 R49 Discovery Miles 490

 

Partners