Data Science & Machine Learning in Python - with Examples

If you want to support me: When you purchase the course through my link here, I receive a higher sales commission from Udemy than if the course is accessed and purchased through the platform directly.

Udemy assures me that you will receive the current best price at which this course is currently sold on the Udemy marketplace. So you should not pay more through my link than if you buy the course directly through the platform.

The goal of Data Science is to extract knowledge from structured and unstructured data. For this purpose, various methods and algorithms are used, including those from the field of Machine Learning. This involves recognizing patterns in training data. From these patterns, new statistical models are created using algorithms, which can then be used to reliably evaluate unknown data.

This course demonstrates the theory and application of both disciplines, Data Science and Machine Learning. The Python programming language is used for this, with no prior knowledge required. Furthermore, the use of the Apache Spark framework is taught, which enables parallel computation on multiple computers to process very large amounts of data ("Big Data").

With these tools and through many practical examples, the following topics are covered:

  • Linear and Polynomial Regression Analysis
  • K-Means Algorithm
  • Principal Component Analysis
  • Train/Test, Cross-validation procedures
  • Bayesian Methods
  • Decision Trees, Random Forests
  • Multivariate Regression
  • Support Vector Machines
  • Reinforcement Learning
  • Recommendation System: Collaborative Filtering
  • K-Nearest Neighbor
  • Bias/Variance Dilemma
  • Ensemble Learning
  • Full-text search using TF-IDF
  • A/B Tests

All these topics are communicated in an understandable way and prepared so that participants can apply them to their own problems after completing the course.