Book Image

Python Data Science Essentials [Video]

By : Alberto Boschetti, Luca Massaron
Book Image

Python Data Science Essentials [Video]

By: Alberto Boschetti, Luca Massaron

Overview of this book

<p>The Python Data Science Essentials video series takes you through all you need to know to succeed in data science using Python. Get insights into the core of Python data, including the latest versions of Jupyter Notebook, NumPy, Pandas and scikit-learn. In this course, you will delve into building your essential Python 3.6 data science toolbox, using a single-source approach that will allow to work with Python 2.7 as well. Get to grips fast with data munging and preprocessing, and prepare for machine learning and visualization techniques.</p> <p>The code bundle for the video course is available at -&nbsp;<a href="https://github.com/PacktPublishing/Python-Data-Science-Essentials" target="_blank">https://github.com/PacktPublishing/Python-Data-Science-Essentials</a></p> <h1>Style and Approach</h1> <p>The course is structured as a data science project. You will always benefit from clear code and simplified examples to help you understand the underlying mechanics and real-world datasets.</p>
Table of Contents (4 chapters)
Chapter 4
Machine Learning
Content Locked
Section 5
An Overview of Unsupervised Learning
In all the methods we've seen so far, every sample or observation has its own target label or value. In some other cases, the dataset is unlabeled and, in order to extract the structure of the data, you need an unsupervised approach. In this video, we're going to introduce two methods to perform clustering, as they are among the most used methods for unsupervised learning. - Create the artificial datasets and represent them by a plot - Apply Kernel PCA - Apply DBSCAN