
- 550 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
The Unsupervised Learning Workshop
About this book
Learning how to apply unsupervised algorithms on unlabeled datasets from scratch can be easier than you thought with this beginner's workshop, featuring interesting examples and activitiesKey Features• Get familiar with the ecosystem of unsupervised algorithms• Learn interesting methods to simplify large amounts of unorganized data• Tackle real-world challenges, such as estimating the population density of a geographical areaBook DescriptionDo you find it difficult to understand how popular companies like WhatsApp and Amazon find valuable insights from large amounts of unorganized data? The Unsupervised Learning Workshop will give you the confidence to deal with cluttered and unlabeled datasets, using unsupervised algorithms in an easy and interactive manner.The book starts by introducing the most popular clustering algorithms of unsupervised learning. You'll find out how hierarchical clustering differs from k-means, along with understanding how to apply DBSCAN to highly complex and noisy data. Moving ahead, you'll use autoencoders for efficient data encoding.As you progress, you'll use t-SNE models to extract high-dimensional information into a lower dimension for better visualization, in addition to working with topic modeling for implementing natural language processing (NLP). In later chapters, you'll find key relationships between customers and businesses using Market Basket Analysis, before going on to use Hotspot Analysis for estimating the population density of an area.By the end of this book, you'll be equipped with the skills you need to apply unsupervised algorithms on cluttered datasets to find useful patterns and insights.What you will learn• Distinguish between hierarchical clustering and the k-means algorithm• Understand the process of finding clusters in data• Grasp interesting techniques to reduce the size of data• Use autoencoders to decode data• Extract text from a large collection of documents using topic modeling• Create a bag-of-words model using the CountVectorizerWho this book is forIf you are a data scientist who is just getting started and want to learn how to implement machine learning algorithms to build predictive models, then this book is for you. To expedite the learning process, a solid understanding of the Python programming language is recommended, as you'll be editing classes and functions instead of creating them from scratch.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
1. Introduction to Clustering
Introduction
Unsupervised Learning versus Supervised Learning

Clustering
Identifying Clusters

Table of contents
- The Unsupervised Learning Workshop
- Preface
- 1. Introduction to Clustering
- 2. Hierarchical Clustering
- 3. Neighborhood Approaches and DBSCAN
- 4. Dimensionality Reduction Techniques and PCA
- 5. Autoencoders
- 6. t-Distributed Stochastic Neighbor Embedding
- 7. Topic Modeling
- 8. Market Basket Analysis
- 9. Hotspot Analysis
- Appendix