Main Challenges of Machine Learning

Anjani Suman
Jun 6, 2021

In short, since your main task is to select a learning algorithm and train it on some data, the two things that can go wrong are “bad algorithm” and “bad data.” Let’s start with examples of bad data.

  1. Insufficient Quantity of Training Data
  2. Non-representative Training Data
  3. Poor-Quality Data
  4. Irrelevant Features

Bad Algorithm:

  1. Overfitting the Training Data
  2. Underfitting the Training Data

--

--