Overview

A. How machine learning is used in industry

Machine learning has become one of the most important tools used in the tech industry. It powers everything from self-driving cars to virtual assistants. Nearly every company either has machine learning in their tech stack or is planning to incorporate machine learning in the near future.

Many people who have taken a college course or an online course in machine learning are surprised at how different the machine learning process is in industry. Very seldom in industry will people need to know much of the theory or mathematics behind machine learning; rather, the main focus is in applying existing algorithms and models to new problems and datasets.

Furthermore, the majority of work done by machine learning engineers in industry has nothing to do with actually building out machine learning models. Rather, most of the time spent on machine learning projects is in analyzing datasets, creating a data pipeline, and interpreting model results.

B. What this course will provide

After taking this course, you’ll be able to take on the same types of projects done by industry machine learning engineers. Specifically, you will be able to:

  • Process and analyze datasets.
  • Create an efficient data pipeline for feeding input data into machine learning models.
  • Develop robust machine learning models for both classification and regression tasks.
  • Interpret model results with respect to the project domain.