Practical Python Data Science Techniques

Practical Python Data Science Techniques

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 32m | 504 MB

Powerful, Practical Python Data Science Techniques. Learn practical solutions to Data Science problems with Python

Data Science is an interdisciplinary field that employs techniques to extract knowledge from data. As one of the fast growing fields in technology, the interest for Data Science is booming, and the demand for specialized talent is on the rise.

This course takes a practical approach to Data Science, presenting solutions for common and not-so-common problems in the form of recipes. This video will begin from exploring your data using the different methods like data acquisition, data cleaning, data mining, machine learning, and data visualization, applied to a variety of different data types like structured data or free-form text. It will show how to deal with text using different methods like text normalization and calculating word frequencies. The audience will learn how to deal with data with a time dimension and how to build a recommendation system as well as about supervised learning problems (regression and classification) and unsupervised learning problems (clustering). They will learn how to perform text preprocessing steps that are necessary for every text analysis applications. Specifically, the course will cover tokenization, stop-word removal, stemming and other preprocessing techniques.

The video takes you through with machine learning problems that you may encounter in your everyday use. In the end, the video will cover the time series and recommender system. By the end of the video course, you will become an expert in Data Science Techniques using Python.

What You Will Learn

  • Perform Exploratory data analysis on your Data
  • Clean and process your Data to have the right shape
  • Tokenize your Document to words with Python
  • Calculate the word frequencies using Data Science Techniques of Python
  • Work with scikit-learn to solve every problem in Machine Learning
  • Perform Cluster Analysis using Python Data Science Techniques
  • Build a Time Series Analysis with Panda
Table of Contents

01 The Course Overview
02 Loading Data into Python
03 A New Data Set – Exploratory Analysis
04 Getting Data in the Right Shape – Preprocessing and Cleaning
05 Tokenization – From Documents to Words
06 Stop-Words and Punctuation Removal
07 Text Normalization
08 Calculating Word Frequencies
09 Brief Overview of scikit-learn
10 Regression Analysis – Predicting a Quantity
11 Binary Classification – Predicting a Label (Out of Two)
12 Multi-Class Classification – Predicting a Label (Out of Many)
13 Cluster Analysis – Grouping Similar Items
14 Time Series Analysis with Pandas
15 Building a Movie Recommendation System