Hands-on unsupervised learning using Python : how to build applied machine learning solutions from unlabeled data
(2019)

Nonfiction

Book

Call Numbers:
005.133/PYTHON/PATEL,A

0 Holds on 1 Copy

Availability

Locations Call Number Status
Adult Nonfiction 005.133/PYTHON/PATEL,A Due: 2/18/2026

Details

PUBLISHED
Sebastopol, CA : O'Reilly Media, 2019
©2019
EDITION
First edition
DESCRIPTION

xx, 337 pages : illustrations ; 24 cm

ISBN/ISSN
9781492035640, 1492035645 :, 1492035645, 9781492035640
LANGUAGE
English
NOTES

Part 1. Fundamentals of unsupervised learning. Unsupervised learning in the machine learning ecosystem -- End-to-end machine learning project -- Part 2. Unsupervised learning using Scikit-learn. Dimensionality reduction -- Anomaly detection -- Clustering -- Group segmentation -- Part 3. Unsupervised learning using TensorFlow and Keras. Autoencoders -- Hands-on autoencoder -- Semisupervised learning -- Part 4. Deep unsupervised learning using TensorFlow and Keras. Recommender systems using restricted Boltzmann machines -- Feature detection using deep belief networks -- Generative adversarial networks -- Time series clustering -- Conclusion

Many industry experts consider unsupervised learning the next frontier in artificial intelligence, one that may hold the key to the holy grail in AI research, the so-called general artificial intelligence. Since the majority of the world's data is unlabeled, conventional supervised learning cannot be applied; this is where unsupervised learning comes in. Unsupervised learning can be applied to unlabeled datasets to discover meaningful patterns buried deep in the data, patterns that may be near impossible for humans to uncover. Author Ankur Patel provides practical knowledge on how to apply unsupervised learning using two simple, production-ready Python frameworks - scikit-learn and TensorFlow using Keras. With the hands-on examples and code provided, you will identify difficult-to-find patterns in data and gain deeper business insight, detect anomalies, perform automatic feature engineering and selection, and generate synthetic datasets. All you need is programming and some machine learning experience to get started