https://github.com/trainingbypackt/applied-unsupervised-learning-with-r
Uncover hidden relationships and patterns with k-means clustering, hierarchical clustering, and PCA
https://github.com/trainingbypackt/applied-unsupervised-learning-with-r
clustering clustering-methods market-segmentation unsupervised-learning
Last synced: 2 months ago
JSON representation
Uncover hidden relationships and patterns with k-means clustering, hierarchical clustering, and PCA
- Host: GitHub
- URL: https://github.com/trainingbypackt/applied-unsupervised-learning-with-r
- Owner: TrainingByPackt
- License: mit
- Created: 2018-11-16T11:39:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T10:12:47.000Z (about 6 years ago)
- Last Synced: 2025-03-24T10:01:28.483Z (3 months ago)
- Topics: clustering, clustering-methods, market-segmentation, unsupervised-learning
- Language: R
- Homepage:
- Size: 19.3 MB
- Stars: 7
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/TrainingByPackt/Applied-Unsupervised-Learning-with-R/issues)
[](https://github.com/TrainingByPackt/Applied-Unsupervised-Learning-with-R/network)
[](https://github.com/TrainingByPackt/Applied-Unsupervised-Learning-with-R/stargazers)
[](https://github.com/TrainingByPackt/Applied-Unsupervised-Learning-with-R/pulls)# Applied Unsupervised Learning with R
Starting with the basics, Applied Unsupervised Learning with R explains clustering methods, distribution analysis, data encoders, and features of R that enable you to understand your data better and get answers to your most pressing business questions.
This book begins with the most important and commonly used method for unsupervised learning - clustering - and explains the three main clustering algorithms - k-means, divisive, and agglomerative. Following this, you'll study market basket analysis, kernel density estimation, principal component analysis, and anomaly detection. You'll be introduced to these methods using code written in R, with further instructions on how to work with, edit, and improve R code. To help you gain a practical understanding, the book also features useful tips on applying these methods to real business problems, including market segmentation and fraud detection. By working through interesting activities, you'll explore data encoders and latent variable models.
By the end of this book, you will have a better understanding of different anomaly detection methods, such as outlier detection, Mahalanobis distances, and contextual and collective anomaly detection.## What you will learn
* Implement clustering methods such as k-means, agglomerative, and divisive
* Write code in R to analyze market segmentation and consumer behavior
* Estimate distribution and probabilities of different outcomes
* Implement dimension reduction using principal component analysis
* Apply anomaly detection methods to identify fraud
* Design algorithms with R and learn how to edit or improve code### Hardware requirements
For an optimal student experience, we recommend the following hardware configuration:
* Processor: Intel Core i5 or equivalent
* Memory: 4 GB RAM
* Storage: 10 GB available space### Software requirements
You’ll also need the following software installed in advance:
* OS: Windows 7 SP1 64-bit, Windows 8.1 64-bit or Windows 10 64-bit, Linux(Ubuntu, Debian, Red Hat, or Suse), or the latest version of OS X
* R (3.0.0 or more recent, available for free at https://cran.r-project.org/)
* Browser: Google Chrome or Mozilla Firefox### Note
As the book contains grayscale images, please have a look at the uploaded graphics bundle uploaded here for the colored version.